AdsiPS icon indicating copy to clipboard operation
AdsiPS copied to clipboard

Support to retrieve ReadOnly and Writtable Domain Controllers

Open lazywinadmin opened this issue 7 years ago • 0 comments

We should look at implementing this into the module. Get-ADDomainController provides a property called isReadOnly.

See (Thanks @MickyBalladelli ):

  • https://stackoverflow.com/questions/977075/detect-read-only-domain-controller-with-net
  • https://docs.microsoft.com/en-us/windows/device-security/auditing/event-4741

This info is also available using nltest /dsgetdc /writtable Queries the DNS server for a list of domain controllers and their corresponding IP addresses

Thanks @NicolasBn

lazywinadmin avatar Nov 10 '17 20:11 lazywinadmin