Generate PINs with freely definable number of numbers.
Generate PINs with freely definable number of numbers. You can also set the smallest and greatest possible number.
Get-RandomPIN [[-Length] <Int32>] [[-Count] <Int32>] [[-Minimum] <Int32>] [[-Maximum] <Int32>] [<CommonParameters>]
Get-RandomPIN [[-Length] <Int32>] [[-CopyToClipboard]] [[-Minimum] <Int32>] [[-Maximum] <Int32>] [<CommonParameters>]
PS> Get-RandomPIN -Length 6
PIN
---
18176072
PS> Get-RandomPIN -Length 6 -Count 5 -Minimum 4 -Maximum 8
Count PIN
----- ---
1 767756
2 755655
3 447667
4 577646
5 644665