Problem
If users simply close the remote desktop window; their sessions remain disconnected and if TS Session is not configured to end the disconnected session after a certain time limit, further user login to that terminal serer won't be possible due to the following error:
Resolution
If users simply close the remote desktop window; their sessions remain disconnected and if TS Session is not configured to end the disconnected session after a certain time limit, further user login to that terminal serer won't be possible due to the following error:
Resolution
- Open Command Prompt and execute the following command:
query session server:<server name>(OR)
query session server:<IP address>
Replace the <server name> or <IP address> with the remote machine host name or IP address.
For example, query session server:TS-1[Note: Here TS-1 is the Terminal Server host name I am using.]
- To reset a particular ID execute the following command:
reset session <ID> /server:<server name>
For example, reset session 2 /server:TS-1
[Note: You can also use a nice GUI tool to query and reset the remote sessions. Please click HERE to download the tool named Remote TS Manager from JR Software]
Here I have resetted all the users sessions existing on the TS-1 server.
- Now if you try to RDP to that server, you will be able to do that.
- Once you logged in to the server, go to Start --> Programs --> Administrative Tools --> Terminal Services Configuration.
No comments:
Post a Comment