The synchronization service tells you when it’s sync; “Stopped-Server-Down”
Solution
Open PowerShell on the AADConnect server and run the following commands.
Set-ADSyncScheduler -SyncCycleEnabled $FALSE
Start-ADSyncSyncCycle -PolicyType Initial
Start-ADSyncSyncCycle -PolicyType Delta
Set-ADSyncScheduler -SyncCycleEnabled $TRUE
Share this: