Tuesday, November 7, 2017

Horizon View Powercli command to Get number of unassigned VM’s Count in pool

Horizon View  Powercli command to Get number of unassigned VM’s Count in a pool


Get-Pool | Select Pool_id, @{Name="Unassigned VMs";Expression={($_ | Get-DesktopVM | ? {$_.user_displayname -eq "$null"}).Count}}

Regards
Bijesh

No comments:

Post a Comment