Quantcast
Channel: Corefig for Windows Server 2012 Core and Hyper-V Server 2012
Viewing all articles
Browse latest Browse all 184

Commented Issue: Possible Bug: Rename Network Card [884]

$
0
0
Can anyone else confirm this on Server Core 2012



1. Set a Static IP address and Static DNS = works fine.

2. Using Corefig try and rename the default "Ethernet" to anything = fails

The powshell window in the background flashes with errors in a loop too fast to see, then the app crashes.



I can successfully rename the NIC with the following powershell commands manually.



Import-Module NetAdapter

Rename-NetAdapter -Name "Ethernet" -NewName "MyNewName"
Comments: ** Comment from web user: ejsiron **

Determined that error is not related to action of renaming network card, but other processes that occur when OK is pressed on that screen.


Viewing all articles
Browse latest Browse all 184

Trending Articles