How do I change the Infrastructure Master FSMO?
January 8, 2000
A. The FAQ What are the FSMO roles in Windows 2000? defines the Infrastructure Master. To modify the role, perform the following steps.
Start the Microsoft Management Console (MMC) Active Directory Users and Computers snap-in on the domain controller (DC). (From the Start menu, select Programs, Administrative Tools, Active Directory Users and Computers.)
In the leftmost pane, right-click the domain and select Connect to Domain Controller.
Select the DC you want to make the Flexible Single-Master Operation (FSMO) role owner, as the Screen shows, and click OK.
Click here to view imageRight-click the domain again, and select Operations Master from the context menu.
Select the Infrastructure tab.
You’ll see the name of the machine that holds the infrastructure FSMO role, as the Screen shows.
Click here to view imageTo make a change, click Change.
Click OK in the confirmation dialog box.
Finally, you’ll see a dialog box confirming the role change.
You can also use the Ntdsutil utility to change the Infrastructure Master FSMO. In the following code, enter the commands in bold.
C:> ntdsutil ntdsutil: roles fsmo maintenance: connections server connections: connect to server server connections: quit fsmo maintenance: transfer infrastructure master
Click Yes in the role-transfer dialog box. Then, enter the commands in bold in the following code.
Server "titanic" knows about 5 roles Schema - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com Domain - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com PDC - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com RID - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com Infrastructure - CN=NTDS Settings,CN=TITANIC,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=savilltech,DC=com fsmo maintenance: quit ntdsutil: quit
About the Author
You May Also Like