Event id 656 and 657 for Directory Synchonization

Jay 256 Reputation points
2022-02-11T21:25:49.763+00:00

Is it normal to see alot of these events after enabling password writeback from Azure? If so does it do this for all user accounts in the domain?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Marilee Turscak-MSFT 37,206 Reputation points Microsoft Employee Moderator
    2022-02-11T22:40:07.467+00:00

    Hi @Jay ,

    Is it normal to see a lot of these events after enabling password writeback from Azure?

    Yes, it is normal to see 656 and 657 if you have users changing their passwords. These are informational events that can contain password change requests for up to 50 users per batch. If the number of password change requests from Active Directory exceeds 50 users, multiple 656 and 657 events will be generated. If you are seeing Event ID 657 “Password Change Result: Success” after Event ID 656, that is a good thing and means that your password synchronization is working. If you are seeing a lot of Event ID 657 “Password Change Result: Failed”, that could be an issue.

    Here is what the troubleshooting guide says about these:

    Event ID 656

    Password synchronization indicates that a password change was detected and tries to sync it to Azure AD. It identifies the user or users whose password changed and will be synced. Each batch contains at least one user and at most 50 users.

    Event ID 657

    Users whose password successfully synced. (Result: Success)

    Event ID 657

    Users whose password didn't sync. (Result: Failed)

    If the password synchronization is not successful, you can follow the troubleshooting guides to fix the synchronization:
    How to troubleshoot password synchronization when using an Azure AD sync appliance
    Troubleshoot self-service password reset in Azure Active Directory
    Troubleshoot self-service password reset writeback in Azure Active Directory


1 additional answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 37,206 Reputation points Microsoft Employee Moderator
    2022-02-25T18:00:05.147+00:00

    I got clarification from the product group:

    If a full PHS cycle is run, 656 and 657 will be logged since we re-sync all hashes. So this is expected behavior in your case.

    I have made a pull request to update the documentation to include this information.

    -
    If this answer helped resolve the question, please consider "marking as answer" so that others in the community with similar questions can more easily find a solution.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.