Are these VMs with the same name all registered in vCenter ? That sounds impossible.
In any case, you can specify an ESXi server with the Get-VM cmdlet, use the Location parameter.
Like this for example:
Get-VMMyVM-Location (Get-VMHost $esxserver)
Are these VMs with the same name all registered in vCenter ? That sounds impossible.
In any case, you can specify an ESXi server with the Get-VM cmdlet, use the Location parameter.
Like this for example:
Get-VMMyVM-Location (Get-VMHost $esxserver)