PowerCLI Script to Deploy Multiple VMs

In our customer environment, we use templates for VM deployments and sometimes leverage VMware PowerCLI to automate the creation of multiple VMs at once. This PowerShell script is tailored to our needs. It connects to …

Deploy vCenter on vDS Without a Standard Switch

When you deploy a vCenter Server in a vDS-only environment during Stage 1 of the VCSA upgrade, you won’t see any Standard Switch port group options on the network configuration page. That’s expected: in a vDS-only …

Rename vmdk without Storage vMotion

You probably know that changing a VM’s name in vCenter is easy, but that doesn’t actually rename its files or VMDKs. Normally, you’d use Storage vMotion to move and rename …