Categories
Sponsors
Archive
Blogroll Badges
Community
|
Verify PTR records of Mail Servers with Powershell
Posted in Windows Powershell, Windows Server | No Comment | 2,691 views | 13/09/2009 15:51
I always use DNSStuff to check and verify PTR records. But DNSStuff is not a free service. Do you think you need DNSStuff when you have Powershell? This is a basic script for it. Just enter your domain name. It finds MX records then verifys PTR records. It’s simple and fast.
I used 4.2.2.1 for open dns server. You need to set ExecutionPolicy as Unrestricted to execute this script.
Tags: hostname powershell, mx record powershell, ptr powershell, verify mx record powershell, verify ptr powershell
Leave a Reply
|