How to show all known Wi-Fi network SSIDs and Passphrases with Powershell

I think is very important to remember how much information is stored on our laptops over the years, this is the case also for all wireless networks with (SSID and Passphrase) that our OS stores and use to connect automatically.

Retrieving this information can be performed either via the GUI or CLI, but I was never happy with the way the information was presented. Continue reading “How to show all known Wi-Fi network SSIDs and Passphrases with Powershell”

Powershell, How to store your credentials

The first step working with automation and PowerShell is completing an authentication process against a remote server and providing the right credentials. In the previous article our aim was to raise the awareness of how SecureString can be used in a very unsafe way, now we simply would like to show you what to avoid and how to store your credentials.

Continue reading “Powershell, How to store your credentials”