Get method of the PS_DnsServerZoneScope class

Retrieves a zone scope from a DNS zone.

Syntax

uint32 Get(
  [in]  string       ZoneName,
  [in]  string       ComputerName,
  [in]  string       Name,
  [out] DnsZoneScope cmdletOutput[]
);

Parameters

ZoneName [in]

The name of the zone that contains the zone scopes.

ComputerName [in]

The computer name of the machine that hosts the DNS zone.

Name [in]

The name of the zone scope to retrieve.

cmdletOutput [out]

An array that contains the DnsZoneScope objects that receives the zone scopes retrieved from the DNS zone.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.Mof
DLL
DnsServerPSProvider.dll

See also

PS_DnsServerZoneScope