Summary: Use Windows PowerShell to determine the current connection profile.
How I can use Windows PowerShell to find the current connection profile on my laptop running Windows 8?
Use the Get-NetConnectionProfile cmdlet:
Get-NetConnectionProfile
0 comments