never-displayed
View discussion in a popup
You could also do
Get-VM | Group-Object -Property Name | Where {$_.Count -gt 1} | Select @{N='VM';E=$_.Name}
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference