Get method of the PS_DnsServerZoneDelegation class

Retrieves the delegations of the specified DNS server zone.

Syntax

uint32 Get(
  [in]  string                  ChildZoneName,
  [in]  string                  Name,
  [in]  string                  ComputerName,
  [in]  string                  ZoneScope,
  [in]  string                  VirtualizationInstance,
  [out] DnsServerZoneDelegation cmdletOutput[]
);

Parameters

ChildZoneName [in]

If child name is not specified retrieve all the children of the parent

Name [in]

Specifies the name of the Parent

ComputerName [in]

Specifies the remote computer on which to execute the command

ZoneScope [in]

Name of the zone scope.

Windows Server 2012: Not supported.

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]

Receives an embedded instance of the DnsServerZoneDelegation 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_DnsServerZoneDelegation