Summary: Use Windows PowerShell to identify the network adapter connection profile in Windows 8.
How can I use Windows PowerShell 3.0 in Windows 8 to identify the network connection profile for my network adapter?
Use the Get-NetAdapter cmdlet and pipe the results to the Get-NetConnnectionProfile cmdlet:
Get-NetAdapter | Get-NetConnectionProfile