DnsServerEDns class

DNS Server Extended DNS, EDNS RFC2671.

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 DnsServerEDns
{
  boolean  EnableProbes;
  boolean  EnableReception;
  datetime CacheTimeout;
};

Members

The DnsServerEDns class has these types of members:

Properties

The DnsServerEDns class has these properties.

CacheTimeout

Data type: datetime

Access type: Read/write

Specifies the number of seconds that Extended DNS (EDNS) information is cached. The minimum value is 3600, and the maximum value is 15,724,800. The default value is 604,800 seconds (one week).

EnableProbes

Data type: boolean

Access type: Read/write

Enables or disables the server to probe other servers to determine if they support EDNS

EnableReception

Data type: boolean

Access type: Read/write

A Boolean value that indicates whether the DNS server will accept queries that contain an EDNS record

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