# PowerShell Script /home/mf/PowerShell/Scripts/list-passwords.ps1 ## Synopsis list-passwords.ps1 [] [] [] ## Description Prints a list of random passwords ## Syntax ```powershell /home/mf/PowerShell/Scripts/list-passwords.ps1 [[-PasswordLength] ] [[-Columns] ] [[-Rows] ] [] ``` ## -PasswordLength <Int32> Parameter ``` -PasswordLength Required? false Position? 1 Default value 15 Accept pipeline input? false Accept wildcard characters? false ``` ## -Columns <Int32> Parameter ``` -Columns Required? false Position? 2 Default value 6 Accept pipeline input? false Accept wildcard characters? false ``` ## -Rows <Int32> Parameter ``` -Rows Required? false Position? 3 Default value 30 Accept pipeline input? false Accept wildcard characters? false ``` ## This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216). ## Example ```powershell PS>.\list-passwords.ps1 ``` ## Notes Author: Markus Fleschutz License: CC0 ## Related Links https://github.com/fleschutz/PowerShell *Created by convert-ps2md.ps1*