Link to home
Create AccountLog in
Avatar of Murty M
Murty MFlag for India

asked on

Is there any tool to kill the user session except Citrix director?

Is there any tool to kill the user session except Citrix director?
User is using multiple apps/Desktop on the same site,
Citrix XenApp 7.15, MCS, Local Profile.
Please suggest any Tool or PowerShell Script.
Avatar of James Rankin
James Rankin
Flag of United Kingdom of Great Britain and Northern Ireland image

You could easily user quser and logoff to log out user sessions

https://4sysops.com/archives/how-to-force-a-user-logoff-remotely-with-powershell/ 

You could also use Citrix Studio as well, you can view user sessions on there and log them out remotely.

There are many other third-party tools with interesting functionality like ControlUp, eG Innovations, Goliath Technologies, uberAgent, etc. etc.

try logoff.exe /?
Are you looking to kill desktop sessions or application sessions?
Avatar of Murty M

ASKER

Both Sam.
Look for the user session ID
QUser /server:ComputerName
Logooff the session ID
Logoff sessionID /server:ComputerName
ASKER CERTIFIED SOLUTION
Avatar of Sam Jacobs
Sam Jacobs
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
@Murty
Have you had a chance to check this out?