never-displayed
View discussion in a popup
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