Monday, 12 December 2011

How to find who is login to Server

Many times when you login to the server you will get a message that all sessions are full and will not allow you to login.

To find who is login to the computer.

  • Go to any server where you are able to login.
  • Type qwinsta /server:<servername>
  • Where '<servername>' is the name of the system which you tried to login
  • It will show the output of list of username who is logon and whether they are Active or Disc.
  • If its not active and shows Desc as status then note the number under the session id number.
  • Type Logoff  <sessionid> /SERVER:<servername>.
  • Now if you try to login you will be able to login to the Server

No comments:

Post a Comment