Thursday, February 24, 2011

Finding the Closest Domain Controller

Finding the Closest Domain Controller

This topic explains how to use the Active Directory module for Windows PowerShell to find the closest domain controller in Active Directory Domain Services (AD DS).

Example

The following example demonstrates how to find the closest domain controller in the Fabrikam.com domain:
Get-ADDomainController –DomainName Fabrikam-Discover -NextClosestSite

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.

No comments:

Post a Comment