PowerTip: Identify the Network Adapter Connection Profile

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon