CsdyPasswordGenerator

1.2.1

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

   Complex [Get-Password complex]
   - E
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

   Complex [Get-Password complex]
   - Exactly 16 Characters
   - Random Uppercase & Lowercase characters
   - Random Numerical characters
   - 4 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 -RequiredVersion 1.2.1

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

Install-PSResource -Name CsdyPasswordGenerator -Version 1.2.1

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.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. Release

FileList

Version History

Version Downloads Last updated
1.3.0 29 2/12/2025
1.2.1 (current version) 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