We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c3de9 commit 999df08Copy full SHA for 999df08
1 file changed
tools/DevCheck/DevCheck.ps1
@@ -795,7 +795,7 @@ function Repair-DevTestPfx
795
}
796
else
797
{
798
- $charSet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%)'
+ $charSet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@'
799
$passwordLength = 20
800
$password = New-Object -TypeName System.Security.SecureString
801
# Generate random characters and append to SecureString
0 commit comments