DnsServerGlobalNameZone class

Represents the configuration of a GlobalName zone on a DNS server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerGlobalNameZone
{
  boolean  Enable;
  boolean  GlobalOverLocal;
  boolean  PreferAaaa;
  boolean  EnableEDnsProbes;
  boolean  BlockUpdates;
  boolean  AlwaysQueryServer;
  datetime ServerQueryInterval;
  uint32   SendTimeout;
};

Members

The DnsServerGlobalNameZone class has these types of members:

Properties

The DnsServerGlobalNameZone class has these properties.

AlwaysQueryServer

Data type: boolean

Access type: Read/write

True to update GlobalName zone service records from a cache or remote DNS server; otherwise, false.

BlockUpdates

Data type: boolean

Access type: Read/write

True to block updates in zones that contain fully qualified domain names that conflict with labels in the GlobalName zone; otherwise, false.

Enable

Data type: boolean

Access type: Read/write

True to enable the GlobalName zone; otherwise, false.

EnableEDnsProbes

Data type: boolean

Access type: Read/write

True to enable Extension Mechanisms for DNS (EDNS0); otherwise, false.

GlobalOverLocal

Data type: boolean

Access type: Read/write

True to use GlobalName zone data to answer queries. false to use local data to answer queries.

PreferAaaa

Data type: boolean

Access type: Read/write

True to prioritize AAAA records over A records; otherwise, false.

SendTimeout

Data type: uint32

Access type: Read/write

The maximum duration, in minutes, for which a DNS server can wait for a response from the GlobalName zone.

ServerQueryInterval

Data type: datetime

Access type: Read/write

The maximum interval between queries to refresh the remote DNS servers that host the GlobalName zone.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider