Retrieve credentials from Thycotic Secret server using power shell scripts. #275
amarreddy86
started this conversation in
General
Replies: 2 comments 3 replies
-
I would use new-tsssession to get an auth token, then use that with get-tsssecret to retrieve the contents of the secret |
Beta Was this translation helpful? Give feedback.
1 reply
-
from: https://thycotic-ps.github.io/thycotic.secretserver/commands/secrets/Get-TssSecret.html $ssCred = Get-Credential |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Team, Does any one has script to "Retrieve credentials from Secret server using power shell scripts. "
Beta Was this translation helpful? Give feedback.
All reactions