Partager via


Reset method of the PS_DnsServerZoneKeyMasterRole class

Performs a key master role transfer for an AD integrated zone.

Syntax

uint32 Reset(
  [in]  string  ZoneName,
  [in]  boolean Force,
  [in]  string  KeyMasterServer,
  [in]  boolean SeizeRole,
  [in]  boolean PassThru,
  [out] string  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.

KeyMasterServer [in]

Server which will become the key master for the current zone.

SeizeRole [in]

If specified, seizes the keymaster role.

PassThru [in]

True to return the object that was modified by the method. By default, this method does not generate any output.

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_DnsServerZoneKeyMasterRole