Add new HDD using VMware powercli oneliner
Add new HDD
get-vm VMName | New-HardDisk -DiskType flat -CapacityGB 2 -StorageFormat EagerZeroedThick -Datastore datastorename
get-vm VMName | New-HardDisk -DiskType flat -CapacityGB 2 -StorageFormat EagerZeroedThick -Datastore datastorename
Comments
Post a Comment