Disable method of the PS_DnsServerSigningKeyRollover class

Disables key rollover on input key.

Syntax

uint32 Disable(
  [in]  string              ZoneName,
  [in]  boolean             Force,
  [in]  string              KeyId,
  [in]  string              ComputerName,
  [in]  boolean             PassThru,
  [out] DnsServerSigningKey cmdletOutput
);

Parameters

ZoneName [in]

Name of the zone on which DnsSec operations are performed.

Force [in]

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

KeyId [in]

Uniquely identifies the key.

ComputerName [in]

Optional DNS server name.

PassThru [in]

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

cmdletOutput [out]

On return, contains an embedded instance of a DnsServerSigningKeyRollover 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_DnsServerSigningKeyRollover