Skip to content

Instantly share code, notes, and snippets.

@Graham-Beer
Created March 25, 2019 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Graham-Beer/58451db2b2227712d181f1d8ffe32dbf to your computer and use it in GitHub Desktop.
Save Graham-Beer/58451db2b2227712d181f1d8ffe32dbf to your computer and use it in GitHub Desktop.
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