The remote desktop sessions are often forgotten by the server administrators and users.
How to manage log out remotely.
Connect on a machine in the domain and make a query of active sessions:
C: \> query session / SERVER: IP_address
YOU can "kill" sessions with the following command
C: \> reset session <ID> / server: IP_address
Note: ID is the session number found with the command "query"
commands without short "session":
qwinsta = Q uery WIN STA tion dows
rwinsta = R eset WIN STA tion dows
















































July 6, 2010 13:34
[...] This post was Mentioned on Twitter by David Bombard. David Bombard said: http://www.bomby.it: : Remote desktop managment from CLI http://www.bomby.it/2010/07/06/remote-desktop-managment-from-cli/ [... ]
July 14, 2010 14:06
Great!