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.

Office 365 Training
Office 365 Training
Office 365: A set of Microsoft legacy offerings that combine Office desktop apps with cloud services including OneDrive and Microsoft Teams.Training: Instruction to develop new skills.
7 questions
0 comments No comments
{count} vote

Accepted answer
  1. Marcin Policht 14,580 Reputation points MVP
    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