List all RODC’s in your Domain

Here’s a handy one liner that you can run to list all Read Only domain controllers in your Domain/Domains.

If you run the below in AD PowerShell it will provide you with the list of RODC’s

Get-ADDomain | Select -ExpandProperty ReplicaDirectoryServers

About the author