How to Switch Domain Controller or Logon server in client
To find the current logon server
Open the command prompt and type
echo %logonserver%
To switch the Domain Controller
Open the command prompt and type
nltest /Server:ClientComputerName /SC_RESET:DomainName\DomainControllerName
To set the Domain Controller Via Registry
Open the registry editor
Navigate to:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Netlogon/Parameters
Create a String value called “SiteName“, and set it to the domain controller you wish the computer to connect to. (ie. DC1.domain.com)
Open the command prompt and type
echo %logonserver%
To switch the Domain Controller
Open the command prompt and type
nltest /Server:ClientComputerName /SC_RESET:DomainName\DomainControllerName
To set the Domain Controller Via Registry
Open the registry editor
Navigate to:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Netlogon/Parameters
Create a String value called “SiteName“, and set it to the domain controller you wish the computer to connect to. (ie. DC1.domain.com)
Comments
Post a Comment