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