In a tip picked up from Angel Luis , I found this Powershell script to be useful. It may come in handy from time to time. His article recommends creating a batch file with the following content. @echo off Powershell -noexit "ipconfig /displaydns | select-string 'Record Name' | foreach-object...