Thanks Neuvi
after hours of trapshooting , we noticed the account was tighten to his old machine and we fixed the issue.
How ever your suggestion is valuable to me and will try to consider it in next project.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm encountering an issue with a user account in Active Directory that I can't seem to unlock. Despite repeated attempts to unlock the account, it remains locked. I’ve also tried resetting the user’s password, but the account still stays locked. Has anyone else experienced a similar issue, or does anyone have a potential solution to this problem? Any help would be appreciated!
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.
Thanks Neuvi
after hours of trapshooting , we noticed the account was tighten to his old machine and we fixed the issue.
How ever your suggestion is valuable to me and will try to consider it in next project.
Hello Houman Alavehzadeh1,
Thank you for posting in the Microsoft Community Forums.
First of all, please refer to the following steps for account lockout troubleshooting:
It is recommended to enable the following audit policy on all domain controllers:
GPO: Default Domain Controller
Traditional Audit Policies: Computer Configuration\Windows settings Computer Configuration\Windows settings\security settings\local policies\audit policy
Audit Account Logon Events - Failure
Audit Account Management - Success and Failure
Audit Logon Events - Failure
Or use the advanced audit policy (advanced audit policy overrides the traditional audit policy by default).
Computer Configuration\Windows settings\security settings\Advanced Audit Policy Configuration
Logon/Logoff.
Audit Account Lockout - Failure
Audit Logon - Failure
Audit Account Lockout - Failure Audit Logon - Failure
Audit Kerberos Authentication Service - Failure
Audit Credential Validation - Failure
Account Management.
Audit User Account Management - Success and Failure
We can open CMD with administrator privileges on the domain controller and run the following command to force the policy to be refreshed and to check that the relevant audits are turned on.
gpupdate /force
auditpol /get /category:*
a. Note that the account will only be locked on one domain, and then the lockout will be replicated to other domains as an emergency.
b. On any domain machine, download and install lockoutstatus.exe: http://www.microsoft.com/downloads/en/details.aspx?familyid=D1A5ED1D-CD55-4829-A189- 99515B0E90F7&displaylang=en
c. You can refer to the document: “How to use the LockoutStatus.exe Tool” in http://technet.microsoft.com/en-us/library/cc738772(WS.10). aspx
d. Double click the tool, click File -> select target, enter the username and domain information, then click OK. (Here the username is the locked AD account) You can see all the DCs in the domain where the users are being sent incorrect passwords to authenticate.
If you find the case of wrong password verification on both PDC and normal DC, it means that the wrong password verification may be done on normal domain control and then sent to PDC for confirmation. In this case, we need the security log of the ordinary domain control.
If you can't locate what process is causing the problem, you can turn on audit logon event failure audit log on the computer to see if the 4625 log can locate what process is causing the problem. Through the 4776 event log, we can get the Source workstation address, login to the computer to refer to the previous steps to check:
- Check the credentials management to see if there are any old credentials cached for the user.
- Check to see if the user's old credentials are cached. Check to see if the user has mounted the disk with the wrong password.
- Check to see if the user's old credentials have been cached. Check to see if the user's old credentials have been cached.
- Check if any other third-party programs have cached the user's wrong password.
Best regards
Neuvi
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more