Seizing FSMO roles
In the previous section, I explained how to transfer FSMO roles from one domain controller to another. But there are certain situations where we will not be able to transfer the FSMO roles, such as the following:
- Hardware failures: If the domain controller that holds the FSMO roles failed due to hardware issues and there is no other way to bring it back online using a backup/DR solution, we need to use the seize method to recover FSMO roles
- System operation issues: If the domain controller has issues, such as operating system corruption, viruses, malware, or file corruption, it may not be allowed to transfer the FSMO role to another domain controller, which will also lead to an FSMO role seize
- Forcefully removed domain controller: If the FSMO role holder is forcefully decommissioned using the
/forceremoval
command, we need to use the seize method from any other available domain controller to recover FSMO roles
The FSMO role seize...