Using PowerShell to change DNS servers automatically EXAMPLE 1 PS C:\>Set-DnsClientServerAddress -InterfaceIndex 12 -ServerAddresses (“10.0.0.1″,”10.0.0.2”) This example sets the DNS server addresses on a specified interface with the index value of 12. EXAMPLE 2 PS C:\>Set-DnsClientServerAddress –InterfaceIndex 12 -ResetServerAddresses This example resets the DNS client to use the default DNS server addresses specified by […]
Posts with the DNS tag
DNSSEC on Windows 2008 R2
Beefing up DNS with DNSSEC is a very hot topic in the Netherlands. Our goverment has decided that all goverment domains must be secured per default and the Netherlands itself has the highest implementationrate of DNSSEC domains in the world, which is no small feat as the Dutch .NL extension is one of the most […]