Would you like to learn how to list all domain controllers using the command line? In this tutorial, we will show you how to use the command line to list all domain controllers in Active Directory.

• Windows 2012 R2
• Windows 2016
• Windows 2019
• Windows 2022
• Windows 10
• Windows 11

Equipment list

Here you can find the list of equipment used to create this tutorial.

This link will also show the software list used to create this tutorial.

Related tutorial - PowerShell

On this page, we offer quick access to a list of tutorials related to PowerShell.

Tutorial Powershell - List domain controllers

Start a Powershell command-line.

Start Powershell

List all domain controllers.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

Optionally, list domain controllers and IP addresses.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

List domain controllers.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

List domain controllers using WMIC.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

List all domain controllers.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

List all domain controllers using DNS.

Copy to Clipboard

Replace the domain name with your domain.

Here is the command output:

Copy to Clipboard

List all domain controllers using LDAP.

Copy to Clipboard

Here is the command output:

Copy to Clipboard

In our example, we list all domain controller names and IP addresses using Powershell.

Some commands require the installation of the Powershell module for Active Directory management.

Copy to Clipboard

Congratulations! You are able to list domain controllers using Powershell.