thycotic-ps / thycotic.secretserver

PowerShell module for automating with Thycotic Secret Server REST API
https://thycotic-ps.github.io/thycotic.secretserver
MIT License
68 stars 22 forks source link

Implement Secret Server SDK library (NuGet packages) #230

Closed wsmelton closed 2 years ago

wsmelton commented 3 years ago

Summarize Functionality

Remove use of the Client SDK (tss.exe and replace Initialize-TssSdkClient with a binary command that utilizes the Secret Server SDK (Thycotic.SecretServer.SDK). Implement Cache settings in this as well.

Is there a command that is similiar or close to what you are looking for?

No

Technical Details

Create a new command called Initialize-TssSdk that is a binary command written around the use of the SDK library.

wsmelton commented 2 years ago

Not going to implement at this time.