To Transfer FSMO Roles Using GUI
To Transfer FSMO Roles Using GUI
To check who has the FSMO roles, go to command promt and type
Regsvr32 schmmgmt.dll
mmc
You will see this window
Right click on Active Directory Schema -> Change Active Directory Domain Controller…
You will see this window, click on the server you want to transfer the roles, and click ok.
You will see the old server name above and new server name below as shown in the
following window. Click on change
Click Yes
You can see the schema master role has been transferred to newdcsrv.demo.lab
2) To transfer Domain naming master role:
mmc
Right click on Active Directory Domains and Trusts -> Change Active Directory Domain
Controller.
You will see this window, click on the server you want to transfer the roles, and click ok.
Right click on Active Directory Domains and Trusts -> Operations master, you will see this
window. You will see the old server name and new server name.
Click on change, Doming naming master role will be transferred to newdcsrv.demo.lab
Now go to command promt and check the roles has changed or not.
netdom query fsmo
You can see the Domain naming master role has been transferred to newdcsrv.demo.lab
Go to server manager -> tools -> Active Directory Users and Computers
Right click on demo.lab -> Change domain controller…
Click on the sever you want to transfer the PDC role and click OK.
Right click on demo.lab -> Operations Masters…
Thank You