Use repadmin to validate both replication health and whether the topology is behaving as expected.
- Review forest-wide replication status first.
Open an elevated Command Prompt and run:
Then openrepadmin /showrepl * /csv > showrepl.csvshowrepl.csvin Excel and:- hide or delete column A and the Transport Type column
- freeze the top row
- enable filtering
- sort by Last Success Time from oldest to newest
- Use the
repadmin /showreploutput to identify replication partners and paths. The output shows replication status for domain controllers and is the primary place to read replication errors. Reviewing all domain controllers in the forest helps identify which source DCs and destination DCs are involved in delayed replication. - Look for failures and bottlenecks in the results.
Focus on domain controllers with the oldest Last Success Time values or repeated failures. Replication status is a strong indicator of whether these dependencies are healthy:
- DNS infrastructure
- Kerberos authentication
- Windows Time service
- RPC
- network connectivity
- Check the Directory Service event log on the source and destination domain controllers. Error and warning events in the Directory Service log often indicate the specific constraint causing replication failure. If an event includes corrective steps, use those steps first.
- Validate common causes of inter-regional replication delay.
For delays across regions, review these areas:
- Network connectivity: unavailable or misconfigured network paths
- Name resolution: DNS misconfiguration is a common cause of replication failures
- Replication engine: intersite replication schedules that are too short can leave queues too large to process in the available window, causing changes to stall
- Replication topology: site links in AD DS must map to the real WAN or VPN topology; if the configured topology does not match the actual network, replication can fail
- Authentication and authorization: can cause access denied errors between partners
- Directory database performance: the database might not process transactions fast enough to keep up with replication timeouts
- Confirm firewall and RPC reachability between regions. Active Directory replication RPCs occur dynamically over an available port through the RPC Endpoint Mapper on port 135. Firewalls, including Windows Firewall with Advanced Security and any network firewalls between regions, must allow replication traffic.
- If a domain controller is intentionally offline, account for that before treating it as a topology problem. A staged or disconnected domain controller can generate replication errors that are expected rather than evidence of a broken topology.
- Use Microsoft tools to speed diagnosis. For a UI-based approach, run the Microsoft Support and Recovery Assistant tool for AD replication. A Virtual Agent is also available for common Active Directory replication issues.
- If deeper
repadminanalysis is needed, use the Repadmin troubleshooting guidance referenced in the documentation. The Repadmin-focused guidance is specifically called out for monitoring and troubleshooting Active Directory replication in more detail.
If the goal is to determine whether the 6+ hour lag is topology-related, the most direct path is:
- generate the forest-wide
repadmin /showreplreport - sort by oldest Last Success Time
- identify the affected source/destination partner pairs
- check Directory Service event logs on those DCs
- verify DNS, RPC/firewall, and whether AD site links reflect the real regional WAN/VPN design
References: