Q. How can I force a Flexible Single-Master Operation (FSMO) role to move to a new domain controller (DC)?

John Savill

August 23, 2004

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. You can transfer FSMO roles either by using the Microsoft Management Console (MMC) Active Directory (AD) snap-ins (e.g., Active Directory Users and Computers) or the Ntdsutil utility. However, if the server trying to take ownership of the FSMO role can't contact that role, you might need to force the FSMO role transfer by using Ntdsutil with the seize switch. To use this option, perform the same actions as you usually do when transferring a role with Ntdsutil, except that instead of entering the command

fsmo maintenance: transfer <role>

enter the command

fsmo maintenance: seize <role>

When you use the seize option, Ntdsutil first tries to transfer the role gracefully. If that transfer fails, Ntdsutil forces the role transfer. You should use the seize option only when the current role holder will be offline indefinitely and its functionality must remain available.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like