May 2019
Intermediate to advanced
620 pages
21h 41m
English
To locate the domain controllers running the FSMO roles, run the following command on any domain-joined device, member server, or domain controller:
netdom.exe query fsmo
Or, use the following PowerShell commands on a domain-joined system that has the Active Directory Module for Windows PowerShell installed:
Import-Module ActiveDirectory Get-ADForest | Format-List DomainNamingMaster,SchemaMaster Get-ADDomain | Format-List InfrastructureMaster,PDCEmulator,RIDMaster
Read now
Unlock full access