Azure AD Sync not automatically processing
Open Powershell as an Administrator and run “Get-ADSyncScheduler” as shown below:
Note SyncCycleEnabled is “False” you want that to be “True” for automated Synchronization. To change that type in “Set-ADSyncScheduler –SyncCycleEnabled $True” as shown below and enter.
To confirm the setting applied run “Get-ADSyncScheduler” again and review results.
Your Azure AD Sync automation should now be back online
Credit: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-feature-scheduler
Comments
Post a Comment