Client side XENAPP Session enumeration and selective logoff based on XenApp Server using ICA Client Object (WFICALib)

In my previous post i used AutoIt script to achieve this and now finally figured out to do it using ICA Client Object (WFICALib) [code language=”powershell” title=”PowerShell Script”] #the following keys need to be set on 32bit machine; for x64 use wow6432node. #HKLM\Software\Citrix\ICA Client\CCM\AllowLiveMonitoring=1 (DWORD 32) #HKLM\Software\Citrix\ICA Client\CCM\AllowSimulationAPI=1 (DWORD 32) #Use Program Files (x86) for …

Programmatically Logoff XenApp Sessions using Citrix Connection Center (ClientSide)

Update visit Disconnect ICA session from inside, this method uses citrix api (more reliable). Use Case Certain published EMR applications are assigned privileges based on endpoint and they fail to reevaluate those privileges at smooth roam. In my scenario the published app is running inside XenDesktop Session and the work around is to logoff the …