Hello,
We are doing a scheduled refresh of all of our linked clones once a week on Sunday midnight. Now I'd like to programatically check for all the VM desktops if they are in allowed state.
Allowed state would be "Available", "Connected" or "Disconnected". So I'm searching for information visible in View manager under the 'Status' column in Inventory View.
I was thinking of writing powershell script for this task but I'm finding there isn't simple way to do this. Or is it? It looks script should combine results from Adam base and View Connection server. Is there any simpler way to do this? E.g: Get-DesktopVM -Name "VMname" | Get-Status ?
Tnx for help & recommendations.