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 Immediate Replication
-
How To Make Active Directory Replicate Instantly - Technipages
-
Immediate Replication Between Sites - TechNet - Microsoft
-
Active Directory Replication - Microsoft Q&A
-
Difference Between Immediate And Urgent Replication
-
Instant Replication Between Active Directory Sites With PowerShell
-
Active Directory Replication Types - Paul Bergson (Former MVP)
-
Enabling Instant AD Replication. Any Drawbacks? : R/sysadmin - Reddit
-
How To Make Active Directory Replicate Instantly? - [Answer] 2022
-
Set AD To Replicate Immediately When A Change Is Made.
-
Best Practices For Troubleshooting AD Replication - Active Directory ...
-
Managing Site Links And Intersite Replication - Windows Server Brain
-
Immediate AD DNS Replication - OpenTechTips
-
Urgent Replication - Special Edition Using Microsoft Active Directory ...
-
How To Check Active Directory Replication - Explained - TechCrafters