PowerShell DNS Commands:Add-DnsServerResourceRecordAAAA
PowerShell DNS Commands » Add-DnsServerResourceRecordAAAA

Add-DnsServerResourceRecordAAAA

DNS Cmdlet: Add-DnsServerResourceRecordAAAA

Syntax:

Add-DnsServerResourceRecordAAAA [-AllowUpdateAny][-CreatePtr][-IPv6Address] <IPAddress[]gt;[-Name] <Stringgt;[-ComputerName <Stringgt;][-TimeToLive <TimeSpangt;] [-ZoneName] <Stringgt;[-AgeRecord][-PassThru][-ZoneScope <Stringgt;][-VirtualizationInstance <Stringgt;][-CimSession <CimSession[]gt;] [-ThrottleLimit <Int32gt;][-AsJob][-WhatIf][-Confirm][<CommonParametersgt;]

Parameters and Description:

Parameters Description
AllowUpdateAny (Type: SwitchParameter) Represents that the authenticated users can update resource records of the same owner name.
CreatePtr (Type: SwitchParameter) Represents that the DNS server creates an associated pointer resource record (PTR) for an AAAA record automatically.
IPv6Address (Type: IPAddress[]) Specifies a list of IPv6 addresses.
ZoneName (Type: String) Specifies the DNS zone to which the record is added
AgeRecord (Type: SwitchParameter) Represents that a time stamp is used by the DNS server for the resource record that this cmdlet adds.
ZoneScope (Type: String) Denotes the name of a zone scope.
VirtualizationInstance (Type: String) It is a logical partition in the DNS server and this optional parameter denotes the virtualization instance in which the zone will be added.
ThrottleLimit (Type: Int32) Specifies the maximum number of concurrent operations that can allowed to run this cmdlet.

For more information on this cmdlet, please refer to this article.

Purpose of this cmdlet:

The Add-DnsServerResourceRecordAAAA cmdlet lets you add an AAAA record (IPv6 record) to a DNS zone.

Example:

Add-DnsServerResourceRecordAAAA -Name "host12" -ZoneName "abc.com"
-AllowUpdateAny -IPv6Address "3ffe::1" -TimeToLive 01:00:00

This command adds a type AAAA DNS record for a host host12 in the abc.com zone. The command specifies AllowUpdateAny parameter and also a TTL value.

Did you know that with ADManager Plus, you can add, modify or delete AD objects easily with:

  • One-click AD objects creation via custom templates
  • Bulk management of AD objects via CSV imports
  • Automated cleanup of stale AD accounts, and more.

Download the 30-day free trial to try out these features in your own environment!

Active Directory Management and Reporting Solution

ADManager Plus is a web-based tool which offers the capability to manage Active Directory attributes in bulk easily using CSV files or templates. Get built-in reports on users and export them in CSV, PDF, HTML and XLSX formats.

Unravel end-to-end Active Directory management with ADManager Plus

  •  
  •  
  •  
  • By clicking 'Schedule a personalized demo' you agree to processing of personal data according to the Privacy Policy.
AD User Management / Reports
Active Directory Reporting
Active Directory Management
Related Products