AzureAD sync manuell starten

Standardmäßig führt der ADconnect Server alle 30 Minuten die Synchronisierung durch.

Um das ganze zu beschleunigen, kann die Sychronisierung manuell angestoßen werden.

Powershell auf dem ADconnect Server öffnen:

To initiate a Delta Sync, open Windows PowerShell and run:

Start-ADSyncSyncCycle -PolicyType Delta

 To initiate a Full Sync, open Windows PowerShell and run:

Start-ADSyncSyncCycle -PolicyType Initial

Quelle: https://techcommunity.microsoft.com/t5/itops-talk-blog/powershell-basics-how-to-force-azuread-connect-to-sync/ba-p/887043