Skip to content

Deleting ADIDNS Records

Kevin Robertson edited this page Jul 10, 2018 · 1 revision

There are three functions for deleting records from ADIDNS.

  1. Disable-ADIDNSNode - This function sets the dnsTombstoned attribute to true and replaces the dnsRecord attribute with a zero type array. This matches the normal process used within ADIDNS to remove records. Note that this will tombstone every record attached to a node.
  • Tombstone a wildcard record.
    `Disable-ADIDNSNode -Node *
  1. Set-ADIDNSNodeAttribute - This function can be used to remove a single dnsRecord array from a multi-record node.

  2. Remove-ADIDNSnode - This function will delete an ADIDNS node. Note that just deleting the node will leave the records hanging around for awhile in the in-memory copies of the zone. Disable-ADIDNSNode should be used in most cases.

  • Removes a a wildcard node.
    Remove-ADIDNSNode -Node *

General

MachineAccountQuota

DNS - ADIDNS

DNS - Dynamic Updates

Clone this wiki locally