Hopefully this is a really simple one.
Trying to use New-HardDisk to create some new disks on some VM's but I can't get the disks to be Thick provisioned and they seem to be done as Thin.
Using the below command at the moment on vCenter 6.5.
New-HardDisk -VM $VM -CapacityGB 5 -Datastore $Datastore -StorageFormat Thick
Looks like -StorageFormat uses VirtualDiskStorageFormat But am unsure how to create that and provide to the command.
Any thoughts?
Thanks for Help.
Andy.