Kyle Ruddy
9073d8f3b2
Create Save-PowerCLI.ps1
...
Adding function to download specific versions of PowerCLI from an online repository
2019-01-10 09:42:14 -05:00
Chris
8953a512fe
Create Get-Migrations.ps1
...
Quick function for listing the currently running and recently finished VM migrations
2018-12-20 10:28:31 +00:00
Kyle Ruddy
0246451fe6
Merge pull request #233 from jerrak0s/master
...
backup-esxi-host-configuration
2018-12-12 11:31:20 -05:00
Kyle Ruddy
a7b81266bd
Merge pull request #231 from doogleit/feature/set-customattributesinguestinfo
...
Script to set custom attributes in guestinfo
2018-11-02 13:25:22 -04:00
Kyle Ruddy
b5d8306bd4
Merge pull request #230 from doogleit/feature/set-tagsinguestinfo
...
Sample script to set VM tags in the guestinfo
2018-11-02 13:21:15 -04:00
LucD
3904b416b3
XRef for VMC services and functions
...
Requires ImportExcel module
2018-10-25 10:43:04 +02:00
Gerasimos Alexiou
501bfa7fd2
backup-esxi-host-configuration
...
backup-esxi-host-configuration powershell script
2018-10-09 22:48:07 +03:00
Doug Taliaferro
4246cfc71f
Script to set custom attributes in guestinfo
2018-10-04 19:53:08 -04:00
Doug Taliaferro
0581d89cbe
Sample script to set VM tags in the guestinfo
2018-10-03 21:16:50 -04:00
Doug Taliaferro
b25c280714
Sample script to set VM tags in the guestinfo
2018-10-03 21:09:18 -04:00
Kyle Ruddy
dc191995f3
Merge pull request #219 from kmruddy/master
...
VMWonAWS Firewall Rule Accelorator Script
2018-08-27 14:36:31 -04:00
Kyle Ruddy
cca008ed27
VMWonAWS Firewall Rule Accelorator Script
...
Addition of the script version of the VMware Cloud on AWS Firewall Rule Accelorator functionality
2018-08-24 19:49:32 -04:00
Kyle Ruddy
3366bb25e0
Merge pull request #214 from dmilov/patch-1
...
Functions for reading a VM's vmsd file content and search for specifi…
2018-08-21 15:47:07 -04:00
Kyle Ruddy
8ae75925af
Update 1 Host Script
...
Updating the script to not require the association of an AWS Account, plus some other general corrections.
2018-08-21 15:40:01 -04:00
dmilov
50b76efef6
Functions for reading a VM's vmsd file content and search for specific settings
...
To be able to identify certain VM has linked clone children a specific setting has to be read from the VM's snapshot config file. For the purpose of this I created two functions that enable reading full content of the vmsd file as well as searching for a specific setting in the vmsd file content.
2018-08-14 17:03:12 +03:00
Kyle Ruddy
b88f3a286a
Add VMWonAWS_InviteUsers.ps1
...
Script which can be used to automate the process of adding new users to a specified VMware Cloud on AWS Organization
2018-06-29 08:38:24 -04:00
Kyle Ruddy
0a1e5a65c3
Reorganization of VMWonAWS Script Resources
...
Reorganizing VMWonAWS scripting resources into the appropriate folder.
2018-06-13 16:04:54 -04:00
Kyle Ruddy
2c23ecb414
Adding Script to Deploy a 1 Node SDDC for VMW on AWS
...
Adding a new script in order to automate the deployment of a 1 node
SDDC for VMware Cloud on AWS
2018-06-13 14:19:58 -04:00
alanrenouf
bad590dbc2
Added Vmware Cloud on AWS Sample to deploy 100 VMs
2018-03-27 22:05:56 -07:00
alanrenouf
a68325cc50
Added Vmware Cloud on AWS Sample to deploy 100 VMs
2018-03-27 22:04:23 -07:00
Brian Graf
009a298bff
VMware Cloud on AWS Integrations Demos - Code
...
Code from Re:Invent 2017 on integrations with AWS services. The
re:Invent session can be watched on youtube here:
https://www.youtube.com/watch?v=lGq806eej54
2018-03-09 10:46:46 -07:00
Kyle Ruddy
08cbf5276c
Reorganizational Update
...
Reorganizational Update - Putting scripts into the Scripts folder
2018-03-05 14:45:32 -05:00
Kyle Ruddy
e887ac3152
Merge pull request #162 from alanrenouf/master
...
updated module with VMC Firewall functions
2018-02-01 10:22:19 -05:00
alanrenouf
8a4abe7dd4
Added a VMC example script
2018-01-31 22:18:58 -08:00
alanrenouf
a9c83ab50a
Added a VMC Firewall Rules example script
2018-01-31 21:40:34 -08:00
Kyle Ruddy
ecdd19911f
Add PowerCLI_FixNestedFolders.ps1
...
Add script to help remove the nested version folders when moving
PowerCLI module folders from systems with PoSh 5.x to 4.0/3.0 systems
that can’t properly understand those versioned folders.
More info:
https://blogs.vmware.com/PowerCLI/2018/01/powercli-offline-installation-
walkthrough.html
2018-01-18 08:37:38 -08:00
Kyle Ruddy
02364c5687
Merge pull request #136 from spartyzik/fix-Get-VMNetworkPortId
...
Use the item in foreach rather than collection
2017-11-05 20:29:32 -05:00
Unknown
df32c59148
Use the item in foreach rather than collection
...
Error message should use $v rather than $vm
2017-10-31 11:17:36 -04:00
Kyle Ruddy
0b6d1dd793
Merge pull request #133 from Mr-Uptime/patch-5
...
Multipath to Round Robin on all FC disks in cluster
2017-10-30 22:58:39 -04:00
Alan Comstock
dc523953ca
Adds VLANs to an existing standard switch
...
This script will add VLANs to an existing standard switch on a host.
Information needed:
$esxhost - Name of host
$vswitch - Name of existing standard switch
$vlanlist - List of all the VLANs you want to add to the switch
2017-10-27 09:25:47 -05:00
Alan Comstock
76820423a4
Multipath to Round Robin on all FC disks in cluster
...
This will configure multipath to round robin and IOPS to 1 on all disks in a cluster based upon the vendor type.
This script is configured for 3par LUNs. Change $vendor for other storage types/vendors.
2017-10-27 09:16:39 -05:00
Kyle Ruddy
795bcccad8
Get-VMNetworkPortId
...
This script can be used to find the network Port-ID on the lost host.
2017-10-14 15:36:58 -04:00
Kyle Ruddy
accbd83eff
Clean Up
...
Moving script resources to the scripting folder.
2017-10-14 15:36:06 -04:00
Lukas Winn
3b3197b04a
Create vCenterSnapshot.ps1
...
Script to retrieve snapshot information for all VM's in a given vCenter
2017-09-21 16:46:41 +01:00
Chris
78d606ab44
Rename Get-TotalDiskUsage to Get-TotalDiskUsage.ps1
2017-09-20 19:38:14 +01:00
Chris
da2cf62c1b
Create Get-TotalMemoryAllocation.ps1
2017-09-20 19:37:36 +01:00
Chris
434d8c2b9b
Created Get-TotalDiskUsage
2017-09-20 19:34:38 +01:00
Kyle Ruddy
2a3eb898de
Merge pull request #119 from Mr-Uptime/patch-2
...
SetClusterMultiPathToRoundRobin
2017-09-20 11:20:17 -04:00
Kyle Ruddy
a929b1a50c
Merge pull request #118 from Mr-Uptime/patch-1
...
SetHostMultiPathToRoundRobin
2017-09-20 11:11:20 -04:00
Kyle Ruddy
9fe3a3ca85
Merge pull request #116 from sammcgeown/ha-vcenter-deploy
...
Added HA vCenter deploy script
2017-09-20 11:09:17 -04:00
Kyle Ruddy
24799047a2
Merge pull request #111 from haberstrohr/master
...
Get-VMHostWWPN
2017-09-20 10:35:17 -04:00
Kyle Ruddy
6c370b7f96
Merge pull request #109 from kdmhorn/master
...
Create vmCreationNotes.ps1
2017-09-20 10:33:04 -04:00
Kyle Ruddy
7375f0a53a
Merge pull request #107 from VTsnowboarder42/patch-1
...
Create Get-BasicVMCapacityReport
2017-09-20 10:23:07 -04:00
Alan Comstock
fee53a0565
Create SetClusterMultiPathToRoundRobin.ps1
2017-09-14 10:42:04 -05:00
Alan Comstock
b10e560615
Update SetMultiPathToRoundRobin
2017-09-13 12:37:15 -05:00
Alan Comstock
0d461ab72b
Create SetMultiPathToRoundRobin
2017-09-13 10:29:57 -05:00
Sam McGeown
b8055b7ed8
Added script description
...
removed extra .md file
2017-09-08 17:44:16 +01:00
Sam McGeown
b89bd7ab5a
Added HA vCenter Deploy script
...
Added HA vCenter Deploy script, configuration JSON file and note with link to my blog post detailing how to use it
2017-09-08 17:40:08 +01:00
haberstrohr
fc90f81d88
Get-VMHostWWPN
...
Returns WWPN in Base16 format, similar to what is displayed in the GUI.
2017-08-31 10:02:54 -05:00
kdmhorn
b21d2079ca
Create vmCreationNotes.ps1
2017-08-30 18:57:55 -04:00