Share via


Get method of the PS_DnsServerZone class

Lists the zones that exist on the specified DNS server.

Syntax

uint32 Get(
  [in]  string        Name[],
  [in]  string        ComputerName,
  [in]  string        VirtualizationInstance,
  [out] DnsServerZone cmdletOutput[]
);

Parameters

Name [in]

Specifies the name of the zone. If This parameter is not specified all the zones are listed

ComputerName [in]

Specifies the remote computer on which to execute the command

VirtualizationInstance [in]

Unique identifier of the virtualization instance.

Windows Server 2012 R2 and Windows Server 2012: This parameter is not supported before Windows Server 2016.

cmdletOutput [out]

One or more embedded instances 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