Get method of the PS_DnsServerRootHint class

Retrieves DNS root hints.

Syntax

uint32 Get(
  [in]  string            ComputerName,
  [out] DnsServerRootHint cmdletOutput[]
);

Parameters

ComputerName [in]

Specifies the remote computer on which to execute the command. The acceptable values for this parameter are: an IP address or any value that resolves to an IP address, such as a fully qualified domain name (FQDN), host name, or NETBIOS name.

cmdletOutput [out]

An embedded instance of the DnsServerRootHint 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_DnsServerRootHint