Sure, that is doable.
Try something like this
Get-VM|Get-HardDisk|where {"RawPhysical","RawVirtual"-contains$_.DiskType} |
Select@{N="VM";E={$_.Parent.Name}},Name,ScsiCanonicalName
Sure, that is doable.
Try something like this
Get-VM|Get-HardDisk|where {"RawPhysical","RawVirtual"-contains$_.DiskType} |
Select@{N="VM";E={$_.Parent.Name}},Name,ScsiCanonicalName