Skip to content

How to Transfer FSMO Roles

How to Transfer FSMO Roles

In this quick and short but powerful post, I will look how to transfer FSMO roles from one server to another. I will be doing this using CMD as well as PowerShell.

To get start CMD needs to be run as Administrator and the following cmdlet can be used.

From the FSMO Maintenance Menu type?, to view the list of available commands

Now let’s go ahead and transfer the Roles to TCLDC02, in order to do that we need to connect to TCLDC02 by typing the following.

before we start the transfer process we need to go back to the prevoise menu and then can be done by typing the following.

 

To start the transfer process, type the following

select “Yes” on the pop up box to move the role.

  • Infrastructure Master
  • Naming Master
  • PDC
  • RID Master

To view the current FSMO role holder, type the following in CMD.

NETDOM /Query FSMO and press ENTER

As we can see the “Schema Master” role has been move to TCLDC02.

Now let’s look at how we can do the same using Windows PowerShell.

To transfer all 5 roles to another domain controller the following can be run.

All 5 Roles has been transferred to TCLDC02, but let’s verify that TCLDC02 holds all the roles now.

To verify this type the following in CMD.

You can also move individual roles to a different domain controller using PowerShell.

The following list details the role number for each of the five FSMO roles.

PDC Emulator – 0

RID Master – 1

Infrastructure Master – 2

Schema Master – 3

Domain Naming Master – 4

seize the roles using the –Force parameter.

 

Of course, could have used the short version

#ThatLazyAdmin

Sharing is caring!

Published inActive DirectoryPowerShellWindows Server 2012Windows Server 2016

Be First to Comment

Leave a Reply

Your email address will not be published.