Active Directory FSMO roles (8&9)
FSMO stands for Flexible Single Master Operation
Mainly classified into two types
- Forest-wide role (Multiple inter-connected domains form a forest)
- Domain-wide role
Forest wide role has two types
- Schema master
- Domain naming master
The domain-wide role has three types.
- PDC master
- RID master
- infrastructure master
Schema- Collection of class & attributes
Schema master
- A schema master is a Domain controller who holds a schema role.
- Responsible for replicating, creating, deleting, modifying, and upgrading the AD schema in the AD forest.
- Root domain controller is schema master by default.
- Any Domain controller can be a schema master.
- Only one schema master in the entire forest.
Domain naming master
- DNM is responsible for checking the uniquness of DN whenever a new domain is installed in the AD forest.
- Root domain is DNM by default
- Any Domain controller can be a DNM
- Only one DNM in the entire forest.
Command
net dome query FSMO
- ntdsutil
- activate instance ntds
- roles
- connections
- connect to server s2.excel.com
- Quit
- Transfer schema master / Transfer naming master
- Quit
- Quit
dsa.msc will open users and computers screen.
Primary Domain Controller master (PID master)
- It is responsible for forcibly updating the password to all other DCs in the domain.
- It is responsible for updating the GPO to all the DCs in the domain
- It will synchronize time to all DCs in the domain & DC will synchronize time to the client machine on the domain.
- It will update the account lockout policy to all other ADCs whenever a DC locked a user account.
Relative Identifier Master (RID master)
- It is responsible for allocating the RID range for DCs in the domain
- DCs are responsible for providing SID
Security ID (SID): It's a unique id given to the object to identify the object.
SID is a combination of RID and DID
Infrastructure master
- It's responsible for updating the group membership to users when users and groups belong to two different domains.
G.C stans for Global Catalog server
Command
net dome query FSMO
- ntdsutil
- activate instance ntds
- roles
- connections
- connect to server s2.excel.com
- Quit
- Transfer PDC / Transfer RID master / Transfer infrastructure master
- Quit
- Quit
regsvr32 schmmgmt.dll - To register schema master
mmc
file-) add or remove snapins -) Add AD schema -)ok
Schema seize:
Seize schema master - command
0 Comments