top of page
Search

How to create Random Passwords with PowerShell

Updated: Feb 7, 2021

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:



 
 
 

Komentar


bottom of page