Gz-PasswordGenerator

0.0.2


# Gz-PasswordGenerator Module



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

```powershell
$pw = New-GzPassword -Length 16 -AsSecureString
```

PARAMETERS

- <b>Chars</b> - Optional. An string of characters to use to build the password.

- **CharSets**

# Gz-PasswordGenerator Module



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

```powershell
$pw = New-GzPassword -Length 16 -AsSecureString
```

PARAMETERS

- <b>Chars</b> - 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

Minimum PowerShell version

5.1

Installation Options

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

Install-Module -Name Gz-PasswordGenerator -RequiredVersion 0.0.2

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

Install-PSResource -Name Gz-PasswordGenerator -Version 0.0.2

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

Package Details

Author(s)

  • Nerdy Mishka Michael Herndon

Tags

Password Generator Password-Generator DevOps Gz Gainz NerdyMishka

Functions

New-GzPassword Add-GzPasswordGeneratorAlias Remove-GzPasswordGeneratorAlias

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes


- 0.0.1 -- Testing Markdown in PowerShell Gallery -
       

FileList

Version History

Version Downloads Last updated
0.1.0 904 3/17/2019
0.0.2 (current version) 17 3/17/2019
0.0.1 18 3/17/2019