Hello,
i know, that i can show me the golden image from a pool with the follow script:
$pool = Get-HVPool -PoolName '<PoolName>'
$pool.AutomatedDesktopData.VirtualCenterNamesData.ParentVmPath.substring(($pool.AutomatedDesktopData.VirtualCenterNamesData.ParentVmPath.LastIndexOf("/")+1))
$pool.AutomatedDesktopData.VirtualCenterNamesData.SnapshotPath.substring(($pool.AutomatedDesktopData.VirtualCenterNamesData.SnapshotPath.LastIndexOf("/")+1))
It is possible to show all the golden images + snapshots from all the pools?
Thanks and best regards