Hi
Is there a way to list all the vmdks with their disk type?
I already have the command to show all the thin allocated disks:
Get-VM | where {($_ | Get-HardDisk | %{$_.StorageFormat}) -contains "Thin"} | select Name
Thanks for ur help.
Hi
Is there a way to list all the vmdks with their disk type?
I already have the command to show all the thin allocated disks:
Get-VM | where {($_ | Get-HardDisk | %{$_.StorageFormat}) -contains "Thin"} | select Name
Thanks for ur help.