How to capture or backup network configuration
From Tech-Wiki
Revision as of 13:17, 20 August 2024 by Fabricio.Lima (Talk | contribs)
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.
netsh dump interface > c:\ifbackup.txt
To restore network configuration.
From an Administrator Command Prompt.
netsh exec c:\ifbackup.txt