Invoke method of the PS_DnsServerZoneUnsign class

Initiates unsigning on the zone.

Syntax

uint32 Invoke(
  [in]  string               ZoneName,
  [in]  string               ComputerName,
  [in]  boolean              Force,
  [in]  boolean              PassThru,
  [out] DnsServerPrimaryZone cmdletOutput
);

Parameters

ZoneName [in]

Name of the primary zone to be unsigned.

ComputerName [in]

Optional DNS server name.

Force [in]

If specified, overrides the default confirmation before performing the operation.

PassThru [in]

If specified, returns the object or objects on which the operation was done.

cmdletOutput [out]

An embedded instance of the DnsServerZoneUnsign 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_DnsServerZoneUnsign