Decom DNS Server

lalajee 1,821 Reputation points
2023-12-08T10:05:32.19+00:00

Hi,

  • I have move all DNS record from servers 2012 and client to new DNS server
  • New DNS servers are setup and being used

Is they anyway I can check to see if anything I missed and if any other server is still using old DNS server

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. Thameur-BOURBITA 36,261 Reputation points Moderator
    2023-12-14T23:35:34.09+00:00

    Thank you @lalajee for your feedback:

    I copied your answer to be able to validate it and close the thread.

    The solution :

    I got the information by turning on Debug logging

    Click Start>Administrative Tools>DNS to open the DNS management console.

    Tip: On previous Windows Server versions, click Start>All Programs>Administrative Tools>DNS.

    In the navigation menu, expand your DNS server, right-click the server, and then click Properties.

    Click the Debug Logging tab, and then confirm these options:

    • Log packets for debugging is selected.
    • Packet directionOutgoingandIncoming are selected.
    • Transport protocolUDPandTCP are selected.
    • Packet contentsQueries/Transfers is selected.
    • Packet typeRequestandResponse are selected.
    • Log file>File path and name is blank.

    Click Cancel to close the DNS Manager window.

    The Windows server is configured to log DNS packets.


2 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-12-08T14:13:12.4933333+00:00

    Wireshark could be useful in this regard.

    --please don't forget to close up the thread here by marking answer if the reply is helpful--


  2. Anonymous
    2023-12-12T02:58:40.83+00:00

    Hello,

    Here are several steps you can take to verify whether all DNS records have been successfully moved:

    • First you could verify and review if all the DNS records are listed in DNS management tools on the new DNS servers.
    • If you want to check if all the clients are using the new DNS server, you can search for a script to gather this information remotely.

    Here are two websites that provide script resources: https://www.powershellgallery.com/ https://github.com/

    Alternatively, you can create a new post and include the PowerShell tag to see if anyone with expertise in PowerShell can offer assistance.

    • If you are using DHCP, check the DHCP server settings and confirm that it is assigning the new DNS server addresses to clients.

     User's image

    Regards,

    Karlie

    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.