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

PowerTip: Identify the Network Adapter Connection Profile

$
0
0

Summary: Use Windows PowerShell to identify the network adapter connection profile in Windows 8.

Hey, Scripting Guy! Question How can I use Windows PowerShell 3.0 in Windows 8 to identify the network connection profile for my network adapter?

Hey, Scripting Guy! AnswerUse the Get-NetAdapter cmdlet and pipe the results to the Get-NetConnnectionProfile cmdlet:

Get-NetAdapter | Get-NetConnectionProfile


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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