Import method of the PS_DnsServerResourceRecordDS class

Imports a Delegation Signer (DS) resource record to the DNS server.

Syntax

uint32 Import(
  [in]  string                  ZoneName,
  [in]  string                  DSSetFile,
  [in]  boolean                 PassThru,
  [in]  string                  ComputerName,
  [in]  string                  ZoneScope,
  [out] DnsServerResourceRecord cmdletOutput[]
);

Parameters

ZoneName [in]

The name of a DNS zone on which to add the DS resource record.

DSSetFile [in]

The absolute path that contains the dsset file that contains the DS resource record to import.

PassThru [in]

Indicates whether the DnsServerResourceRecord parameter returns an object. true to return an object; otherwise false.

ComputerName [in]

The computer name of the machine that contains the DS resource record to import.

ZoneScope [in]

The name of the zone scope.

Windows Server 2012: Not supported.

cmdletOutput [out]

The DnsServerResourceRecord object that receives the imported DS resource record.

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_DnsServerResourceRecordDS