Step by step to upgrade win2012r2 AD to Win2019

Vince ng 40 Reputation points
2023-03-04T03:54:30.4833333+00:00

I had 3 DC which are under Win2k12R2, May i know the step by step method to migrate the this 3 DC in the new Win2k19 AD VM? The DC also holding DNS and DHCP function, at which steps should we migrate? Existing certificate migration when do we migrate? Any need to upgrade the schema?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,244 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-03-04T04:04:32.21+00:00

    The two prerequisites to introducing the first 2019 or 2022 domain controller are that domain functional level needs to be 2008 or higher and older sysvol FRS replication needs to have been migrated to DFSR

    I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new 2019 or 2022, 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 move on to next one.

    You can export / import the DHCP server scopes.

    Export-DhcpServer
    Import-DhcpServer

    You can follow along here to migrate the CA

    Migrate Root CA to a new server

    -

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

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful