Gainz-PasswordGenerator

0.1.0


Provides a new cryptographically generated password. By default, this function will return an array of characters since strings are immutable.

# Returns a secure string
$pw = New-Password -Length 16 -AsSecureString

PARAMETERS

Chars - Optional. An string of characters to use to build the password.

CharSets -  Optional. An array of choices that leverages

Provides a new cryptographically generated password. By default, this function will return an array of characters since strings are immutable.

# Returns a secure string
$pw = New-Password -Length 16 -AsSecureString

PARAMETERS

Chars - Optional. An string of characters to use to build the password.

CharSets -  Optional. An array of choices that leverages a group of characters to use to build
the password. The default is "LatinAlphaUpperCase", "LatinAlphaLowerCase", "Digits", "SpecialHybrid"

Length - Optional. The length of the password that is generated. The default is 16

Validate - Optional. A script block that validates the password to ensure it meets
standards. The default checks for one uppercase, one lowercase, one digit,
one special character.

AsSecureString - A flag that instructs the result to be returned as a SecureString.

AsString - A flag that instructs the result to be returned as a string.
Show more

Installation Options

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

Install-Module -Name Gainz-PasswordGenerator -RequiredVersion 0.1.0

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

Install-PSResource -Name Gainz-PasswordGenerator -Version 0.1.0

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) 2018 Nerdy Mishka. All rights reserved.

Package Details

Author(s)

  • Nerdy Mishka Michael HErndon

Tags

Password Generator Password-Generator DevOps Gainz NerdyMishka

Functions

New-Password

Dependencies

This module has no dependencies.

Release Notes


0.1.0 - Early Release

A future release should allow entropy and generating passwords by supplying a pattern.
       

FileList

Version History

Version Downloads Last updated
0.1.3 2,095 3/17/2019
0.1.2 256 8/13/2018
0.1.1 18 8/13/2018
0.1.0 (current version) 21 8/13/2018