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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
Answer accepted by question author
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.
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.