Just as the name of the cmdlet suggests, it generates as many random password as you want in either:
- Static Length
- All generated passwords will be of the same length.
- Random Length
- Each iteration will be of a random length determined by the minimum and maximum parameters.
There's even an option to specify what the 1st character will be in each password.
New-RandomPassword -PasswordLength 12
New-RandomPassword -MinimumLength 6 -MaximumLength 67
New-RandomPassword 15 -Count 5
rpas 68 3 -FirstCharacter %