We can transfer FSMO roles by using the Ntdsutil.exe command-line utility or by using an MMC snap-in tool. Today we will use MMC sap-in tools.
Depending on the FSMO role that you want to transfer, you can use one of the following three MMC snap-in tools:
- Active Directory Schema snap-in : using for transfer the Schema Master role
- Active Directory Domains and Trusts snap-in : using for transfer the Domain Naming Master role
- Active Directory Users and Computers snap-in : using for transfer the RID Master, PDC Emulator, and Infrastructure Master roles
So we need to transfer all 5 FSMO roles:
- Schema Master
- Domain Naming Master
- Relative ID (RID) Master
- PDC Emulator
- Infrastructure Master
As we see our FSMO roles located on TDC01 domain controller. We will transfer those roles to TDC1 DC.
- To move Schema master role with GUI we need to Register the Schmmgmt.dll library. So Open Command Prompt in administrative rights and type regsvr32 schmmgmt.dll
Click ok.
From the Run command open an MMC Console by typing MMC:
On the Console menu, press Add/Remove Snap-in:
Select Active Directory Schema. Press Add and Press OK:
If you are NOT logged from the target domain controller, in the snap-in, right-click AD schema and press Change Active Directory Domain Controller…
Select DC which you want to change and click OK:
Click OK:
Right-click the Active Directory Schema icon again and press Operation Masters:
Click Change button:
Confirm change :
The role will be transferred and a confirmation message will be displayed. Click OK
As we see the current schema master is new DC:
2. To move Domain Naming master role with GUI open the Active Directory Domains and Trusts From Start Menu and Right click Active Directory Domains and Trusts, then click Change Active Directory Domain Controller…
Select Domain Controller which you want to move role and click OK:
Right click Active Directory Domains and Trusts, then click Operations Master…
Click Change:
Click YES to confirm:
Click OK :
then click Close:
3. To move RID Master, PDC Emulator, and Infrastructure Master Roles we will use Active Directory Users and Computers snap-in. Open Active Directory Users and Computers and Right click your domain and select Change Domain Controller…:
Select Domain Controller which you want to move role and click OK:
Right click your domain and select Operations Masters…
To move RID Master use RID tab and click change:
4. To move PDC Emulator click on PDC Tab and click on Change:
5. To move Infrastructure Master go to Infrastructure tab and click change :
And finally click Close
If you would like to check , open command prompt and type: netdom query fsmo. As we see our all FSMO roles moved to the new server:
Micheline Dolly
Spitzen Beitrag, gefällt mir echt gut.!