The following five FSMO (Flexible Single Master Operation) roles exist.
- Schema master - Forest wide role.
- Domain naming master - Forest wide role.
- RID master - Domain wide role.
- PDC emulator master - Domain wide role.
- Infrastructure master - Domain wide role.
There are two ways to transfer FSMO roles, using the graphical console or the command line tool called ntdsutil. Login to your domain controller were want to transfer the FSMO roles and perform following steps:
Step 1: Open the command prompt. Type ntdsutil and press the enter key. Type in following commands one by one.
ntdsutil: roles
fsmo maintenance: connections
server connections: connect to server <another domain controller name>
server connections: quit
Step 2:
FSMO maintenance: transfer schema master (Press Enter Key).
Step 3:
FSMO maintenance: transfer naming master (Press Enter Key)
Step 4:
FSMO maintenance: transfer rid master (Press Enter Key)
Step 5:
FSMO maintenance: transfer PDC (Press Enter Key)
Step 6:
FSMO maintenance: transfer infrastructure master (Press Enter Key)
Step 7: All roles have been transferred. Type "netdom query fsmo" command to verify.
You need to “connect to server” to the server you want to transfer the roles to, not if you are logged in to the target server as per the instructions.
Assalamu Alaikum,
This is a great help you have provided.Can you tell how to do it through GUI and Power shell.Thankful to you.Regards,