Filter By

Package Types

Operating System

Categories

Trust Information

By: | 67,127 downloads | Last Updated: 9/25/2021 | Latest Version: 2.3.5

PowerShell module to randomly generate names

By: | 36,162 downloads | Last Updated: 2/15/2024 | Latest Version: 3.1.0

Generate random passwords with the constraints you want.

By: | 14,714 downloads | Last Updated: 9/14/2020 | Latest Version: 4.0.0

Turn your scripts and documents into pretty and practical word clouds!

By: | 11,345 downloads | Last Updated: 1/22/2023 | Latest Version: 2.1.0

Powershell passphrase generator

By: | 13,717 downloads | Last Updated: 12/1/2023 | Latest Version: 0.5.0

Easily generate a repository populated with Docker image variants.

By: | 5,656 downloads | Last Updated: 9/23/2017 | Latest Version: 0.3.0

Secure random password generator. Uses a cryptographically secure PRNG Can guarantee that the password contains digits, special characters, or any other set Can generate pronounceable, easier-to-remember passwords Packaged as a .NET library and as a PowerShell module

By: | 5,480 downloads | Last Updated: 8/5/2017 | Latest Version: 2.0.9

Generates an API documentation tree in HTML format for one or more PowerShell namespaces.

By: | 4,448 downloads | Last Updated: 1/27/2017 | Latest Version: 0.4.4

A PowerShell code generator

By: | 3,071 downloads | Last Updated: 12/12/2016 | Latest Version: 0.4.1

Forge generator for a PowerShell module

By: | 2,289 downloads | Last Updated: 2/7/2020 | Latest Version: 1.2

Create a PowerShell commandlet pdf book

By: | 2,613 downloads | Last Updated: 6/4/2021 | Latest Version: 0.0.5

A simple password generator

By: | 3,054 downloads | Last Updated: 10/13/2023 | Latest Version: 2.0.0

PowerShell password generation tool.

By: | 1,715 downloads | Last Updated: 7/13/2022 | Latest Version: 1.0.4

A name generator for projects, versions and other stuff written in powershell

By: | 2,571 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.3

Gainz - Password Generator Module Deprecated: Renaming to Gz-PasswordGenerator Provides a new cryptographically generated password. By default, this function will return an array of characters since strings are immutable. $pw = New-Password -Length 16 -AsSecureString PARAMETERS Chars - Optional. An string of characters to use to ... More info

By: | 1,612 downloads | Last Updated: 9/18/2019 | Latest Version: 2.0.0

New Password Generator. Can be used to generate passwords for automation process. Or just to generate quick passwords for any needs. You can specify the password length and the number of passwords to generate or output it as secure string.

By: | 1,566 downloads | Last Updated: 9/24/2018 | Latest Version: 2.0

DictionaryFile module will create all password combinations that you are able to have using a specific characterset. Using this module you will be able to find number of all password combinations. You are able to create the combinations either on the screen or use them with another cmdlet. Also, you are able to create a dictionary file including... More info

By: | 1,104 downloads | Last Updated: 6/24/2021 | Latest Version: 1.2

Generate TOC files of DocFx based on directories

By: | 1,309 downloads | Last Updated: 6/6/2020 | Latest Version: 1.0.0

Generate a list of random users (First names, last names, location, etc). This is based on the API provided by https://randomuser.me

By: | 2,378 downloads | Last Updated: 8/25/2019 | Latest Version: 1.2.0

Creates 1 or more randomly-generated strings of either static or variable length.

By: | 973 downloads | Last Updated: 3/17/2019 | Latest Version: 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... More info