Share via


Start method of the PS_DnsServerZoneTransfer class

Starts DNS Zone transfer from Primary to Secondary.

Syntax

uint32 Start(
  [in]  string        ComputerName,
  [in]  string        Name,
  [in]  boolean       FullTransfer,
  [in]  boolean       PassThru,
  [out] DnsServerZone cmdletOutput
);

Parameters

ComputerName [in]

Specifies the remote computer on which to execute the command

Name [in]

Specifies the name of the zone.

FullTransfer [in]

Performs full transfer. If not specified, by default does only incremental transfer.

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_DnsServerZoneTransfer