Procedure

Diagnose degraded Active Directory replication

Diagnose degraded Active Directory replication by separating topology, DNS, network and RPC reachability, time and Kerberos, replication errors, and directory health before attempting intrusive repair.

Objective

Diagnose degraded Active Directory replication by separating topology, DNS, network and RPC reachability, time and Kerberos, replication errors, and directory health before attempting intrusive repair.

Prerequisites

  • Known domain topology, administrative boundaries and privileged access method.
  • Current DNS, time synchronization and replication health for identity-related procedures.
  • Administrative access appropriate to the system being changed or diagnosed.
  • A clearly identified scope: affected users, systems, addresses, services and the time of the observed problem.
  • A maintenance or test window when the procedure can affect production traffic or availability.
  • A copy of the current configuration or other recovery material before any irreversible action.

Step-by-step procedure

1

Establish the baseline and scope

Before changing anything, reproduce the issue or document the requested change on a representative system. Record the affected users or services, exact time, current configuration, recent changes and a known-good comparison point. This baseline is the reference used to decide whether each later step improves the situation.

Expected result
  • The scope and current state are documented well enough to reproduce or verify the procedure.
2

Topology

Examine this diagnostic area: topology. Use the narrowest reproducible test, compare the observed state with the documented or expected state, record timestamps and exact errors, and correlate the result with adjacent dependencies. Do not change several settings at once: the purpose of this step is to establish whether this area is healthy, misconfigured, unavailable, or simply not involved in the failure.

Expected result
  • Evidence for this area is explicit, reproducible and consistent with the intended design.
3

DNS

Examine this diagnostic area: DNS. Use the narrowest reproducible test, compare the observed state with the documented or expected state, record timestamps and exact errors, and correlate the result with adjacent dependencies. Do not change several settings at once: the purpose of this step is to establish whether this area is healthy, misconfigured, unavailable, or simply not involved in the failure.

Expected result
  • Evidence for this area is explicit, reproducible and consistent with the intended design.
4

Network

Examine this diagnostic area: network. Use the narrowest reproducible test, compare the observed state with the documented or expected state, record timestamps and exact errors, and correlate the result with adjacent dependencies. Do not change several settings at once: the purpose of this step is to establish whether this area is healthy, misconfigured, unavailable, or simply not involved in the failure.

Expected result
  • Evidence for this area is explicit, reproducible and consistent with the intended design.
5

RPC reachability

Examine this diagnostic area: RPC reachability. Use the narrowest reproducible test, compare the observed state with the documented or expected state, record timestamps and exact errors, and correlate the result with adjacent dependencies. Do not change several settings at once: the purpose of this step is to establish whether this area is healthy, misconfigured, unavailable, or simply not involved in the failure.

Expected result
  • Evidence for this area is explicit, reproducible and consistent with the intended design.
6

Time

Examine this diagnostic area: time. Use the narrowest reproducible test, compare the observed state with the documented or expected state, record timestamps and exact errors, and correlate the result with adjacent dependencies. Do not change several settings at once: the purpose of this step is to establish whether this area is healthy, misconfigured, unavailable, or simply not involved in the failure.

Expected result
  • Evidence for this area is explicit, reproducible and consistent with the intended design.
7

Kerberos

Examine this diagnostic area: Kerberos. Use the narrowest reproducible test, compare the observed state with the documented or expected state, record timestamps and exact errors, and correlate the result with adjacent dependencies. Do not change several settings at once: the purpose of this step is to establish whether this area is healthy, misconfigured, unavailable, or simply not involved in the failure.

Expected result
  • Evidence for this area is explicit, reproducible and consistent with the intended design.
8

Replication errors

Examine this diagnostic area: replication errors. Use the narrowest reproducible test, compare the observed state with the documented or expected state, record timestamps and exact errors, and correlate the result with adjacent dependencies. Do not change several settings at once: the purpose of this step is to establish whether this area is healthy, misconfigured, unavailable, or simply not involved in the failure.

Expected result
  • Evidence for this area is explicit, reproducible and consistent with the intended design.
9

Directory health before attempting intrusive repair

Examine this diagnostic area: directory health before attempting intrusive repair. Use the narrowest reproducible test, compare the observed state with the documented or expected state, record timestamps and exact errors, and correlate the result with adjacent dependencies. Do not change several settings at once: the purpose of this step is to establish whether this area is healthy, misconfigured, unavailable, or simply not involved in the failure.

Expected result
  • Evidence for this area is explicit, reproducible and consistent with the intended design.
10

Validate the complete service

Repeat the original user, system or application workflow from the real source and verify the complete result, not only one command or one local check. Confirm that logs and monitoring show the expected behavior and that no temporary debug, bypass, test account, rule or maintenance setting remains enabled.

Expected result
  • The end-to-end service works or the remaining failure is isolated to a clearly identified component.

Technical commands from the original procedure

These technical blocks are preserved byte-for-byte from the historical procedure and kept in their original order. Review names, addresses, paths and parameters before use.

Technical block 1
repadmin /replsummary
Technical block 2
repadmin /showrepl * /csv > C:Tempshowrepl.csv
Technical block 3
repadmin /showrepl
Technical block 4
repadmin /showrepl /verbose
Technical block 5
ipconfig /all
Technical block 6
Resolve-DnsName -Type SRV _ldap._tcp.dc._msdcs.contoso.local
Technical block 7
dcdiag /test:dns /v
Technical block 8
Test-NetConnection DC02.contoso.local -Port 135
Technical block 9
w32tm /query /status
Technical block 10
w32tm /query /source
Technical block 11
dcdiag /test:replications /v
Technical block 12
dcdiag /test:services /v
Technical block 13
dcdiag /test:advertising /v
Technical block 14
Get-ADReplicationSite -Filter * | Select-Object Name
Technical block 15
Get-ADReplicationSubnet -Filter * | Select-Object Name,Site
Technical block 16
Get-ADReplicationSiteLink -Filter * | Select-Object Name,Cost,ReplicationFrequencyInMinutes,SitesIncluded
Technical block 17
repadmin /kcc
Technical block 18
repadmin /syncall /AdeP
Technical block 19
repadmin /replsummary
Technical block 20
Get-WinEvent -LogName "Directory Service" -MaxEvents 100 | Where-Object LevelDisplayName -in "Error","Warning" | Select-Object TimeCreated,Id,Message

Validation

The procedure is validated when:

  • The original symptom or change request has been tested end to end.
  • The effective configuration matches the intended design and no unexplained error remains in the relevant logs.
  • Temporary troubleshooting controls have been removed and monitoring remains normal.
  • The result, evidence and any follow-up action are documented.

Rollback

  • Restore the configuration, policy, binding, route, credential assignment or service state recorded in the baseline when the change does not meet its success criteria.
  • Remove temporary rules, test objects and diagnostic settings that were introduced only for the procedure.
  • After rollback, repeat the minimum health checks to confirm that the previous service level has been restored.

Troubleshooting / common errors

  • Identity failures often combine DNS, time, replication, permissions and cached credentials; test each layer separately.
  • When policy is involved, verify the effective user/computer context rather than only the configured object.
  • If the result changes between tests, compare source, destination, identity, time and policy context before changing additional settings.
  • If a command succeeds but the application still fails, continue at the next protocol or application layer instead of widening access.
  • If the expected evidence is missing, verify that logging, auditing and the test path actually cover the failing component.
  • If the change does not improve the measured symptom, restore the previous state and reassess the working hypothesis.

Official and vendor references preserved from the original procedure

♡ 0