T The Triage ManualTechnical Guides for IT Emergencies
P1 · Active Directory

Seizing FSMO roles from a dead Domain Controller

Original FSMO holder is unrecoverable. Seize roles to restore directory operations — and ensure the original DC never returns.

Indicators

Likely causes

Diagnostic steps

  1. Identify current FSMO holders: netdom query fsmo, or Get-ADDomain / Get-ADForest
  2. Confirm the holder is genuinely unrecoverable — graceful Move-ADDirectoryServerOperationMasterRole (transfer) is always preferred over Seize
  3. Decide seize order — PDC Emulator and RID Master are the most time-critical for a single-domain SMB
  4. Seize via ntdsutil → roles → connections → connect to server <healthy-DC> → seize <role>; or Move-ADDirectoryServerOperationMasterRole -Force
  5. Immediately follow with metadata cleanup of the dead DC — remove NTDS settings, computer object, DNS records
  6. Verify with netdom query fsmo and dcdiag /test:advertising

Resolution path

Prevention

Tools

References

active-directoryfsmontdsutildomain-controller