How to edit replication time between local AD and O365

Deepak Premi 46 Reputation points
2024-05-19T06:39:38.9566667+00:00

How to edit replication time between local AD to O365. What is the default replication time.

Community Center | Not monitored
0 comments No comments
{count} vote

Answer accepted by question author
  1. Marcin Policht 67,980 Reputation points MVP Volunteer Moderator
    2024-05-19T11:57:44.32+00:00

    Refer to https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-best-practices-changing-default-configuration#changes-to-the-scheduler

    and

    https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-feature-scheduler

    The default is 30 minutes (except for password hashes, which are replicated within a minute or so). To change the default, use the CustomizedSyncCycleInterval parameter:

    Syntax: Set-ADSyncScheduler -CustomizedSyncCycleInterval d.HH:mm:ss d - days, HH - hours, mm - minutes, ss - seconds

    Example: Set-ADSyncScheduler -CustomizedSyncCycleInterval 03:00:00 Changes the scheduler to run every 3 hours.

    Example: Set-ADSyncScheduler -CustomizedSyncCycleInterval 1.0:0:0 Changes change the scheduler to run daily.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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