https://github.com/yevrag35/newrandompassword
Creates 1 or more randomly-generated strings of either static or variable length.
https://github.com/yevrag35/newrandompassword
csharp powershell powershell-module randompassword
Last synced: 2 months ago
JSON representation
Creates 1 or more randomly-generated strings of either static or variable length.
- Host: GitHub
- URL: https://github.com/yevrag35/newrandompassword
- Owner: Yevrag35
- License: gpl-3.0
- Created: 2018-09-10T17:14:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T23:29:32.000Z (over 6 years ago)
- Last Synced: 2025-03-26T01:34:25.781Z (over 1 year ago)
- Topics: csharp, powershell, powershell-module, randompassword
- Language: C#
- Homepage: https://www.powershellgallery.com/packages/NewRandomPassword
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# New-RandomPassword
[](https://www.powershellgallery.com/packages/NewRandomPassword)
[](https://www.powershellgallery.com/stats/packages/NewRandomPassword?groupby=Version)
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
1. New-RandomPassword -MinimumLength 6 -MaximumLength 67
1. New-RandomPassword 15 -Count 5
1. rpas 68 3 -FirstCharacter %