Filter By
Displaying results 1 - 19 of 19 (Page 1 of 1)
Forge generator for a PowerShell module |
Generates an API documentation tree in HTML format for one or more PowerShell namespaces. |
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 |
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 |
Turn your scripts and documents into pretty and practical word clouds! |
A PowerShell templates module using Plaster (https://github.com/PowerShell/Plaster) to generate projects and files based on XML templates. |
Daterpillar is a build automation tool and miro-orm. |
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. |
Generate complex alphanumeric password |
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 |
# 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 |
The Horker Template Engine is a text preprocessor empowered by PowerShell. It offers similar syntax to the classical ASP/JSP/ePerl/erb template engines. For more details, see https://github.com/horkerps/templateengine |
Full Metal Gnome: Help Docs Module Create DocFx compatible markdown files for PowerShell modules. This module will create markdown files that can be used with DocFx to generate documentation for powershell modules. The module can be altered to use other formats such as html. The primary cmdlet to call is `Write-ModuleHelpDocs` or its ... More info |
Gainz: Help Docs Module Create DocFx compatible markdown files for PowerShell modules. This module will create markdown files that can be used with DocFx to generate documentation for powershell modules. The module can be altered to use other formats such as html. The primary cmdlet to call is `Write-ModuleHelpDocs` or its alias `Wri... More info |
Creates 1 or more randomly-generated strings of either static or variable length. |
Powershell passphrase generator |
Generate TOC files of DocFx based on directories |