while logging to server 2016 standard, every user account locking in active directory

Raj Kumar 1 Reputation point
2021-07-14T10:25:05.613+00:00

While login to windows server 2016 standard, every user account getting lock.

Any help to troubleshoot this issue would be appreciated.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,851 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Fan Fan 15,291 Reputation points Microsoft Vendor
    2021-07-15T00:48:55.18+00:00

    Hi,
    Welcome to ask here!

    Usually, for troubleshooting account lockout issue, we should follow the general troubleshooting steps below. For your reference:

    1. Enable audit policies for each DC then gather audit event from PDC. Check the vent 4740.
      To configure the audit policy under
      [Computer Configuration\Windows Settings\Security Settings\Local Policies\Audit Policy\Audit account management]
    2. According to the audit events on PDC determine which clients or DCs sent the failed authentication request. If the failed authentication request was sent by a DC, then we should gather the audit event on the DC. So, we can find out which clients sent the BAD password.
    3. After we get the workstations IP, then we need enable Audit Logon Events – Failure and Audit Process Tracking for this client, then analyze the event log to find out which process or apps send the BAD password.
      114738-7152.jpg

    Note: we need increase security log size before we enable audit. It will overwrite previous log when the security log size is so small.

    Feel free to let us know if you have any questions about the information provided.
    Best Regards,