I am looking for a way to export the report of all VM and its details using powershell to a csv.
what i am looking for is vmname, VpgName, SourceSite, TargetSite, ProvisionedStorageInMB, target host, source host, Source IP & failover IP
below can give some details but how do i get VM failover ip and esxi details.
Get-Zertovm |select vmname, VpgName, SourceSite, TargetSite, ProvisionedStorageInMB
let me know if any script available to export all property of a VM from zerto.