Friday, September 18, 2020

Transfer FSMO roles using the NTDSUtil tool

 

Transfer FSMO roles using the NTDSUtil tool

Make sure domain administrator is member of Schema Admins group.

Login as administrator 

First, open the command prompt with administrative privileges.

Type ntdsutil and press Enter.
Type roles and press Enter.
Type connections and press Enter.
Type connect to server DC01 and press Enter, where DC01 is the server computer name that will transfer the FSMO roles to.
Type quit and press Enter.

Next, we will transfer FSMO roles one by one with the corresponding command, as the case may be. After each Enter appears a confirmation window. Just click Yes to continue.

For Schema Master, type transfer schema master and press Enter.
For RID Master, type transfer rid master and press Enter.
For Domain Naming Master, type transfer naming master and press Enter.
For PDC Emulator, type transfer pdc and press Enter.
For Infrastructure Master, type transfer infrastructure master and press Enter.

Transfer FSMO roles to another Domain Controller

After transferring the roles you want, press quit to exit the NTDSUtil environment.

Check status in command line 

netdom query fsmo