I need to change about 100 DNS records and IIS configurations on a Windows 2003 web server. The GUI doesn't accommodate it and the MS command line tools seem incomplete (for example: dnscmd cannot edit a record, only create). Is there a third party tool out there I can use?
Basically I just need to change one IP address to another.
I think something like this would help; you can edit the DNS file in your favorite text editor.
It's pretty easy to update dns records from the powershell command line, (as I was looking up a wmi query I found someone else that already wrote the code I was writing so here's the link)
try this code: PowerShell: Script to make batch DNS changes
From the site:
The script can be modified to update any kind of DNS record, so it's not locked into just updated CNAME's