Azure AD sync won't manually sync

John Long 1 Reputation point
2021-04-22T17:17:55.577+00:00

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.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 37,206 Reputation points Microsoft Employee Moderator
    2021-04-22T22:27:03.927+00:00

    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
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.