To get sum of all desktops in the Citrix Xendesktop (5) farm, just run this commands:
Asnp Citrix.*
Get-BrokerDesktopGroup | measure-object -property TotalDesktops -sum | select sum
To get sum of all desktops in the Citrix Xendesktop (5) farm, just run this commands:
Asnp Citrix.*
Get-BrokerDesktopGroup | measure-object -property TotalDesktops -sum | select sum