A quick and dirty password generator in PowerShell

Most password apps have built in generators. I generate my own passwords for things I automate on my systems, like rotating passwords for whatever, which I store in my own vaults. This is an example, or one way to do it. You could make it more complex, where you only have words that don’t get chopped to make things easier to remember, but this is for automated processes and I don’t really need to care.

Here’s the script.

PowerShell