Showing posts with label logoff. Show all posts
Showing posts with label logoff. Show all posts

Sunday, 7 December 2014

Where is logoff button in windows 2012

Microsoft has done away with log off button.

Now in Windows 2012 its called Sign out.

So if you want to log off of Windows 2012 server then click sign out.

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