database-tools

Showing Wi-Fi SSIDs

In the previous tip we illustrated how you can dump all Wi-Fi profile names using netsh.exe. Typically, profile names and SSIDs are identical....

read more

Dumping Wi-Fi Passwords

In the previous tip we used netsh.exe to dump Wi-Fi profiles. Let’s take it a step further and expose the cached passwords: # get cleartext...

read more

Showing Wi-Fi Profiles

PowerShell is not limited to cmdlets and can run executables. For example, there is no built-in cmdlet to list the existing Wi-Fi profiles, but...

read more

Redirecting Streams

PowerShell writes output information to six different streams, and only the output stream is assigned to variables: function Invoke-Test {...

read more

Discarding Streams

PowerShell outputs information via different streams. Warnings are written to a different stream than output, and errors again go to a different...

read more
1 33 34 35 36 37 198