Quantcast
Viewing all articles
Browse latest Browse all 17778

PowerTip: Rename Network Adapter with PowerShell

Summary:  Use Windows PowerShell to rename the net adapter.

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Question
 How can I use Windows PowerShell and Windows 8 to rename my network adapter?

Image may be NSFW.
Clik here to view.
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

Image may be NSFW.
Clik here to view.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 17778

Trending Articles



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