Windows server 2008 – How to view network configuration remotely
Posted by aidas | Posted in Command line, Networking, Windows 2008 | Posted on 07-05-2009
0
This post will show you how to view network configuration on remote server using command line. Lets say we want to check network configuration on remote server named “Testserver1″. To do it open command line on your Windows server 2008 and type:
netsh -r Testserver1 interface ip show config
If you need to supply different credentials to run this command type:
netsh -r Testserver1 -u testdomain.com\Admin -p Pa$$w0rd interface ip show config
Follow us on Twitter !







