Redirect Authentication Traffic to the Root Domain

Make sure that the local child domain controllers (DCs) always point to the local branch office DC of the root domain for authentication.

Jan De Clercq

August 14, 2013

1 Min Read
Redirect Authentication Traffic to the Root Domain

Q: We recently experienced logon problems because one of the local domain controllers (DCs) of our child domain decided to use a remote DC of our forest's root domain instead of the local root domain DC in our branch office. How can I make sure that the local child domain DCs always point to the local branch office DC of the root domain for authentication?

A: To redirect a child domain DC's authentication traffic to the root domain, you should direct its secure channel for the root domain to the local branch office DC of the root domain. You can do so using the nltest command with the SC_reset switch, as follows:

nltest /sc_reset:

After you run this command, use the following nltest command to verify that the secure channel has been correctly reset:

nltest.exe /sc_verify:
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like