Jul 22, 2005 -
General, Networking, Scripting, Windows 2000, Windows 2003, Windows XP
No Comments
General, Networking, Scripting, Windows 2000, Windows 2003, Windows XP
No Comments Import / Export IP Settings Using Netsh
To quickly export your IP (inc dns / wins) settings to a text file, use the following command:
netsh -c interface dump > c:work-net.txt
When you connect to another LAN
netsh -c interface dump > c:home.txt
Once you have everything in a text file, you can use this command to import the settings depending on your location
netsh -f c:work-net.txt