Enable Immediate Replication Between AD Sites
Maybe your like
What is immediate replication?
Active Directory has 3 replication models:
- Within a site (Intrasite) the domain controllers use Change Notification to alert adjacent dc’s of changes made in AD. By default, after 15 seconds the first replication partner is notified and 3 more seconds to each subsequent replication partner.
- Between sites (Intersite) Change Notification is not used. Replication only happens on a schedule with every 15 minutes as the shortest configurable interval.
- Account lockout, changes to password policy, DC password changes and a few other situations trigger urgent replication which happens as quickly as the domain controllers are able and bypasses all other replication interval.
The intersite replication can however be configured to use Change Notification and this will bypass the replication schedule of the site link and replication will occur as if the domain controllers were in the same site. This does of course increase the traffic of you WAN link so make sure you have the bandwidth and latency to handle it.
How to enable immediate replication
The procedure is slightly different for automatically and manually changed sitelinks
For automatically created sitelinks:
- Open ADSIEDIT
- Connect to Configuration Naming Context
- Expand Sites –> Intersite Transport –> IP
- Right-click the relevant sitelink and select properties
- Change the value of “options” to 1

For manually created sitelinks:
- Open ADSIEDIT
- Connect to Configuration Naming Context
- Expand Sites –> (The site name) –> Servers –> (Servername) –> NTDS Settings
- Right-click the relevant sitelink and select properties
- Change the value of “options” to 8
- Repeat for every manually configured sitelink (if desired)

That’s all there is to it. Changes in AD will now flow as if the domain controllers are within the same site.
Share this:
- X
Related
Tag » Active Directory Instant Replication
-
How To Make Active Directory Replicate Instantly - Technipages
-
Active Directory Replication - Microsoft Q&A
-
Immediate Replication Between Sites - TechNet - Microsoft
-
Instant Replication Between Active Directory Sites With PowerShell
-
Enabling Instant AD Replication. Any Drawbacks? : R/sysadmin - Reddit
-
How To Make Active Directory Replicate Instantly? - [Answer] 2022
-
Active Directory Replication: A Guide For IT Pros | Petri
-
How To Make Active Directory Replicate Instantly - 99Media Sector
-
How To Check If Domain Controllers Are In Sync With Each Other
-
Difference Between Immediate And Urgent Replication
-
Immediate AD DNS Replication - OpenTechTips
-
Replication Topology - An Overview | ScienceDirect Topics
-
Active Directory Replication Types - Paul Bergson (Former MVP)
-
[SOLVED] Active Directory Replication No Longer Instantaneous