Share via

Microsoft Entra ID (Azure AD) hybrid join stuck on "Pending" state in dsregcmd /status

Ronaldo Cristiano 20 Reputation points
2026-06-05T13:00:43.29+00:00

We are currently deploying Hybrid Entra ID Join for our on-premises Active Directory environment. On affected client machines, the output of dsregcmd /status reports both AzureAdJoined : NO and EnterpriseJoined : NO. However, the device already appears in the Entra admin center, where its registration status remains stuck at "Pending."

What is the proper way to trigger or accelerate the synchronization process so the device can complete its Hybrid Entra ID registration successfully?

Windows for business | Windows 365 Business
0 comments No comments

Answer accepted by question author

Domic Vo 23,805 Reputation points Independent Advisor
2026-06-07T13:49:50.59+00:00

Hi Ronaldo Cristiano,

Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)

Domic V.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Domic Vo 23,805 Reputation points Independent Advisor
    2026-06-05T13:55:15.9+00:00

    Hi Ronaldo Cristiano,

    A "Pending" status means Microsoft Entra Connect has synced the on-premises computer object to the cloud, but the client hasn't completed its local cryptographic handshake. The device must generate a self-signed certificate, update its Active Directory attribute, and wait for Entra Connect to sync that change before final enrollment can succeed.

    To force this process immediately, open an elevated PowerShell window on the client machine and run: Start-ScheduledTask -TaskName "Automatic-Device-Join" -TaskPath "\Microsoft\Windows\Workplace Join\". This bypasses standard logon delays and forces the machine to attempt registration.

    Verify the status moments later by running dsregcmd /status to confirm that AzureAdJoined changes to YES. If it remains stuck, look for specific error codes in the Event Viewer under Applications and Services Logs > Microsoft > Windows > User Device Registration > Admin.

    Domic V.

    Was this answer helpful?

    0 comments No comments

Your answer

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