I'm building my first Windows 2008 Server Core machine (running R2) and want to rename the IPv4 network interfaces to something more meaningful.

It seems most likely that this is done using netsh interface ipv4 set but looking through the help hasn't turned anything up.

Could someone please advise the correct procedure?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I don't have a 2008 machine handy at the moment, but I believe it's something like this:

netsh interface set interface name = "{old name here}" newname = "{newname here}"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.