You use the Microsoft Management Console (MMC) Active Directory (AD) snap-ins to move roles from one domain controller (DC) to another. You can work from the DC that currently holds the role or from the DC to which you want to transfer the role. The initial role holder is the DC you created for the first time in the first forest.
The Schema Master Role
If you're a member of the Schema Admins group, you can move the schema master role from any DC in the forest. If you aren't, add yourself to Schema Admins before you start the task. To work with the schema master, you must install the MMC Active Directory Schema snap-in. Open a command prompt and type
regsvr32 schmmgmt.dll
to load and register the snap-in. The system will display a success message. Click OK, then exit the command window. Now, load the snap-in in an MMC console and move the role:
- Choose Start, Run, and type
mmc /a
Click OK to open a console in author mode.
- From the Console menu in Windows Server 2003 or the File menu in Windows 2000 Server, choose Add/Remove Snap-in.
- Click Add to open the Add Standalone Snap-in dialog box.
- Select Active Directory Schema, click Add, then click Close to return to the Add/Remove Snap-in dialog box.
- Click OK to load the snap-in into the console pane. When the snap-in is loaded, its object in the console pane specifies the name of the DC that has the schema master role.
- Right-click the Active Directory Schema object and choose Change Domain Controller from the shortcut menu.
- Click Specify Name and enter the name of the DC to which you want to transfer the schema master role. You can enter the NetBIOS name (Windows will automatically apply the Fully Qualified Domain NameFQDN).
- Click OK to return to the console; the new server's name appears as the name of the Active Directory Schema object.
- Right-click the Active Directory Schema object again, and choose Operations Master from the shortcut menu to open the Change Schema Master dialog box.
- Click Change. If the Change button isn't accessible, you don't have the appropriate permissions to make this change. In that case, add yourself to the Schema Admins group, log off, log on again, then return to the Change Schema Master dialog box and click Change.
- Confirm the change, click OK to dismiss the success message, and click Close.