how to trigger this DNS field

Matt 101 Reputation points
2022-04-19T16:02:21.577+00:00

Hi all

How to trigger "Update associated pointer (PTR) record" field for a DNS A record in Windows 2016 DNS servers?

When a PTR record for a DNS A record is deleted, the PTR record is not updated even "Update associated pointer (PTR) record"
is checked?

Thank you for your help!

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,205 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,023 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,389 questions
{count} votes

Accepted answer
  1. Rich Matheisen 45,096 Reputation points
    2022-04-20T18:41:11.213+00:00

    You cannot recreate the missing PTR record using the DNS GUI by checking the "Update associated pointer (PTR) record" box and making a modification to the "A" record because there is no longer any PTR record associated with the "A" record.

    You could do that with a PowerShell script, though. Retrieve the "A" record and, using the name and IP address from that record, create a PTR record in the reverse lookup zone for the network address.


1 additional answer

Sort by: Most helpful
  1. Mervyn King 21 Reputation points
    2022-04-19T17:56:04.65+00:00

    Ensure the corresponding Reverse lookup zone is created on the DNS server; 2. If the dynamic update type is "Secure only", add the DHCP server to DnsUpdateProxy group; check if adding the DHCP server to the group could work.

    Please keep me posted