- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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