I created this PowerShell function so I could quickly generate random passwords for end-users or create random passwords for service accounts. The code is based off Ed Wilson, Microsoft Scripting Guy post, I just modified it for my needs and turned it to a function.
Code:
Comments