Change IP Address from the Command Line

  • Thread starter Thread starter Warrick FitzGerald
  • Start date Start date
W

Warrick FitzGerald

Hi Guys,

Does anyone know if there is an easy way to change an IP address from the
command line. I have many server at a datacenter .. trying to re-ip some
that do not have terminal services or PC Anwhere.

I know I can telnet to the server and run a reg script, but can the same
be done via WMI or something a little faster?

Thanks
Warrick
 
Hi,

Jack is correct, you can do this with netsh. Run this command to get the
syntax:

"netsh interface ip set address".


Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top