CsdyPasswordGenerator

1.3.0

Generate a password with a shareable URL based on the below parameter types;
   
   Standard [Get-Password]
   - Exactly 12 characters
   - Familiar words; Animals, Colours etc
   - Uppercase & Lowercase characters
   - 2 numerical characters
   - 1 Symbol excluding .
   - No adjacent duplicate characters

   Random [Get-Password Random]
   - Exa
Generate a password with a shareable URL based on the below parameter types;
   
   Standard [Get-Password]
   - Exactly 12 characters
   - Familiar words; Animals, Colours etc
   - Uppercase & Lowercase characters
   - 2 numerical characters
   - 1 Symbol excluding .
   - No adjacent duplicate characters

   Random [Get-Password Random]
   - Exactly 16 Characters
   - Random Uppercase & Lowercase characters
   - Random Numerical characters
   - 4 Symbols
   - No adjacent duplicate characters
   
   Crazy [Get-Password Crazy]
   - Exactly 64 Characters
   - Random Uppercase & Lowercase characters
   - Random Numerical characters
   - 16 Symbols
   - No adjacent duplicate characters
Show more

Minimum PowerShell version

2.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name CsdyPasswordGenerator

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name CsdyPasswordGenerator

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025 Csdy. All rights reserved.

Package Details

Author(s)

  • Jason Cassidy

Tags

password pwpush.com passwordgenerator password.ninja

Functions

Get-Password

Dependencies

This module has no dependencies.

Release Notes

[1.3.0]
1. Added a new parameter type "Crazy" which generates a 64 character password.
           
[1.2.1]
1. Correcting a typo due to finger dsylexia 😐
           
[1.2.0]
1. Added Emoticons to console output
2. Added Exit code if URL cannot be generated
3. Added a get-help block

[1.1.0]
1. Revised console output phrasing.
2. Extended password expiry URL from 3 to 7 days.

[1.0.0]
1. Initial release

FileList

Version History

Version Downloads Last updated
1.3.0 (current version) 29 2/12/2025
1.2.1 6 2/12/2025
1.2.0 5 2/12/2025
1.1.0 7 2/12/2025
1.0.0 11 2/12/2025