Azure AD Connect Full Sync

Anonymous
2022-06-08T04:15:20.127+00:00

Is it necessary to perform Azure AD Connect full synchronization at a certain frequency?
If yes, is it possible to schedule it through AAD Connect?
If not, is it only recommended after changes to source objects and attributes?

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

Accepted answer
  1. Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
    2022-06-08T07:33:02.18+00:00

    Full sync is usually only needed when you make configuration changes. It can sometimes be used as a troubleshooting step as well, but again mostly in the context of making sure the latest config changes are applied.
    You can force it manually via the Start-ADSyncSyncCycle cmdlet, or play with the scheduler:

    Set-ADSyncScheduler -NextSyncCyclePolicyType Initial  
    
    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.