Share via


Get method of the PS_DnsServerZoneAging class

Retrieves DNS Aging settings for a zone.

Syntax

uint32 Get(
  [in]  string             Name[],
  [in]  string             ComputerName,
  [out] DnsServerZoneAging cmdletOutput[]
);

Parameters

Name [in]

Specifies the name of the zone.

ComputerName [in]

Specifies the remote computer on which to execute the command

cmdletOutput [out]

One or more embedded instances of the DnsServerZoneAging class.

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_DnsServerZoneAging