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
ChristophHannappel
changed the title
Get-TssSecretField returns field value enclosed with escaped quotes
Get-TssSecretField returns field value with escaped quotes
May 25, 2023
The mentioned issue is reproduceable. I cross check it with the Postman and confirmed that Secret Server API also returns the double quotes enclosed password in same way. In sort secret Server API returning the escaped value. so not an issue with the PowerShell Module.
Actual password: "ImAP@ssw0rd"
resulted password: ""ImAP@ssw0rd""
Verified issue does not already exist?
Yes
What error did you receive
Please run the command using -Verbose
Provide a test case or steps to reproduce
Create a Secret with a password which contains quotes
Example
"ImAP@ssw0rd"
Expected behavior
The return Value should not be escaped
What Edition of Secret Server?
Platinum
What version of Secret Server
11.0
What PowerShell host was used when producing this error
Windows PowerShell ISE (powershell_ise)
PowerShell Host Version
Name Value
PSVersion 5.1.19041.2673
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.2673
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered: