Forum Discussion
StefanKi
Dec 08, 2018Iron Contributor
AD Connect hang by delta Import
Hello, In my test system there is problem with ad-connect. It stocks by the step delta-import for days Tanks for your help Stefan
- Dec 12, 2018
This Powershell commands solved my problem
Set-ADSyncScheduler -SyncCycleEnabled $FALSE
Start-ADSyncSyncCycle -PolicyType Initial
Start-ADSyncSyncCycle -PolicyType Delta
Set-ADSyncScheduler -SyncCycleEnabled $TRUE
VasilMichev
MVP
That does look like a connectivity issue, have you checked the steps in the article they are referencing? https://docs.microsoft.com/en-us/azure/active-directory/hybrid/tshoot-connect-connectivity
StefanKi
Dec 12, 2018Iron Contributor
This Powershell commands solved my problem
Set-ADSyncScheduler -SyncCycleEnabled $FALSE
Start-ADSyncSyncCycle -PolicyType Initial
Start-ADSyncSyncCycle -PolicyType Delta
Set-ADSyncScheduler -SyncCycleEnabled $TRUE
- VasilMichevDec 12, 2018MVP
Interesting, so it simply needed a full sync. Cant say I've seen such behavior previously...