Domain controllers with the Global Catalogs feature enabled (which should be all domain controllers - recommended) will replicate the naming contexts of all other domains in the forest. Note that not all attributes are replicated, and the data is available only in read-only.
Naming Context Replication in Multi Child Domain
I have a single forest with a root domain and multiple child domains. My questions is:
Should one child domain replicate the naming context or directory partition of another child domain???
3 answers
Sort by: Most helpful
-
Pierre Audonnet - MSFT 10,191 Reputation points Microsoft Employee
2022-05-12T14:20:36.64+00:00 -
The Exchanger 56 Reputation points
2022-05-12T17:10:21.283+00:00 ok thank you
Therefore, are replication links needed between child domain controllers?
Right now my replication links are set between child domain controllers of the same
child domain and to the root domain -
Pierre Audonnet - MSFT 10,191 Reputation points Microsoft Employee
2022-05-16T13:29:12.513+00:00 Replication connection objects will automatically be created by default. Even if there is no complete site link coverage in the topology. The ISTG component will take care of that administrative mistake and will create the connections (that could be disabled, but that's on by default).
You can confirm that by looking at the connection objects in the output of
repadmin /showrepl *
.In any case, you can also check for complete replication status summary with
repadmin /replsum
.