Advertisement
easternnl

Read Citrix Session information with PowerShell

Aug 24th, 2015
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Citrix holds the information in HKLM:SOFTWARE\Citrix\ICA\Session for XenDesktop 7.6
  2. # The information is updated when a reconnect occurs
  3. (Get-ItemProperty -Path HKLM:SOFTWARE\Citrix\ICA\Session).clientaddress
  4. (Get-ItemProperty -Path HKLM:SOFTWARE\Citrix\ICA\Session).clientname
  5. (Get-ItemProperty -Path HKLM:SOFTWARE\Citrix\ICA\Session).clientversion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement