Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

One easy way is with a calculated property.

Get-VM | Get-HardDisk |

Select @{N='VM';E={$_.Parent.Name}},Name,@{N='SCSIid';E={$_.ExtensionData.UnitNumber}}


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference