Hi,
I'm trying to create a full backup of the network configuration of many of our windows 2008r2 servers.
The servers use (among other network settings) the following netsh contexts and switches:
netsh interface ipv4 add address "Local Area Connection" 192.168.137.100 255.255.255.0 skipassource=true
netsh http add iplisten ipaddress=192.168.137.100
When you dump the configuration with netsh (netsh dump > xyz.dump) the "skipassource" option is ignored and the http context is not present at all ....
Has anyone else noticed that behavior?
How can I do a "full" backup of the network configuration of f.ex. a windows 2008r2 server?
Thanks a lot!
Didier