Share via


Import method of the PS_DnsServerRootHint class

Copies DNS root hints from another server.

Syntax

uint32 Import(
  [in]  string            NameServer,
  [in]  string            ComputerName,
  [in]  boolean           PassThru,
  [out] DnsServerRootHint cmdletOutput[]
);

Parameters

NameServer [in]

Copies the root hints from the specified server.

ComputerName [in]

Specifies the remote computer on which to execute the command.

PassThru [in]

True to return an object that represents the item with which you are working. By default, this method does not generate any output.

cmdletOutput [out]

Receives the object that represents the item with which you are working.

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