Friday, January 29, 2010

logoff user from (rdp) remote server

You are here because you have seen "The terminal server has exceeded the maximum number of allowed connections".

You can check who is logged into the remote server by using command prompt (cmd.exe) on your machine:

qwinsta /server:RemoteServerName

And you can logoff any user:

logoff SessionIDFromAbove /server:RemoteServerName

No comments:

Post a Comment