How to capture or backup network configuration

From Tech-Wiki
Revision as of 10:16, 24 August 2016 by Linogenco (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to Misc


How to backup network configuration on Windows operating systems to text file. This can be used to restore the configuration at a later date.

From an Administrator Command Prompt.

C:\>netsh dump interface > c:\ifbackup.txt


To restore network configuration.

From an Administrator Command Prompt.

C:\>netsh exec c:\ifbackup.txt