Friday, August 27, 2010

how to disconnect terminal server session remotely

There are few cases where we need to disconnect the session from the terminal server remotely.

Scenario Usuage

For example, the logged in user has completed his work remotely but user forgot to close or logoff the session. The session remains active and NOT allowing other users to connect to terminal server.

you can follow the steps mentioned below.
  • Login to the other remoter server
  • Open command prompt
  • Enter command as tsdiscon SessionID /server:servername to disconnect the session

Example

To disconnect session 3
type tsdiscon 3 /server:servername

To disconnect session 6
type tsdiscon 6 /server:servername

No comments:

Post a Comment