October 21st, 2012

PowerTip: Use PowerShell to Quickly Determine the Network Connection Profile

Doctor Scripto
Scripter

Summary: Use Windows PowerShell 3.0 to get the network connection profile.

Hey, Scripting Guy! Question How can you easily determine the network connection profile on your computer running Windows 8 or Windows Server 2012 by using Windows PowerShell 3.0?

              Hey, Scripting Guy! Answer Use the Get-NetConnectionProfile cmdlet and a wildcard for the network interface alias as shown here.

                                      Get-NetConnectionProfile -InterfaceAlias *inter*

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.