Re: Rename Domain Controller
To rename a domain controller:
- Open Command Prompt.
- Type:
netdom computername CurrentComputerName/add:NewComputerName - Ensure the computer account updates and DNS registrations are completed, then type:
netdom computername CurrentComputerName /makeprimary:NewComputerName - Restart the computer.
- From the command prompt, type:
netdom computername NewComputerName /remove:OldComputerName
More information here - http://technet.microsoft.com/en-us/l...=ws.10%29.aspx
Re: Rename Domain Controller
If you want to rename the domain then you will be able to do that with the System Properties dialog box. For example If you wish to rename a DC having name from SERVER101 within DPETRI.NET domain to ZEUS the go through the steps below.
- First of all open the System applet from Control Panel.
- Click on change from the Computer Name tab.
- You will see one warning message appears. Read that and to accept it click on OK button.
- Enter the In the new host name in computer name box of the Domain Controller and click Ok.
- From the Computer Name modify window, type the name as well as password for a user who is a member for the Domain Admins group.
- You will see the warning that says that you have to restart your computer. Acknowledge it.
- Click the Ok button and reboot your computer.
Re: Rename Domain Controller
After renaming the domain can i retire the old nt4 domain by just shutting it down?
Also after domain is renamed all users and groups will they have the same persmission to files folders vpn and work station logons as they had on the old nt4 domain?
Thanks.