Keep getting alert: Password Hash Synchronization heartbeat was skipped in last 120 minutes

Mobu 20 Reputation points Microsoft Vendor
2024-06-21T10:58:24.18+00:00

Hi team,

Recently I keep getting below alert email:

Password Hash Synchronization heartbeat was skipped in last 120 minutes. – You have an important alert from Microsoft Entra ID

I get the alert 2-3 times per day. It auto-resolves every time but just repeats occurring everyday.

I've followed the troubleshooting doc (https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/tshoot-connect-password-hash-synchronization ) and everything runs fine. I've tried restarting sync service but still get the alert.

I have AADC 2.3.6.0 running on windows server 2022.

Is it related to health agent? Any insights on the cause and solution?

Thanks.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,342 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 36,061 Reputation points Microsoft Employee
    2024-06-21T23:21:51.3733333+00:00

    Hi @Mobu ,

    If you are receiving the "heartbeat skipped" alert, even if the issue is not present anymore, please check the application event viewer logs and try to understand if the heartbeat is really not present for the time that the alert was raised. This event should be present with a 663 ID and with a “Password hash synchronization manager is alive and running”.

    User's image

    If you don’t see these events present, you know that you have an issue and you need to troubleshoot this from a PHS perspective but if you have the 663 events and you still have the alert, this is likely caused by a bug on the Health agent.

    The engineering team is aware of this and is deploying a fix for it. But if you want to solve this with the current version, please do the following:

    1st – Run in PS:

    1. Get-process -name "Microsoft.Identity.Health.AadSync.MonitoringAgent.Startup" | Stop-Process -force
    2. Restart-service AzureADConnectHealthSyncMonitor

    2nd – The issue should now be fixed and the error cleaned from the Azure portal.

    [https://learn.microsoft.com/en-us/azure/active-directory/hybrid/tshoot-connect-password-hash-synchronization#no-passwords-are-synchronized-manual-troubleshooting-steps

    If you still face the issue after trying these steps, let me know and we can troubleshoot further.

    If the information helped you, please Accept the answer. This will help us as well as others in the community who may be researching similar questions.