As far as I know I followed Microsoft document, but it is not helping. Microsoft should provide an easy to follow document showing which audit policy needs to be turned on in order to see event ID 4625 under security logs on domain controller.
Please see the thread I've got going on on:
https://www.reddit.com/r/activedirectory/comments/1aijnan/how_to_enable_audit_policy_for_invalid_logon/
On this thread I have documented what I have tried so far, but still not able to see event ID 4625 on domain controller.
Actually posting data from above thread here as well:
Per https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/basic-audit-logon-events tried enabling, but no good:
Audit account logon events Success, Failure
Audit logon events Success, Failure
I tried following policies, but no good:
Advanced Audit Configuration:
Logon/Logoff Audit Logon Success, Failure > No
Audit Credential Validation Success, Failure > N
Audit User Account Management Success, Failure > N
N = It did not work for me.
What audit policy I need to configure in order to see event ID 4625 for failed logon events?
My environment and what I tried so far:
I am working on DC with Windows Server 2022, which is PDC:
C:\Users\Administrator>netdom query fsmo
Schema master DC1.homelab.local
Domain naming master DC1.homelab.local
PDC DC1.homelab.local
RID pool manager DC1.homelab.local
Infrastructure master DC1.homelab.local
The command completed successfully.
Please advise. Thanks in advance!
gpupdate /force gets applied successfully.
I ran gpupdate /force on domain joined workstation successfully.
I rebooted workstation multiple times.
Steps taken on DC1:
Enabled "Audit: Force audit policy subcategory settings (Windows Vista or later) to override audit policy category settings."
C:\Users\Administrator>AuditPol /get /category:* |findstr /i "Success"
Logon Success and Failure
Account Lockout Success and Failure
User Account Management Success and Failure
Credential Validation Success and Failure
C:\Users\Administrator>hostname
DC1
C:\Users\Administrator>gpupdate /force
Updating policy...
Computer Policy update has completed successfully.
User Policy update has completed successfully.
C:\Users\Administrator>
Steps taken on workstation:
C:\Windows\system32>hostname
WIN10ENTEVA1
C:\Windows\system32>gpupdate /force
Updating policy...
Computer Policy update has completed successfully.
User Policy update has completed successfully.
Result: Still no event ID 4625 😕
It's the default domain group policy. So group policy is linked to domain. Looking for event ID 4625 in security logs on domain controller.