AdsiPS
AdsiPS copied to clipboard
Support to retrieve ReadOnly and Writtable Domain Controllers
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