chicagovm's Accepted Solutions

No, it was to test why backups were failing. Thanks
Get-Cluster **** | Get-VM | Select Name, @{N="Cluster";E={Get-Cluster -VM $_}}, ` @{N="ESX Host";E={Get-VMHost -VM $_}}, ` @{N="Datastore";E={Get-Datastore -VM $_}}