Note:- Domain Controllers running Microsoft’s Certificate Authority services (CA) can never be renamed.
Procedure to Follow
Open Command Prompt fro Start>Run>cmd type the following command
netdom computername CurrentComputerName/add:NewComputerName
This command will update the service principal name (SPN) attributes in Active Directory for this computer account and register DNS resource records for the new computer name. The SPN value of the computer account must be replicated to all domain controllers for the domain and the DNS resource records for the new computer name must be distributed to all the authoritative DNS servers for the domain
name. If the updates and registrations have not occurred prior to removing the old computer name, then some clients may be unable to locate this computer using the new or old name.
Ensure the computer account updates and DNS registrations are completed and now type
netdom computername CurrentComputerName/makeprimary:NewComputerName
Restart your windows server 2008
Open Command Prompt fro Start>Run>cmd type the following command
netdom computername NewComputerName/remove:OldComputerName
Options in Detail
CurrentComputerName :- The current, or primary, computer name or IP address of the computer you are renaming.
NewComputerName :- The new name for the computer. The NewComputerName must be a fully qualified domain name (FQDN).
OldComputerName :- The old name of renamed computer.
Incoming search terms:
- how to rename domain name in windows 2008 server (12)
- how to change computer name domain controller windows 2008 server (12)
- how to rename the domain name in windows 2008 server (11)
- rename domain controller 2008 (11)
- how to use the netdom exe utility to rename a computer in windows server 2008 (11)
- domänencontroller umbenennen 2008 (10)
- rename windows 2008 domain controller (10)
- how to change domain controller name on server 2008 (7)
- rename domain controller (7)
- windows 2008 rename domain controller (6)
Sorry, the comment form is closed at this time.