Troubleshooting Hybrid Azure AD Join Issues

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

Common issues that may occur during hybrid Azure AD join process and their resolutions.

  1. Resolve "Pending" device state in Azure portal
    1. Go to the affected machine
    2. Open Command Prompt and type dsregcmd /leave
    3. Verify unregistration with dsregcmd /status
    4. Restart the machine
    5. Run dsregcmd /status again to verify AzureAdjoined shows as yes
    6. Check Azure portal to verify registration timestamp appears
  2. Fix Start-ADSyncSyncCycle command issues
    1. Run Get-ADSyncScheduler to check SchedulerSuspended status
    2. If True, run Set-ADSyncScheduler -SchedulerSuspended $false
    3. Run Start-ADSyncSyncCycle -PolicyType delta again