Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

net-11-dns-settings (Enabled)

Checks that all DNS servers are configured, and if required, in the right order.


Input Values

  • DNSServers - "LIST" - DNS IP addresses that you want to check|IPv4
  • OrderSpecific - "True|False" - Should the DNS order match exactly for a Pass.? If the number of entries does not match the input list, this is set to "FALSE"
  • AllMustExist - "True|False" - Should all DNS entries exist for a Pass.?

Example

DNSServers = @('')
OrderSpecific = 'True'
AllMustExist = 'True'

Input Descriptions

  • None

Result And Messages

  • PASS
    All DNS servers configured (and in the right order) WARNING:

  • WARNING

  • FAIL
    DNS Server count mismatch Mismatched DNS servers DNS Server list is not in the required order No DNS servers are configured

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally