- Active Directory Administration Cookbook
- Sander Berkouwer
- 785字
- 2021-06-24 14:42:19
Transferring FSMO roles using the MMC snap-ins
To transfer the Domain Naming Master FSMO role, follow these steps while on a domain controller in the root forest domain, signed in with an account that is a member of the Enterprise Admins group:
- Open Active Directory Domains and Trusts (domain.msc).
- In the left navigation pane, right-click Active Directory Domains and Trusts and select Change Active Directory Domain Controller.
- Select the domain controller you want to transfer the Domain Naming Master FSMO role to from the list of domain controllers.
- Click OK when you're done.
- In the left navigation pane, right-click Active Directory Domains and Trusts and select Operation Master.
- Click Change.
- Click Yes to answer the question Are you sure you want to transfer the operations master role to a different computer? in the Active Directory Domains and Trusts popup window.
- Click OK to acknowledge that The operations master was successfully transferred in the second Active Directory Domains and Trusts popup window.
- Click Close to close the Operations Master window.
- Close Active Directory Domains and Trusts.
To transfer the Domain Naming Master FSMO role, follow these steps while on a domain controller in the root forest domain, signed in with an account that is a member of the Enterprise Admins group:
- Open an elevated Command Prompt (cmd.exe).
- Register the schmmgmt.dll library on the Command Prompt (cmd.exe) with the following command:
regsvr32.exe schmmgmt.dll
- Click OK in the RegSvr32 popup screen stating DllRegisterServer in schmmgmt.dll succeeded.
- On the Command Prompt (cmd.exe), run the following command to start the Microsoft Management Console (MMC):
mmc.exe
- In the MMC screen, open the File menu from the task bar.
- Click Add/Remove Snap-in in the File menu.
- In the Add or Remove Snap-ins screen, in the right list of Available Snap-ins, select Active Directory Schema.
- Click Add > to add the snap-in to the list of Selected snap-ins.
- Click OK to close the Add or Remove Snap-ins screen.
- In the left navigation pane, right-click Active Directory Schema and select Change Active Directory Domain Controller.
- Select the domain controller you want to transfer the Schema Master FSMO role to, from the list of domain controllers.
- Click OK when done.
- Click OK in the Active Directory Schema popup to acknowledge that the Active Directory Schema snap-in is not connected to the schema operations master. You will not be able to perform any changes. Schema modifications can only be made on the schema FSMO holder.
- Right-click Active Directory Schema again and select Operation Master from the menu.
- Click Change.
- Click Yes to answer the question Are you sure you want to change the Operations Master? in the Active Directory Schema popup window.
- Click OK to acknowledge that the Operations Master transferred successfully.
- Click Close to close the Operations Master window.
- Close the Microsoft Management Console. If the Active Directory schema is useful as an MMC snap-in, you can optionally save the console settings.
To transfer the RID Master, PDCe and Infrastructure Master FSMO roles, follow these steps on a domain controller, logged in with an account that is a member of the Domain Admins group:
- Open Active Directory Users and Computers (dsa.msc).
- In the left navigation pane, right-click Active Directory Users and Computers and select Change Active Directory Domain Controller....
- Select the domain controller you want to transfer the RID Master, PDC emulator, and/or Infrastructure Master FSMO roles to, from the list of domain controllers.
- Click OK when done.
- In the left navigation pane, right-click the domain name and select Operation Masters.
- Select the appropriate tab for the FSMO role you intend to transfer and click Change.
- Click Yes to answer the question Are you sure you want to transfer the operations master role? in the Active Directory Domain Services popup window.
- Click OK to acknowledge that The operations master was successfully transferred. in the second Active Directory Domain Services popup window.
- Repeat steps five through seven to transfer the other FSMO roles, if applicable.
- Click Close to close the Operations Master window.
- Close Active Directory Users and Computers.