Generate password for any automation process or any other needs. You can download it from the PowerShell Gallery All feedback welcomed!
Contact me at contact@saggiehaim.net
The New-Password cmdlet allow you to generate random passwords.
Specifies Number of passwored to generate. Default is 1 random password.
Return passwords as secure strings.
Specifies the passwored length. Defualt is 12 chars.
Specifies the number of Special Characters in the password. Defualt is 3 chars.
New-Password
S0XOxe8SvaYW
New-Password -NumberofPasswords 10
VMLMu2DVLg6a
H0faw#W6N@@H
WZ0FV7U7jbVB
p6vDelWGmefS
HR9Ewjg#WQt3
qrHYJdRTWaex
q6meEJztl80R
oNDals6@DrI7
kKJVCbvAhFXm
f4@8xTsUYpAI
New-Password -Length 20
e00yosTnRvthCHiJYKJs
New-Password -NumberofPasswords 5 -Length 6
ZSQHsL
RqU5cY
F7STnb
DD34@O
9drhe4
New-Password -NumberofPasswords 1 -Leng10 -AsSecureString
WARNING: Converting the Passwo3@jedeVcjoBf to secure string, this is tlast time you will see it.
System.Security.SecureString
New-Password -NumberofPasswords 5 -Length 10 -SpecialCharacters 3
#zx4?1R@p1
>xv=2RaAdG
<u<4TDJAzL