Find the Source of Account Lockouts in Active Directory
Troubleshooting account lockouts in Active Directory
Unlock The Mystery: Solving Account Lockouts In Active Directory
=======================================================
Get-ADUser -Identity tom -Properties LockedOut,DisplayName | Select-Object samaccountName,displayName,Lockedout
(Get-AdDomain).PDCEmulator
nltest /dbflag:2080ffffff
net stop netlogon && net start netlogon
nltest /dbflag:0x0
net stop netlogon && net start netlogon
type C:\temp\netlogon.log | findstr tom | findstr /i "0xC000006A"