Showing posts with label remote desktop session. Show all posts
Showing posts with label remote desktop session. 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>