Set-TSSSecret -Folder Option Not Working? #104
-
Edit: End result, Set-TSSSecret -Folder option only works in Secret Server 10.9 and newer. Maybe I'm using this wrong, or maybe my expectations for this switch are inaccurate, but passing the folder ID to the -Folder switch in Set-TSSSecret. Example:
The error returned is a 404.
Am I using this wrong? What's the proper way to move a Secret/change the folder value? The documentation for -Folder doesn't actually appear to be for -Folder. (https://thycotic-ps.github.io/thycotic.secretserver/commands/Set-TssSecret#folder) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
If you run the command with This is run against a 10.9.37 build of Secret Server. |
Beta Was this translation helpful? Give feedback.
If you run the command with
-Verbose
you can verify the output and the path being used along with the payload provided. Using-Folder
on the command will move the provided secret ID(s) to that folder:This is run against a 10.9.37 build of Secret Server.