LucD
Leadership
Leadership

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

View solution in original post

Reply
0 Kudos