Hi folks,
I’m currently helping a client with the incorporation of some bots. I’m trying to teach them best practices such as storing credentials in Credential manager or Orchestrator. This client has no orchestrator available and thus uses Windows Credentials.
Unfortunately, we have come across a frustrating not-understandable error. We have a SecureString variable containing a password.
The password is
Testa431
When we express the SecureString through Type Into Secure into Notepad, the password is correct. Once we type the password into the actual password field, testa431
is typed. In other words, the capital is missing.
Has anyone experienced this problem or similar before? That when a SecureString is typed into a password box, capitalized characters all become small?
Thanks a lot.