Is it possibleto get a list of VMs under the DAtastore cluster VM overrides with powercli?
Yes, but be aware that these VM can have different overrides.
$dsc = Get-DatastoreCluster -Name $dscName
Get-View -Id $dsc.ExtensionData.PodStorageDrsEntry.StorageDrsConfig.VmConfig.VM |
Select Name
Thanks Lucd,
I am looking for the list under VM Overrides. It does not show that
It does for me