thycotic.secretserver
thycotic.secretserver copied to clipboard
PowerShell module for automating with Thycotic Secret Server REST API
### Verified issue does not already exist? Yes ### What error did you receive Search-TssSecret -TssSession $session -SecretName 'synapsevd' Cannot convert value "@{id=111452; name=AH-Atriuishealth.net\synapsevd; secretTemplateId=6191; secretTemplateName=AH-AD_Service_Accounts; folderId=5290; folderPath=\AH\IT\Management Accounts\Service Accounts;...
### Verified issue does not already exist? Yes ### What error did you receive InvalidArgument: C:\Program Files\PowerShell\7\Modules\Thycotic.SecretServer\functions\users\Get-TssUser.ps1:67 Line | 67 | [Thycotic.PowerShell.Users.User]$restResponse | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot convert value "@{DATA}" value...
### Verified issue does not already exist? No ### What error did you receive InvalidArgument: C:\Program Files\WindowsPowerShell\Modules\Thycotic.SecretServer\0.60.9\functions\directory-services\Get-TssDirectoryServiceSyncStatus.ps1:55 Line | 55 | … [Thycotic.PowerShell.DirectoryServices.SyncStatus]$restRe … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot convert value...
### Verified issue does not already exist? Yes ### What error did you receive Not an error, but missing data. When passing in the -ExtendedField parameter, it does not return...
### Verified issue does not already exist? Yes ### What error did you receive Initialize-TssSdkClient does not properly enclose rule names with spaces. Unrecognized command or argument 'XXXXX' ### Please...
### Verified issue does not already exist? Yes ### What error did you receive Cannot convert value "@{
### Verified issue does not already exist? Yes ### What error did you receive System.Management.Automation.RuntimeException: Cannot convert value "@{id=525028; dateRecorded=01/02/2024 18:35:46; action=VIEW; actionForDisplay=VIEW; notes=; byUserDisplayName=Authentification User; ticketNumber=; recordingStatus=-1; recordingSessionId=; recordingMessage=;...
Ability to access "Generate One Time Password" functionality via new get-tssSecretTotpCode function?
### Summarize Functionality As seen here: https://docs.delinea.com/online-help/secret-server/authentication/two-factor-authentication/totp/viewing-a-totp-for-a-web-secret/index.htm?Highlight=generate%20one%20time%20password ...we have secrets setup with TOTP's and are able to use them via the WebUI but I'm not sure if it's accessible via...
### Verified issue does not already exist? Yes ### What error did you receive Cannot convert value "@{id=566; folderId=118; groupId=6; groupName=; userId=6; userName=account; folderAccessRoleId=10; folderAccessRoleName=Owner; secretAccessRoleId=11; secretAccessRoleName=Owner; knownAs=account; domainName=}" to...
### Summarize Functionality [.\tss.exe](https://github.com/thycotic-ps/thycotic.secretserver/tree/dev/src/bin/ClientSdk) version returns 1.0.0.0 - the latest release is 1.5.5 see [Secret Server Software Development Kit for DevOps](https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-downloads/index.htm) ### Is there a command that is similiar or...