Difference between revisions of "How to capture or backup network configuration"
From Tech-Wiki
(Created page with "Category:Microsoft How to backup network configuration on Windows operating systems. From an Administrator Command Prompt. C:\>netsh dump interface > c:\ifbackup.txt To...") |
|||
Line 1: | Line 1: | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
− | How to backup network configuration on Windows operating systems. | + | 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. | From an Administrator Command Prompt. |
Revision as of 07:41, 28 January 2011
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