Update the comment based help

This commit is contained in:
Markus Fleschutz
2021-10-15 23:09:08 +02:00
parent b8189c6ba4
commit ae5a828ec2
35 changed files with 90 additions and 52 deletions

View File

@ -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