GetBySigningMetadata method of the PS_DnsServerDnsSecZoneSetting class

Returns DNSSEC settings for the input zone.

Syntax

uint32 GetBySigningMetadata(
  [in]  string                       ZoneName[],
  [in]  string                       ComputerName,
  [in]  boolean                      SigningMetadata,
  [in]  boolean                      IncludeKSKMetadata,
  [out] DnsServerZoneSigningMetadata cmdletOutput[]
);

Parameters

ZoneName [in]

Name of the zone on which DNSSEC operations are performed.

ComputerName [in]

Optional DNS server name.

SigningMetadata [in]

SigningMetaData

IncludeKSKMetadata [in]

Include KSK metadata

cmdletOutput [out]

An embedded instance of the DnsServerZoneSigningMetadata class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

PS_DnsServerDnsSecZoneSetting