DnsServerDsSetting class

Represents DNS Server Active Directory settings.

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 DnsServerDsSetting
{
  uint32   PollingInterval;
  datetime TombstoneInterval;
  uint32   LazyUpdateInterval;
  uint32   MinimumBackgroundLoadThreads;
  uint32   RemoteReplicationDelay;
  datetime DirectoryPartitionAutoEnlistInterval;
};

Members

The DnsServerDsSetting class has these types of members:

Properties

The DnsServerDsSetting class has these properties.

DirectoryPartitionAutoEnlistInterval

Data type: datetime

Access type: Read/write

The auto enlistment interval for directory partitions.

LazyUpdateInterval

Data type: uint32

Access type: Read/write

The lazy update interval.

MinimumBackgroundLoadThreads

Data type: uint32

Access type: Read/write

The minimum amount of background load threads to run.

PollingInterval

Data type: uint32

Access type: Read/write

The polling interval for Directory Services, in seconds.

RemoteReplicationDelay

Data type: uint32

Access type: Read/write

The remote replication delay setting.

TombstoneInterval

Data type: datetime

Access type: Read/write

The tombstone interval for Active Directory.

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