Zachary

Windows 10 includes a built-in DNS server that can be used to resolve DNS queries. The following command can be used to verify the DNS server to be used by your Windows workstation:

Get-NetServerDNS

If the DNS server is not configured correctly, the command will return an error. The DNS server should be configured using the following command:

Set-NetServerDNS -ServerAddresses 10.0.1,10.

0.2.

If the command is executed correctly, the output should look like the following:

ServerAddresses : 10.