Created
March 25, 2019 13:26
-
-
Save Graham-Beer/58451db2b2227712d181f1d8ffe32dbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh wlan show profiles | | |
Select-String ': *(.+)$' | ForEach-Object { | |
$_.Matches.Groups[1].Value | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment