OK,
Am I missing something? or is this module requiring you to run it against the DNS server directly?
I know I though powershell normally can define the DNS server I wish to execute against, but this module doesn’t look like I can tweak that any, without adding the feature manually.
How difficult would this be to get a feature added?
Looking through the .ps1 files, it doesn’t look like it would be difficult, and that honestly, most of it is there already, namely by commenting out the variable below and hard setting it to my preferred whipp–… DNS server.
`
$dns_computer_name = “1.1.1.1”
#$dnscomputer_name = $module.Params.computer_name
`
Ideas?