compare DNS

Elazara Arbiv 161 Reputation points
2021-02-11T14:46:32.843+00:00

I want to make a comparison between records forward VS reverse
I know I have records that are missing reverse or forward
Do you know a tool that can help me?

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-02-12T02:43:53.327+00:00

    Hi @Elazara Arbiv ,

    Do you know a tool that can help me?

    There is no Microsoft tool can achieve your goal, but you can use scripts to retrieve and compare information from the DNS forward lookup zone and reverse lookup zones.

    I found a similar thread discussed before, you may check if the script is helpful with you:

    Compare DNS Forward and Reverse Zones

    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

    If you have any questions about PowerShell scripts, you can open a new thread in PowerShell forum so that you will get the most qualified pool of respondents.

    Best Regards,
    Candy

    --------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

  2. Anonymous
    2021-02-11T16:14:52.657+00:00

    I'm not aware of a specific tool but you could easily export them to CSV, then import them as tables into msaccess database, then use queries to find matched / unmatched records or otherwise do your compare operations.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.