VMware Cloud Community
dmeyner22
Enthusiast
Enthusiast
Jump to solution

Thin or Thick provisioned disk

I can't seem to find a one-liner script to tell me if the disk is provisioned as thin or thick.  Get-Harddisk doesn't show the provisioned type.

0 Kudos
1 Solution

Accepted Solutions
vXav
Expert
Expert
Jump to solution

It does :

Get-VM "MyVM" | Get-HardDisk | select parent,name,capacityGB,storageFormat

View solution in original post

0 Kudos
1 Reply
vXav
Expert
Expert
Jump to solution

It does :

Get-VM "MyVM" | Get-HardDisk | select parent,name,capacityGB,storageFormat

0 Kudos