Gz-PasswordGenerator

0.1.0


# Gz-PasswordGenerator Module

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

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

## Parameters

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

# Gz-PasswordGenerator Module

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

```powershell
$pw = New-GzPassword -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

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

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

Install-PSResource -Name Gz-PasswordGenerator

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.1.0 -- Early Release to gather feedback.
- 0.0.1 -- Testing Markdown in PowerShell Gallery -
       

FileList

Version History

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