Get wifi password (connected wifi connection) from command line
Execute below command, and look for value in the output: "key content" under "security settings"
netsh.exe wlan show profiles name=’Profile Name’ key=clear
Sample output:
Ref: Get Wireless Network SSID and Password with PowerShell - Scripting Blog (microsoft.com)
Comments
Post a Comment