A collection of powershell scripts written to automate vSphere management.
-
- Connect to vCenter host.
- Print list of VM names.
- Stop all running VMs.
- Delete all VMs in list.
-
- Connect to vCenter host.
- Test connection status.
- Print DS list.
- Create new VMs from template on DS and then start it. (Set to deploy 100)
-
Deploy_VM_From_Template_MultiHost.ps1
- Connect to vCenter host.
- Test connection status.
- List ESXi hosts.
- Create new VMs from template round robin on ESXi hosts.
- Power on the VMs.
-
- Connect to vCenter host.
- List all VMs (grep for all VMs with "Debian" in name).
- Stop all VMs in list.