I would love to monitor my domain names the same way I monitor my SSL certificate expiration dates. Has anyone found a way to do this?
Hmmm....That's an interesting idea. I could see this being done via PowerShell fairly easily.
$web = New-WebServiceProxy ‘http://www.webservicex.net/whois.asmx?WSDL’$web.GetWhoIs(‘solarwinds.com’)