Summary: A post about seizing Active Directory Domain Controller roles, also known as FMSO.
Date: Around 2014
Refactor: 13 February 2025: Checked links and formatting.
Whenever you're in the situation the AD Domain Controller roles (FMSO) are not what they should be you can always seizes the roles you need. This small howto shows you how.
Note: This is a quite common scenario after doing a test failover with Site Recovery Manager 5.1.
Ntdsutil is the tool we need, and note that for the seizing of the schema role you need to be in the “schema admins” group:
ntdsutil
C:\ ntdsutil ntdsutil:
roles
ntdsutil: roles fsmo maintenance:
connections
fsmo maintenance: connections server connections:
connect to server <servername>
server connections: connect to server dcserver Binding to dcserver ... Connected to dcserver using credentials of locally logged on user. server connections:
q
to return to maintenance modeserver connections: q fsmo maintenance:
Note that confirmation will be asked, you'll have to click “yes” to proceed.