AD migration methods / tools

E. Leung 0 Reputation points
2023-04-27T15:49:02.97+00:00

I am looking for AD migration methods / tools for two scenarios:

  1. I would like to upgrade v. old Windows Server 2008R2 with Exchange Server 2010 to new build.
  2. I would like to split some AD users & file sharing to the other new build Windows Server.

Any free tool(s) for AD users migration from AD-1 to new AD-2? need pay for Binary Tree for safe?

Is it good for use 'robocopy' for files migration?

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

1 answer

Sort by: Most helpful
  1. Dave Patrick 418.6K Reputation points MVP
    2023-04-27T18:06:27.3566667+00:00

    1 - 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 decommission / demote old one.

    You could start a new thread here about your exchange migration here.

    https://learn.microsoft.com/en-us/answers/tags/342/office-exchange-server-management

    2 - ADMT tools may be helpful.

    https://www.microsoft.com/en-us/download/details.aspx?id=19188

    https://www.microsoft.com/en-us/download/details.aspx?id=56570

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