Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > set NIC interface name in W2k8 via script/command

Reply
Thread Tools Display Modes

set NIC interface name in W2k8 via script/command

 
 
Gunno
Guest
Posts: n/a

 
      07-09-2009
Hi there,

how can I set the NIC interface name in W2k8 via a script or command?

I want e.g. to change the "Local Area Connection" to "Internal"

Is there a command to do that.

Thanks,
Gunno
 
Reply With Quote
 
 
 
 
Meinolf Weber [MVP-DS]
Guest
Posts: n/a

 
      07-09-2009

Hello Gunno,

Check out:
netsh interface set interface name="Local Area Connection" newname="Management
NIC"

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Hi there,
>
> how can I set the NIC interface name in W2k8 via a script or command?
>
> I want e.g. to change the "Local Area Connection" to "Internal"
>
> Is there a command to do that.
>
> Thanks,
> Gunno



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove the IPv6-support for an interface with netsh in W2k8 Jose Santos Server Networking 1 10-02-2008 10:27 AM
I am in need of a netsh script that will disable the "Local Area Connection" interface then re-enable that same interface. Spin Server Networking 3 11-03-2005 12:58 AM
I am in need of a netsh script that will disable the "Local Area Connection" interface then re-enable that same interface. Spin Windows Server 3 11-03-2005 12:58 AM
DNS command line interface ckhguru Scripting 0 02-28-2005 01:41 PM
Execute a command, wait the command ends, and then continue to run the script Fernando P. Moraes Scripting 1 11-22-2003 07:42 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59