Skip to content

6. ADIDNS

Artur Marzano edited this page Dec 16, 2024 · 21 revisions

Searching Zones

To search for a specific DNS zone, type it in the field and hit ENTER:

image

Otherwise, just leave it blank to search all entries in ADIDNS (it may take longer depending on the size of the environment):

image

The right panel shows the records of the selected DNS node, or the properties of the selected DNS zone. In ADIDNS, DNS zones hold DNS nodes (which are usually a subdomain of the zone), and DNS nodes themselves hold different types of records for that subdomain (such as A, CNAME, TXT, etc).

Creating Zones

To create a new zone, select the root of the tree and use the Ctrl+N keybinding:

image

image

The mandatory NameServer and AdminEmail parameters will be used to fill the initial NS and SOA records for the @ domain of the zone, which seem to be required for the zone to synchronize to the DNS service.

image

Deleting Zones

To delete an ADIDNS zone, select it in the tree and hit Delete:

image

image

Modifying Records

To modify a DNS node' records, select it in the tree and hit Ctrl+E to open the Update ADIDNS Node page.

image

In the Records Preview panel, you can remove existing records from the node by selecting it and hitting Delete. To add a new record to the preview, type the required values in the Record Contents panel and click on Add To Preview:

image

The nodes' records will be updated after you click the Update button.

Deleting Nodes

A DNS node itself along with all of its records can be deleted by selecting it in the tree and hitting Delete:

image

image

Exporting Results

godap can export all zones, nodes and records after a successful search. Just select the object (zone/node) you want to export and hit Ctrl+S, and it will export all information about the objects below it. To export all found ADIDNS information, select the root node and hit Ctrl+S.

image

image

Limitations

  • NXT records are not currently supported - I didn't figure out how to decode them and the guidance from Microsoft didn't help much :-/
  • All other record types from MS-DNSP are supported for visualization, but only A, AAAA, CNAME, TXT, NS, SOA, SRV, MX, PTR, MD, MF, MB, MG, MR, DNAME and HINFO records can be created currently.
Clone this wiki locally