Hands-On:FSMO Role Transfer
Note: This method requires the current FSMO role holder to be online and available.
Step-by-Step Instructions
- Open Command Prompt as Administrator: Click Start → Search "cmd" → Right-click → Run as Administrator
- Start NTDSUTIL:
ntdsutil
- Activate FSMO Maintenance Mode:
roles
- Connect to the Target Server:
connections connect to server <Target-DC-Name> quit - Transfer Specific FSMO Role: Use one of the following commands depending on the role you want to transfer:
transfer schema master transfer naming master transfer rid master transfer pdc transfer infrastructure master - Confirm the Transfer: Type
Yeswhen prompted and press Enter. - Exit NTDSUTIL:
quit quit
Example: Transfer RID Master
ntdsutil
roles
connections
connect to server DC2
quit
transfer rid master
Verification
Run the following command to confirm the transfer of FSMO roles:
netdom query fsmo