Got a user who changed his password and is now getting regularly locked out due to an unchanged password somewhere on his phone/laptop/workstation/something.
I'm attempting to identify the device from the Event Viewer on the DC that's locking him out. I can find an event 4740 showing when his account but nothing that shows the failed attempt that sparked it.
Is there some way to spot the event that will identify the device and maybe even app that's locking him out?
I know of some issues regarding this when using Citrix CAG and/or Microsoft TMG... haven't got a clue about the solution though (my customer simply gave them a new user account.. they're into quick fixes and not finding root causes). Finding the app that's the cause will be challenging, don't know of any way to actually do this. Finding the device however should be possible. First, set your AD logging to verbose and search through the logs again when the issues occurs again. (PowerShell way to quickly do this: http://jeffwouters.nl/index.php/2012/05/powershell-searching-for-the-cause-of-a-user-account-that-keeps-getting-locked-out ) If you don't find anything in the logs, try taking a look at the logs of the TMG server or whatever you use to secure your remote access.
mm_0_mm is spot on. Download the tools and LockoutStatus will tell you which DC is looking the account out. From there you should be able to get the IP of the machine or device causing the lockout. EventCombMT can help you if you have many domain controller - it's already configured for that (include events 529, 644, 675, 676, and 681)