Description
Allows a user to logoff of Citrix Session. 64bit client
Source Code
$CitrixControlCenter = "C:\Program Files (x86)\Citrix\ICA Client\concentr.exe"
ShellExecute($CitrixControlCenter)
WinWaitActive ("Citrix Connection Center")
While Not ControlCommand("Citrix Connection Center","","Button6","IsEnabled","")
Sleep(100)
WEnd
Send("!l")
Sleep(100)
Send ("!y")
Sleep(100)
Send ("!c")