question

JohnLong-1280 avatar image
0 Votes"
JohnLong-1280 asked MarileeTurscak-MSFT answered

Azure AD sync won't manually sync

When running a manual sync, either using powershell or the AD Sync gui it never updates in the admin console. It only sync's every 30 minutes. Is there a way to force manual synchronization? It's very time consuming to have to wait for a change to sync and it would be nice if running a sync that it actually updates in the admin console online.

azure-active-directory
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MarileeTurscak-MSFT avatar image
0 Votes"
MarileeTurscak-MSFT answered

You can force it via Powershell using the methods described here. For a Delta Sync:

 Start-ADSyncSyncCycle -PolicyType Delta

Or for a complete sync:

 Start-ADSyncSyncCycle -PolicyType Initial


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.