What Windows shell aliases are and how to use them.
Regex matches in PowerShell
How to find regex matches using PowerShell
Entering passwords securely in Powershell
How to enter passwords securely in Powershell and how to store and retrieve them in an encrypted file.
How to copy stdout to the clipboard in Powershell
Suppose you want to copy the output of a Powershell command to the clipboard. Instead of making a mess of selecting the output in the terminal and copying, just pipe the output to clip
.