We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b8620 commit a403201Copy full SHA for a403201
TOOL-New-RandomPassword/New-RandomPassword.ps1
@@ -39,6 +39,8 @@ function New-RandomPassword {
39
lazywinadmin.com
40
@lazywinadmin
41
github.com/lazywinadmin
42
+.LINK
43
+ https://github.com/lazywinadmin/PowerShell
44
#>
45
PARAM (
46
[Int32]$Length = 12,
0 commit comments