Dear Experts,
Thanks in advance. I Just successfully migrated windows 2008 DC to windows 2012 DC, After migration I checked all OUs and objects inside OUs are successfully migrated to 2012. I also checked users are successfully log in to windows 2012 domain. The problem is when I check the computer name in windows 2012 DC and still showing the old computer name. Why so. If I want to change it, giving warning ... Please suggest..
![Windows-2012.JPG]()
The name remaining the same is normal.
This TechNet article tells how to change the name of a DC in a domain where it is the only DC.
From the article:
1. Open a Command Prompt as an administrator: On the Start menu, right-click Command Prompt, and then click Run as administrator. If the User Account Control dialog box appears, provide Domain Admins credentials, if required, and then click Continue.
2. At the command prompt, type the following command to add the new domain controller name, and then press ENTER:
netdom computername <CurrentComputerName> /add:<NewComputerName>
3.Type the following command to designate the new name as the primary computer name, and then press ENTER:
netdom computername <CurrentComputerName> /makeprimary:<NewComputerN
4.Restart the computer.
5.After the computer restarts, open a Command Prompt.
6.At the command prompt, type the following command to remove the old domain controller name, and then press ENTER:
netdom computername <NewComputerName> /remove:<OldComputerName>
Cheers!
Sean