Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 17778

PowerTip: Rename Network Adapter with PowerShell

$
0
0

Summary:  Use Windows PowerShell to rename the net adapter.

Hey, Scripting Guy! Question How can I use Windows PowerShell and Windows 8 to rename my network adapter?

Hey, Scripting Guy! Answer Use the Get-NetAdapter function to retrieve the specific network adapter and
          pipe the results to the Rename-NetAdapter function:

Get-NetAdapter –Name Ethernet | Rename-NetAdapter –NewName MyRenamedAdapter


Viewing all articles
Browse latest Browse all 17778

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>