Closed cdhunt closed 3 years ago
PSCredential expects a SecureString and you can't call ConvertTo-SecureString on an empty string. Should it just return a hashtable?
PSCredential
SecureString
ConvertTo-SecureString
PSCredential
expects aSecureString
and you can't callConvertTo-SecureString
on an empty string. Should it just return a hashtable?