Finding the PDC Emulator Role Owner with DNS
Applies To: Windows Server 2008 R2
This topic explains how to use the Active Directory module for Windows PowerShell to find the primary domain controller (PDC) emulator operations master (also known as flexible single master operations or FSMO) role owner by using Domain Name System (DNS).
Example
The following example demonstrates how to find the PDC emulator operations master role owner by using DNS:
Get-ADDomainController -Discover -Service PrimaryDC
Additional information
For a full explanation of the parameters that you can pass to Get-ADDomainController, at the Active Directory module command prompt, type Get-Help Get-ADDomainController –detailed, and then press ENTER.