项目作者: Yevrag35

项目描述 :
Creates 1 or more randomly-generated strings of either static or variable length.
高级语言: C#
项目地址: git://github.com/Yevrag35/NewRandomPassword.git
创建时间: 2018-09-10T17:14:59Z
项目社区:https://github.com/Yevrag35/NewRandomPassword

开源协议:GNU General Public License v3.0

下载


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 %