Logging authentication events

Madman2112 111 Reputation points
2020-09-21T19:24:01.027+00:00

I use Active Directory on Windows server 2012 R2 Standard. We have over 700 clients through out our company that connects to AD. I would like to start logging authentication events in all of our systems. I need to be able to track when our admin accounts are being used. If we get attacked, I want to be able to look through a log to see where they've been. Would anyone have some feedback on how I can go about doing this. Your feedback would be greatly appreciated.

Windows for business Windows Server User experience Other
{count} votes

Accepted answer
  1. Anonymous
    2020-09-22T07:50:50.597+00:00

    Hello @Madman2112 ,

    Thank you for posting here.

    We can configure the audit policy setting as below.

    GPO: Default Domain Policy

    Legacy audit policy:

    Computer Configuration\Windows settings\security settings\local policies\audit policy
    Audit Logon Events – Successs and Failure

    26394-audit1.png

    OR use advanced audit policies (advanced audit policies will overwrite traditional audit policies by default):
    Computer Configuration\Windows settings\security settings\Advanced Audit Policy Configuration
    Logon/Logoff: Audit Logon – SUccess and Failure

    26432-audit2.png

    After that we can update GPO on clients.

    When any account are logged on one clients, we can check the 2624 (successful log on ) and 4625 (failed log on) through Security logs in Event Viewer.

    References
    4625(F): An account failed to log on.
    https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4625

    4624(S): An account was successfully logged on.
    https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4624

    Best Regards,
    Daisy Zhou

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.