Command to change interface name (Server 08 Core)
Nobylspoon
Member Posts: 620 ■■■□□□□□□□
Does anyone know the command to change network adapter name on Server 08 Core?
WGU PROGRESS
MS: Information Security & Assurance
Start Date: December 2013
MS: Information Security & Assurance
Start Date: December 2013
Comments
-
dfosbenner Member Posts: 106Netsh int set interface name = “Local Area Connection” newname = “Primary Network”MCTS
MCITP: SA & EA
MCSE: NT, 2000, 2003
MCSA: 2000, 2003 -
Nobylspoon Member Posts: 620 ■■■□□□□□□□dfosbenner wrote: »Netsh int set interface name = “Local Area Connection” newname = “Primary Network”
Awesome, thanksWGU PROGRESS
MS: Information Security & Assurance
Start Date: December 2013 -
undomiel Member Posts: 2,818Something that's a good idea is just running netsh from the command line and using ? to find out about the various commands and options in the various contexts i.e. in netsh interface> set ? returns help on various commands for set, and netsh interface> set interface ? will return the details related to what you can set for the interface.Jumping on the IT blogging band wagon -- http://www.jefferyland.com/
-
Hyper-Me Banned Posts: 2,059I agree with udomiel.
Netsh does a LOT, especially with the firewall/advfirewall stuff so its pretty fun/worthwhile just to dig around in its help switch. -
earweed Member Posts: 5,192 ■■■■■■■■■□+1 Good trick to know progressively using the help to dig in deeper. The more of netsh I see the better I'll remember commands for it.No longer work in IT. Play around with stuff sometimes still and fix stuff for friends and relatives.