Server 2012 to 2022 Migration

Anonymous
2023-09-26T18:51:18+00:00

I'm sure this gets asked alot, so my apologies.

I am looking for some official documentation from Microsoft regarding the steps needed to migrate from our Windows Server 2012 Servers to Windows Server 2022 for DC and other services and roles. Things like preparation checks, migration steps, and so on. I am also open to non-Microsoft pages that will detail the steps, as well as purchasing a Microsoft support plan in order to assist in doing this.

When I try to ask the question in the Microsoft support, it indicates "You are currently signed in using an Azure Active Directory account. The purchase of Professional Support plans must be made using a Microsoft Account." And yet, I can't find a way to purchase professional support plans.

My goal is to test the Windows 2012 to 2022 Migration on a set of test VMs, before I perform the update on production VMs (in Vmware).

Windows for business | Windows Server | Directory services | Active Directory

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-09-27T00:57:09+00:00

    Hello MGatWG,

    Thank you for posting in Microsoft Community forum.

    The recommended way to upgrade Windows Server 2012 domain controllers to 2022 domain controllers is adding new 2022 server to domain and promoting this 2022 server as Domain Controller, we do not recommend performing in-place upgrade the OS of 2012 Domain Controller from 2012 to 2022.

    Is your Windows Server 2012 Domain Controller also a DNS server? If so, steps below are for your reference.Step 1You should check SYSVOL replication type. If it is FRS or DFSR.

    Here is checking method via registry:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DFSR\Parameters\SysVols\Migrating Sysvols\LocalState registry subkey. If this registry subkey exists and its value is set to 3 (ELIMINATED), DFSR is being used. If the subkey does not exist, or if it has a different value, FRS is being used.

    If it is DFSR, that is OK.

    If it is FRS, you should migrate from FRS to DFSR first.

    For how to migrate SYSVOL from FRS to DFSR, we can refer to the following article.

    qUICKLY Explained: Migrate Your SYSVOL Replication from FRS to DFSR
    https://blogs.technet.microsoft.com/qzaidi/2012/01/16/quickly-explained-migrate-your-sysvol-replication-from-frs-to-dfsr/

    Step 2

    Before we do any changes to our AD environment, we had better to check our AD environment health. So we can try the following steps:

    1.We need to check if all the DCs works fine, we can run Dcdiag /v on each DC to check.
    2.Run Repadmin /showrepl and repadmin /replsum on all DCs to check AD replication status if you have multiple DCs in your domain.

    Step 3
    1.Add new 2022 server to the existing domain.

    2.Promote this new 2022 server to Domain Controller (add AD DS role and DNS role).

    3.Also make this new 2022 DC as GC.

    4.Check the health status of new DC and old DC and AD replication status (if you have more than one DC) followed Steps 2.

    5.If you have more than one Domain Controllers to migrate from lower OS level (2012) to higher OS level (2022), please repeat 1-4 within Step 3.

    6.After all DCs have migrate from lower OS (2012) to higher OS (2022), transfer FSMO roles to the new 2022 DC if needed.
    We can check whether you have successfully transferred the FSMO roles by running the command as administrator on any DC: netdom query fsmo
    7.Raise forest functional level and domain functional level if needed.

    How to raise Active Directory domain and forest functional levels:

    https://support.microsoft.com/en-us/help/322692/how-to-raise-active-directory-domain-and-forest-functional-levels

    8.Because old 2012 DC was a DNS server, update the DNS client configuration on all member workstations, member servers, and other DCs that might have used this DNS server for name resolution. If it is required, modify the DHCP scope to reflect the removal of the DNS server.

    9.Because old 2012 DC was a DNS server, update the Forwarder settings and the Delegation settings on any other DNS servers that might have pointed to the old 2012 DC for name resolution.

    10.Migrate all other roles on old 2012 DC to new 2022 DC (or other member servers) if you have or if you need.

    11.After you transfer FSMO roles and update all DNS settings and migrate other roles if you have. And after a period of time, if everything is OK, we can consider demoting the old 2012 DC if needed.

    Meanwhile, if you need a service support from Microsoft, please read link below.

    Global Customer Service phone numbers - Microsoft Support

    I hope the information above is helpful.

    If you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    24 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-04-25T16:12:19+00:00

    I am migrating my 2012 and 2012 r2 over to 2022. I read somewhere in a Microsoft document that you should first move to 2016, then to 2022.

    0 comments No comments