Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

You can do something like this

Get-VMHost | select Name,@{N='Standalone';E={$_.ParentId -notmatch 'Cluster'}}


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

View solution in original post

Reply
0 Kudos