Showing posts with label windows server 2003. Show all posts
Showing posts with label windows server 2003. Show all posts

Sunday, July 31, 2011

Remotely Log Off Remote Desktop Users

How to query for users on a machine

qwinsta /server:<serverName>  OR  quser /server:<serverName>

How to log a user off of a machine

logoff <sessionId> /server:<serverName>