- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try like this
Get-VMHostProfile |
Select Name,
@{N='VMHost';E={(Get-View -Id $_.ExtensionData.Entity).Name -join '|'}}
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference