Hi,
I want to write a powershell script which sets up my entire domain controller including the DNS server.
But I'm having trouble setting the following flags from the GUI within Powershell:
- enable A simple query against this DNS server
- enable A recursive query to other DNS servers
- enable Perform Automatic testing at the following interval:
- and specifying that Test interval
I couldn't find anything to set the DNS automated Testing options, except of this post from 2020, but that's more about executing the test from powershell. I don't want to execute the test. I want to configure the automatic testing setup via script.
(Also I cannot believe that there isn't a way to do this. There's got to be a function or flag which is called or set by the GUI itself. - If I need to use cmd or something else, I'd be fine with that, I'm just looking for a solution.)

Thanks!