en-US/about_PassGen2.help.txt

TOPIC
    about_PassGen2

SHORT DESCRIPTION
    Describes the PassGen2 PowerShell module.

LONG DESCRIPTION
    PassGen2 is a module for generating random passwords, passphrases,
    memorable passwords, and quote-based passwords. It exports modern,
    approved-verb command names while preserving short aliases for
    backwards compatibility with the original script.

COMMANDS
    New-RandomPassword
    New-PassphrasePassword
    New-MemorablePassword
    Get-MontyPythonPassword

MIGRATION
    Import the module with:

        Import-Module .\module\PassGen2\PassGen2.psd1 -Force

    Old short command names are still available as aliases:

        pg
        pgw
        pge
        pgmp