This will create one HDD on the same DS as the VM....
Get-VM -Name $displayname | New-HardDisk -CapacityKB ( 10GB / 1KB )
How can I do more than one HDD in that command?
EG:
HDD1: 10GB
HDD2: 5GB
Thanks!!
This will create one HDD on the same DS as the VM....
Get-VM -Name $displayname | New-HardDisk -CapacityKB ( 10GB / 1KB )
How can I do more than one HDD in that command?
EG:
HDD1: 10GB
HDD2: 5GB
Thanks!!