Partager via


Test method of the PS_DnsServerDnsSecZoneSetting class

Validates if the DNSSEC settings configured on the zone are valid.

Syntax

uint32 Test(
  [in]  string                              ZoneName,
  [in]  string                              ComputerName,
  [out] DnsServerZoneDnsSecValidationResult cmdletOutput
);

Parameters

ZoneName [in]

Name of the zone on which DnsSec operations are performed.

ComputerName [in]

Optional DNS server name.

cmdletOutput [out]

On return, contains an instance of the current object. This parameter returns a value only if PassThru is set to true.

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