mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update the comment based help
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Prints a list of random passwords
|
||||
Lists random passwords
|
||||
.DESCRIPTION
|
||||
list-passwords.ps1 [<PasswordLength>] [<Columns>] [<Rows>]
|
||||
This script lists random passwords.
|
||||
.PARAMETER PasswordLength
|
||||
Specifies the length of the password
|
||||
.PARAMETER Columns
|
||||
Specifies the number of columns
|
||||
.PARAMETER Rows
|
||||
Specifies the number of rows
|
||||
.EXAMPLE
|
||||
PS> ./list-passwords
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user