Quickly get Domain Controllers informations in the current domain with PowerShell

Hello,

Thanks to .Net you can have some useful informations about domain controllers pretty fast :

[System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain().FindAllDomainControllers()

This class is pretty nice, you have a lot of useful methods and properties :

DomainControllers

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.