This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 23 lines
!!! Overview
There are several methods for locating [Domain Controllers] depending on what you do know about the environment you are within.
We also tracked down [How Domain Controllers Are Located in Windows].
!! LDAP
We have several [Active Directory Computer Related LDAP Query] Examples.
!! Powershell
We found a Powershell script for [Getting Domain Controllers|http://gallery.technet.microsoft.com/scriptcenter/List-Domain-Controllers-in-2bec62a5|target='_blank']
Executing
* "Get-Domaincontroller" - form commandline will obtain the Domain Controllers for the current domain that you are associated with.
* "Get-Domaincontroller -CurrentForest" - form commandline will obtain the Domain Controllers for the Forest that you are associated with.
* "Get-DomainController -Domain <yourdomain>.net" - will get the [Domain Controllers] for the supplied Domain.
!! DNS
You can use the same methods used to [Verify DNS Records]
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]