View Categories

How do I find out which Active Directory domain controller holds the FSMO role?

< 1 min read

To find out which Active Directory domain controller holds the FSMO role:


  1. Verify that the computer you are using to run the command-line is a member of the domain.
  2. Run the following PowerShell commands:
    • Get-ADDomain
    • Get-ADDomainController
  3. Verify that the domain controller returned has a name containing the FSMO role name.

Powered by BetterDocs