0% found this document useful (0 votes)
148 views2 pages

What Are FSMO Roles?: Active Directory

Active Directory uses FSMO (Flexible Single Master Operations) roles to designate a single domain controller as the authority for certain sensitive directory operations. There are five FSMO roles - two enterprise-level roles that apply to the entire forest and three domain-level roles that apply to each domain. The roles can be identified and transferred between domain controllers if needed.

Uploaded by

rajeshec83
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views2 pages

What Are FSMO Roles?: Active Directory

Active Directory uses FSMO (Flexible Single Master Operations) roles to designate a single domain controller as the authority for certain sensitive directory operations. There are five FSMO roles - two enterprise-level roles that apply to the entire forest and three domain-level roles that apply to each domain. The roles can be identified and transferred between domain controllers if needed.

Uploaded by

rajeshec83
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1. What is FSMO role?

(Or what are Single Master Operations / Flexible Single Master


Operations / Operations Master Role / SMO / OMR?)

Active Directory allows object creations, updates, and deletions to be committed to any authoritative
domain controller. This is possible because every Active Directory domain controller maintains a writable
copy of its own domain’s partition – except, of course, Read-Only Domain Controllers. After a change
has been committed, it is replicated automatically to other domain controllers through a process called
multi-master replication. This behavior allows most operations to be processed reliably by multiple
domain controllers and provides for high levels of redundancy, availability, and accessibility within
Active Directory.

An exception to this behavior applies to certain Active Directory operations that are sensitive enough that
their execution is restricted to a specific domain controller. Active Directory addresses these situations
through a special set of roles. Microsoft has begun referring to these roles as the Operation Masters roles,
but they are more commonly referred to by their original name, Flexible Single-Master
Operator (“FSMO”) roles.

What are FSMO Roles?


Active Directory has five FSMO (generally pronounced “FIZZ-mo”) roles, two of which are enterprise-
level (i.e., one per forest) and three of which are domain-level (i.e., one per domain). The enterprise-level
FSMO roles are called the Schema Master and the Domain Naming Master. The domain-level FSMO
roles are called the Primary Domain Controller Emulator, the Relative Identifier Master, and the
Infrastructure Master.

The following commands can be used to identify FSMO role owners. Command Prompt:

netdom query fsmo /domain:<DomainName>

PowerShell:

(Get-ADForest).Domains | `

ForEach-Object{ Get-ADDomainController -Server $_ -Filter {OperationMasterRoles -like


"*"}} | `

Select-Object Domain, HostName, OperationMasterRoles

In a new Active Directory forest, all five FSMO roles are assigned to the initial domain controller in the
newly-created forest root domain.

When a new domain is added to an existing forest, only the three domain-level FSMO roles are assigned
to the initial domain controller in the newly-created domain; the two enterprise-level FSMO roles already
exist in the forest root domain.

FSMO roles often remain assigned to their original domain controllers, but they can be transferred if
necessary.

The 5 FSMO Roles of Active Directory

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy