I am evaluating possible ways to save and load static IP configuration (including TCP/IP settings > DNS, WINS etc.) over the network. I plan to use this on new PCs that will replace old ones with Windows 7.
So far, ipconfig /all for save and netsh for load are the best options using .bat file or .py script.
Are there any other ways of achieving the goal? Thanks!