Posted On March 31, 2019

How to Rename a Domain Controller

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to Rename a Domain Controller
Ensure that the domain functional level is at least Windows Server 2003, then run these commands:
Right-click CMD.exe >> run-as Adminstrator:
netdom computername DC01.KIMCONNECT.COM /add:DCo1.KIMCONNECT.COM
netdom computername DC01.KIMCONNECT.COM /makeprimary:DC01.KIMCONNECT.COM
shutdown -r -t 0
 
Optional:
Right-click CMD.exe >> run-as Adminstrator:
netdom computername {NewComputerName} /remove:{OldComputerName}
hostname
 
keywords: change, dc, name, second, secondary, server, host, alias, DNS, CNAME, record, records

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Office 365 Rules

Block Executables: https://support.office.com/en-us/article/Blocked-attachments-in-Outlook-434752e1-02d3-4e90-9124-8b81e49a8519?CorrelationId=66e06c24-0d68-47c1-a503-5b4e30bc1c8a&ui=en-US&rs=en-US&ad=US&ocmsassetID=HA102749484#_Attachment_file_types Reject large files:  Sender is located Outside the organization The message size is…

Puppet Client Server Lab Setup

Server # Setup client machine name sudo vim /etc/hosts ## Insert this line ## xx.xx.xx.xx…

Microsoft Dynamics 365 Error with Send-As

Symptoms: Recurring error in Event Log #61346 - An error occurred while checking for outgoing…