Proper way of replacing Domain Controller on a new hardware (+ changing version old-2008r2, new- 2012r2)

InfoTechdude 156 Reputation points
2020-12-28T18:12:15.13+00:00

Hi,
I'd like to pick the brain of some of you for the proper way of replacing Domain Controller on a new hardware (old-2008r2, new- 2012r2)? What will be the steps to achieve this one? I presume I leave 2008r2 up and running, while installing 2012 r2, transfer roles from the former then demote 2008r2 and clean the meta. Can somebody write down the proper sequence to do this. Does changing the version mean something? Same hardware vs new one?

Thank you!

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,556 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,047 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.3K Reputation points MVP
    2020-12-28T18:21:43.097+00:00

    I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new 2012, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one.

    Also at some point either before or after I'd recommend migrating sysvol replication from older FRS technology to DFSR
    https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Streamlined-Migration-of-FRS-to-DFSR-SYSVOL/ba-p/425405

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