Common issues that may occur during hybrid Azure AD join process and their resolutions.
- Resolve "Pending" device state in Azure portal
- Go to the affected machine
- Open Command Prompt and type dsregcmd /leave
- Verify unregistration with dsregcmd /status
- Restart the machine
- Run dsregcmd /status again to verify AzureAdjoined shows as yes
- Check Azure portal to verify registration timestamp appears
- Fix Start-ADSyncSyncCycle command issues
- Run Get-ADSyncScheduler to check SchedulerSuspended status
- If True, run Set-ADSyncScheduler -SchedulerSuspended $false
- Run Start-ADSyncSyncCycle -PolicyType delta again