Saturday, March 24, 2018

Horizon view | Powercli command to get the number of unassigned VM's



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


Regards
Bijesh

No comments:

Post a Comment