Category Archives: Uncategorized
PowerCLI: Clone VM
New-vm -name $newVMName -vm $SourceVMName -datastore <Datastore Name> -vmhost <ESXi IP> -DiskStorageFormat thin Add -DiskStorageFormat other wise it will use thick disks
Reblog by Anupam Pushkar
New-vm -name $newVMName -vm $SourceVMName -datastore <Datastore Name> -vmhost <ESXi IP> -DiskStorageFormat thin Add -DiskStorageFormat other wise it will use thick disks