Step by Step Active Directory Migration from Windows Server 2008 R2 to Windows Server 2019.
- Raise the Forest Functional Levels and Domain Functional Levels in Windows Server 2008 R2.
- Click Start and select Administrative Tools and then Active Directory Domains and Trusts.
- Right click on Active Directory Domains and Trusts and choose Raise Forest Functional Level.
- Select an available forest functional level “Windows Server 2008 R2 and click Raise.
- Now click on OK.
- The forest functional level was raised successfully so click on ok.
- Right click on the Domain name (yourdomain.local) and click Raise Domain Functional Level.
- It has already got raised the Domain Functional Level to Windows Server 2008 R2 so click on close.
- Now in power shell type the Netdom query fsmo command to check which server has installed FSMO roles.
Active Directory Migration Steps
- Join Windows Server 2019 to an Active Directory Domain.
- Transferring the Flexible Single Master Operations (FSMO) Role
Windows Server 2008 Domain Controller (server2008) and have a further Windows Server 2019 domain controller (Server2019). To finish the migration. We’d like to transfer 5 FSMO roles to the new domain controller.
Schema Master
Domain Naming Master
PDC
RID pool manager
Infrastructure Master
- To find which server is currently holding FSMO then run the following command. netdom query fsmo
- In Powershell type Using Active Directory Schema snap-in to transfer the Schema Master role 13- Open Command Prompt in administrative mode and type regsvr32 schmmgmt.dll and then click on ok.
- On the Server2019 server, open Active Directory Users and Computers, right click domain yourdomain.local and then click Operations Masters.
- On the Operations Masters, Select the RID tab and select the Change button.
- Now click Yes.
- The operations master role was successfully transferred so click ok.
- Now you can verify that Operation master now transferred to our new Server Server2019.yourdomain.local
- On the Operations Masters, select the PDC tab and then click the change button.
- Now click Yes.
- The operations master role was successfully transferred, then click ok.
- Now you can verify that Operation master now transferred to our new Server Server2019.yourdomain.local
- On the Operations Masters, select the Infrastructure tab and click on change button.
- Then click Yes.
- The operations master role was successfully transferred, then click ok.
- Now you can verify that Operation master now transferred to our new Server Server2019.yourdomain.local
- Open Server Manager and select Tools and then click Active Directory Domains and Trusts.
- Right click on Active Directory Domains and Trusts and then select change active directory domain controller.
- Select this Domain Controller or AD LDS Instance and click on the domain controller that you want to be the schema master role and then click ok.
- Right click Active Directory Domains and Trusts and then select Operations Master.
- Now click on Change
- then click Yes.
- The operations master was successfully transferred then click ok.
- Confirmed the domain naming operation master role and click on Close.
- Now we need to move our Schema Master role, so we need to register the schmmgmt.dll open command prompt and run the command below.
Regsvr32.exe C: \ windows \ system32 \ schmmgmt.dll
The process was completed successfully so click on ok.
- Open Microsoft Management Console mmc type mmc and then hit enter.
- Select the File tab and then select Add/Remove Snap-in.
- From the left side, under Available Snap-ins, Select Active Directory Schema, click Add button and then click ok.
- Right click Active Directory Schema, and then select Change Active Directory Domain Controller.
- Select this Domain Controller or AD LDS Instance, click on the domain controller that you want to be the schema master role and then click on ok.
- Now click OK.
- In the console1, right click Active Directory Schema (Server2019.yourdomain.local) and then select Operations Master.
- Select the Change button.
- then click Yes.
- The active directory schema Operations Master successfully transferred then click ok.
- Now confirm your current schema master which is Server2019 and then click Close.
- Now run the Netdom query fsmo command, so we can now see that our roles have been moved to our Windows Server 2019 Additional Domain Controller.
- Now change the DNS address of our additional Domain Controller server to be the IP address of our Windows Server 2019 Domain Controller server.
Comments are closed