Powershell Commands
Shutdown & Restarts
Restart into Bios
Restart into Safe Mode
Restart into Normal Mode
Shutdown
Wireless
Wifi Passwords
(netsh wlan show profiles) | Select-String "\:(.+)$" | %{$name=$_.Matches.Groups[1].Value.Trim(); $_} | %{(netsh wlan show profile name="$name" key=clear)} | Select-String "Key Content\W+\:(.+)$" | %{$pass=$_.Matches.Groups[1].Value.Trim(); $_} | %{[PSCustomObject]@{ PROFILE_NAME=$name;PASSWORD=$pass }} | Format-Table –Wrap
Wifi Profiles
Wifi Scan
netsh wlan show networks mode=bssid