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.