April 9th, 2014

PowerTip: Use PowerShell to Rename Network Adapter

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to rename network adapters in Windows Server 2012 R2.

Hey, Scripting Guy! Question Is there a way to use Windows PowerShell in Windows Server 2012 R2 to rename a network adapter?

Hey, Scripting Guy! Answer Use the Rename-NetAdapter cmdlet.
          For example, to rename the network adapter called “Ethernet” to “ManagementPort”:

Rename-NetAdapter “Ethernet” –NewName “ManagementPort”

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.