Just recently I was tasked to identify all Citrix Receiver Versions connecting to a Citrix XenDesktop 7.x environment. For starters, to get information on current sessions issue the following PowerShell cmdlets on your Citrix Broker Server:
1 2 |
Add-PSSnapin *Citrix* Get-BrokerSession | Select MachineName,UserName,ClientPlatform,ClientVersion,*Protocol* | Out-GridView |
To get hands