Windows server 2008 – How to export network configuration to file

Posted by aidas | Posted in Command line, Networking, Windows 2008 | Posted on 05-05-2009

0




If you want to export your network configuration to a file we will show how to do that. In our case we will export it to networkcfg.txt . Open command line on your Windows server 2008 and type:

netsh -c interface dump > networkcfg.txt

If you`ll need this configuration on this or other server you can import it with this command:

netsh -f networkcfg.txt

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Reddit
  • StumbleUpon
  • Blogosphere News


Follow us on Twitter !
Follow us on Twitter!


Write a comment