“Terminal Server Has Exceeded the Maximum Number of Allowed Connections”
All is not lost if you see the above error message when trying to connect to a remote desktop session. If you happen to have access to a command line window on a server that’s on the same network as the terminal server, you can try the following command line:
Look up session id:
C:\>query session /server:<server name or ip>
Terminate a session:
C:\>reset session [session Id] /server:<server name or ip>
Now you just freed up a connection for your remote desktop session.
No comments yet. Be the first.
Leave a reply