Skip to content

Yevrag35/NewRandomPassword

Repository files navigation

New-RandomPassword

version downloads

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.

Examples

  1. New-RandomPassword -PasswordLength 12
  2. New-RandomPassword -MinimumLength 6 -MaximumLength 67
  3. New-RandomPassword 15 -Count 5
  4. rpas 68 3 -FirstCharacter %

Releases

No releases published

Packages

No packages published