Renaming a Domain Controller Server 2012R2

Today I had the pleasure of renaming a domain controller. At first glance you might think you can just rename the computer the usual way, but please don’t do this it wont work!

Lets say you have a domain called sub.domain.com with an AD controller called West-AD01. The FQDN would be West-AD01.sub.domain.ntst.com, lets say we need the domain controllers name to be changed to East-AD01. Here are the steps:

1) Open powershell as an admin and run: netdom computername West-AD01.sub.domain.com /add:East-AD01.sub.domain.com This adds a secondary DNS name to your domain controller, you can confirm this worked by looking up the SPN for that server.

2) In the same PS window run: netdom computername West-AD01.sub.domain.com /makeprimary:East-AD01.sub.domain.com At this point you will get a message to reboot the machine.

3) Open another powershell window as admin and run: netdom computername East-AD01.sub.domain.com /remove:West-AD01.sub.domain.com Make sure you swap the computer names in this command! It will remove the old name when done correctly.

If this domain controller does not use FRS (DFS) than your job is done, if it does you will need to rename all of those mappings within AD manually.

 

0 comments… add one

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.