You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a case on Windows where the Windows Command Prompt refused to properly handle a single quoted password as-is because it contained an & character. I opted to keep the generated password and use PowerShell instead to call dmsc.exe, but it would have been useful to just exclude that character from the potential character set.
The text was updated successfully, but these errors were encountered:
I ran into a case on Windows where the Windows Command Prompt refused to properly handle a single quoted password as-is because it contained an
&
character. I opted to keep the generated password and use PowerShell instead to calldmsc.exe
, but it would have been useful to just exclude that character from the potential character set.The text was updated successfully, but these errors were encountered: