Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 1.58 KB

DnsServerLegacySettings.adoc

File metadata and controls

70 lines (54 loc) · 1.58 KB

DSC Resource 'DnsServerLegacySettings'

DnsServerLegacySettings manages the Domain Name System (DNS) server settings and properties.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'DnsServerLegacySettings'
Parameter Attribute DataType Description Allowed Values

DnsServer

Key

String

Specifies the DNS server to connect to, or use localhost for the current node.

Default: localhost

DisjointNets

Boolean

Indicates whether the default port binding for a socket used to send queries to remote DNS Servers can be overridden.

  • True

  • False

NoForwarderRecursion

Boolean

True if the DNS server does not use recursion when name-resolution through forwarders fails.

  • True

  • False

LogLevel

UInt32

Indicates which policies are activated in the Event Viewer system log.

Example
DnsServerLegacySettings:
  DnsServer:    localhost
  DisjointNets: true
  NoForwarderRecursion: false
  LogLevel:    50393905