This topic has not yet been rated - Rate this topic

Add method of the PS_DnsServerResourceRecordDS class

Adds a DS resource record to the input zone.

Syntax


uint32 Add(
  [in]   string Name,
  [in]   string CryptoAlgorithm,
  [in]   datetime TimeToLive,
  [in]   boolean AgeRecord,
  [in]   string Digest,
  [in]   string DigestType,
  [in]   uint16 KeyTag,
  [in]   string ComputerName,
  [in]   string ZoneName,
  [in]   boolean PassThru,
  [out]  string cmdletOutput
);

Parameters

Name [in]

The name of the resource record.

CryptoAlgorithm [in]

Cryptographic algorithm used for key generation.

TimeToLive [in]

Specifies the life time of the record in DNS cache.

AgeRecord [in]

When specified creates a record with aging set.

Digest [in]

The DS digest data.

DigestType [in]

KeyTag [in]

ComputerName [in]

Optional DNS server name.

ZoneName [in]

Name of the DNS zone where the record is added.

PassThru [in]

cmdletOutput [out]

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

\root\Microsoft\Windows\Dns

MOF

PS_DnsServerResourceRecordDS_v1.0.0.mof

See also

PS_DnsServerResourceRecordDS

 

 

Build date: 12/6/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.