Share via


Export method of the PS_DnsServerZone class

Exports Zone information.

Syntax

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

Parameters

FileName [in]

File name and Path can be remote (need to check feasibility).

Name [in]

Specifies the name of the zone.

ComputerName [in]

Specifies the remote computer on which to execute the command.

PassThru [in]

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

cmdletOutput [out]

Receives and embedded instance of the DnsServerZone 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_DnsServerZone