GetByUnknown method of the PS_DnsServerResourceRecord class

Retrieves the resource record from a specified zone.

Syntax

uint32 GetByUnknown(
  [in]  string                  Name,
  [in]  string                  ComputerName,
  [in]  string                  ZoneName,
  [in]  boolean                 Node,
  [in]  string                  ZoneScope,
  [in]  string                  VirtualizationInstance,
  [in]  uint16                  Type,
  [out] DnsServerResourceRecord cmdletOutput[]
);

Parameters

Name [in]

Name of the record to be retrieved.

ComputerName [in]

Specifies the remote computer on which to execute the command.

ZoneName [in]

Specifies the name of the zone.

Node [in]

If specified, returns only the parameters at root of Name.

ZoneScope [in]

Name of the zone scope.

VirtualizationInstance [in]

Unique identifier of the virtualization instance.

Type [in]

Type for Unknown record.

cmdletOutput [out]

Receives an embedded instance of the DnsServerResourceRecord class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

PS_DnsServerResourceRecord