Get-AllADDomainControllers
Active Directory - One Liners
Gets a list of all Domain Controllers within the current domain.
Install Active Directory module for Windows PowerShell
Run PowerShell as administrator and run the command below to install Active Directory module for Windows PowerShell.
Add-WindowsFeatur...