Get method of the PS_DnsServerDnsSecZoneSetting class

Returns DNSSEC settings for the input zone.

Syntax

uint32 Get(
  [in]  string                     ZoneName[],
  [in]  string                     ComputerName,
  [out] DnsServerDnsSecZoneSetting cmdletOutput[]
);

Parameters

ZoneName [in]

Name of the zone on which DnsSec operations are performed.

ComputerName [in]

Optional DNS server name.

cmdletOutput [out]

An embedded instance of the DnsServerDnsSecZoneSetting 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_DnsServerDnsSecZoneSetting