User Login detail in server

Aziz Husain 196 Reputation points
2021-12-01T05:39:43.057+00:00

In our environment we have a test user, and test user logged into on of the server. Ho we can check at what time user test logged in to that server?

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-12-01T14:05:24.01+00:00

    This tool may sort it.
    https://learn.microsoft.com/en-us/sysinternals/downloads/psloggedon

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Limitless Technology 39,921 Reputation points
    2021-12-02T09:54:59.553+00:00

    Hi there,

    To track logon and logoff events in any servers you should enable auditing.

    -Run gpmc.msc
    -Create a new GPO.
    -Click Edit and navigate to Computer Configuration > Policies > Windows Settings > Security Settings > Advanced Audit Policy Configuration > Audit Policies.
    -Under Audit Policies select logon and off.

    Now, when any user logs on or off, the information will be recorded as an event in the Windows security log.

    To view the events, open Event Viewer and navigate to Windows Logs > Security.


    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.