Remotely logout a user from Remote Desktop Connection RDC
Have you ever tried to log into a 2003 Server and RDC said that: "The terminal server has exceeded the maximum number of allowed connections."? The solution is to log in under console and boot someone. But if you can't log in under console? Well than you have to open up your console and use the query session and reset session commands.
To find out who is logged into ther server you issue:
>query session /server:myserver
To log someone off the server you issue:
>reset session 1 /server:myserver
number 1 is the session ID that person was using.
Commands above assume that you have Administrative priviledges. myserver is the machine name that I am using as an example. Replace that with your own machine name.