May 27th, 2013

PowerTip: Identify the Network Adapter Connection Profile

Doctor Scripto
Scripter

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! Answer Use the Get-NetAdapter cmdlet and pipe the results to the Get-NetConnnectionProfile cmdlet:

Get-NetAdapter | Get-NetConnectionProfile

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.