Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Rename Network Adapter

$
0
0

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”


Viewing all articles
Browse latest Browse all 3333

Trending Articles