Share via


Set method of the PS_DnsServerResourceRecordAging class

Ages RRs under a node.

Syntax

uint32 Set(
  [in] string  ComputerName,
  [in] string  ZoneName,
  [in] string  NodeName,
  [in] boolean Recurse,
  [in] boolean Force
);

Parameters

ComputerName [in]

Specifies the remote computer on which to execute the command.

ZoneName [in]

Specifies name of the zone whose records need to be aged

NodeName [in]

Specifies a specific node or subtree in the zone. NodeName specifies the node or subtree in the zone using the following: @ for root zone or FQDN. The FQDN of a node (the name with a period (.) at the end). A single label for the name relative to the zone root.

Recurse [in]

Specifies if records of all the nodes under the specified zone need to be aged

Force [in]

true to not require user confirmation before continuing with the operation; false to require user confirmation. The default is false.

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

PS_DnsServerResourceRecordAging