Powershell script to read and validate Windows DNS servers
If you've ever had to administer a Windows DNS server you likely know that there are limited tools for cleanup. I wrote this script to read the entire list of entries from a specific domain in DNS and then ping each address to see if it was live or not. That way I can easily go back and investigate the ones are show up as dead. It writes it all to an Excel spreadsheet. Watch for word-wrapping... #====================================================================================== # File Name : DNS-Validator.ps1 # Original Author : Kenneth C. Mazie (kcmjr AT kcmjr.com) # : # Description : Used to read entries from Windows DNS and ping check each. # ...