How to migrate Active Directory 2012 to 2019 step by step?

Migrating Active Directory 2012 to 2019 involves several critical steps to ensure a smooth transition with minimal downtime. This guide provides a comprehensive, step-by-step process to help you upgrade your Active Directory environment efficiently.

What is Active Directory Migration?

Active Directory (AD) migration refers to the process of upgrading or moving AD services from one server version to another. In this context, it involves transferring the AD infrastructure from Windows Server 2012 to Windows Server 2019, which offers enhanced security, performance, and features.

Why Migrate from Active Directory 2012 to 2019?

Migrating to Active Directory 2019 ensures your organization benefits from the latest security updates, improved performance, and new features. Windows Server 2019 provides better integration with cloud services, improved group management, and enhanced security protocols.

Prerequisites for Active Directory Migration

Before starting the migration, ensure the following prerequisites are met:

  • Backup: Ensure you have a complete backup of your current AD environment.
  • Compatibility Check: Verify that all applications and services are compatible with Windows Server 2019.
  • Network Configuration: Confirm that the new server meets network requirements and is properly configured.
  • Schema Update: Prepare to update the AD schema to support new features.

Step-by-Step Guide to Migrate Active Directory 2012 to 2019

Step 1: Prepare the New Server

  1. Install Windows Server 2019: Set up a new server with Windows Server 2019.
  2. Join the Domain: Add the new server to the existing domain to facilitate communication with the current AD environment.

Step 2: Install Active Directory Domain Services (AD DS)

  1. Open Server Manager: Navigate to ‘Add roles and features.’
  2. Select AD DS: Choose ‘Active Directory Domain Services’ and complete the installation process.
  3. Promote the Server: Use the ‘Promote this server to a domain controller’ option to start the AD DS configuration wizard.

Step 3: Update the Active Directory Schema

  1. Use ADPrep: Run adprep /forestprep and adprep /domainprep from the command prompt on the new server to update the schema.
  2. Verify Schema Update: Ensure the schema version is updated by using the Get-ADForest PowerShell command.

Step 4: Transfer FSMO Roles

  1. Identify FSMO Roles: Use the netdom query fsmo command to list current FSMO role holders.
  2. Transfer Roles: Use the Active Directory Users and Computers, Active Directory Domains and Trusts, and Active Directory Schema snap-ins to transfer FSMO roles to the new server.

Step 5: Decommission the Old Server

  1. Demote the Old Server: Use the ‘Remove Roles and Features’ wizard to demote the old server from being a domain controller.
  2. Remove from Domain: Remove the old server from the domain after ensuring all roles and services have been successfully transferred.

Step 6: Verify the Migration

  1. Check Replication: Use the repadmin /replsummary command to verify successful replication between domain controllers.
  2. Test Functionality: Ensure all AD services, such as Group Policy and DNS, are functioning correctly on the new server.

Benefits of Upgrading to Active Directory 2019

  • Enhanced Security: Improved security features like Windows Defender Advanced Threat Protection.
  • Better Performance: Optimized for modern hardware and cloud services.
  • New Features: Includes features like Windows Admin Center integration and improved management tools.

People Also Ask

How Long Does It Take to Migrate Active Directory?

The time required for an Active Directory migration depends on the size of your environment and the complexity of your infrastructure. Typically, it can take anywhere from a few hours to a couple of days.

What Are FSMO Roles in Active Directory?

FSMO (Flexible Single Master Operations) roles are specialized domain controller tasks that are not suited to multi-master replication. They include roles like Schema Master, Domain Naming Master, and others critical for AD functionality.

Can I Migrate Directly from Windows Server 2012 to 2019?

Yes, you can migrate directly from Windows Server 2012 to 2019. However, ensure that all prerequisites are met and compatibility is verified.

What Tools Can I Use for Active Directory Migration?

Microsoft provides several tools for AD migration, including the Active Directory Migration Tool (ADMT) and PowerShell scripts for automation.

Is It Necessary to Update the AD Schema?

Yes, updating the AD schema is necessary to take advantage of new features and functionalities available in Windows Server 2019.

Conclusion

Migrating Active Directory 2012 to 2019 is a strategic move to enhance your organization’s IT infrastructure. By following these steps, you can ensure a seamless transition with minimal disruption to your operations. For more detailed guidance, consider consulting Microsoft’s official documentation or engaging with IT professionals specialized in AD migrations.

Scroll to Top