How do I migrate my domain conroller to new hardware with same name and IP?

DollaBillz 121 Reputation points
2020-09-21T17:40:10.757+00:00

I have 4 domain controllers in my environment that all have the domain controller role and file server role. I'd like to update the hardware on these four domain controllers and would like to use the same name and IP for the new domain controllers. Is there a guide out there somewhere that would walk me through this? This is what I'm thinking:

Current DC/server
-Copy file server files from current DC/file server to new DC/file server using robocopy
-Demote DC, reboot, wait for changes to replicate around domain, rename and give new IP, reboot.

New DC/server
-Change name and IP to match old DC, reboot, promote as DC using DC diag, reboot

Does that sound about right?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,173 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,900 questions
Windows Server Infrastructure
Windows Server Infrastructure
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Infrastructure: A Microsoft solution area focused on providing organizations with a cloud solution that supports their real-world needs and meets evolving regulatory requirements.
515 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2020-09-21T18:02:31.753+00:00

    Yes, you have it right. I'd just add to use dcdiag / repadmin tools in between steps to be sure health is 100% before moving to next one.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Arjan Mensch 11 Reputation points
    2020-09-21T18:41:27.307+00:00

    Don't forget to move the roles to another DC before demoting.
    Fileshares and their paths can be exported from registry if you have a lot of them, or use powershell to inventory them and recreate them.
    Robocopy or backup/restore, or even DFS are fine to recreate the file/folder structure for the fileserver role.
    If it's a printserver as well, use the printer migration tools.


  2. Vicky Wang 2,646 Reputation points
    2020-09-22T08:11:27.953+00:00

    Hi,@DollaBillz
    Thank you for posting in our forum.
    According to your statement, the problem has been solved, if you have any other questions, please feel free to update
    Best wishes
    Vicky

    0 comments No comments