{"id":14980375,"url":"https://github.com/thycotic-ps/thycotic.secretserver","last_synced_at":"2026-03-17T22:05:03.904Z","repository":{"id":38000206,"uuid":"303219344","full_name":"thycotic-ps/thycotic.secretserver","owner":"thycotic-ps","description":"PowerShell module for automating with Thycotic Secret Server REST API","archived":false,"fork":false,"pushed_at":"2025-08-29T21:12:39.000Z","size":70486,"stargazers_count":9,"open_issues_count":32,"forks_count":2,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-10-09T17:05:10.039Z","etag":null,"topics":["password-management","powershell","powershell-core","secret-management","secrets","security-tools","vault","windows-powershell"],"latest_commit_sha":null,"homepage":"https://thycotic-ps.github.io/thycotic.secretserver","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thycotic-ps.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-11T21:52:41.000Z","updated_at":"2025-09-30T15:23:06.000Z","dependencies_parsed_at":"2023-01-21T18:46:57.951Z","dependency_job_id":"235a0af5-d835-4dc4-bdde-c5d8dcdc4d73","html_url":"https://github.com/thycotic-ps/thycotic.secretserver","commit_stats":{"total_commits":1677,"total_committers":15,"mean_commits":111.8,"dds":0.0852713178294574,"last_synced_commit":"e2a8214277dd8904668187045b1695ce51e183a5"},"previous_names":[],"tags_count":73,"template":true,"template_full_name":null,"purl":"pkg:github/thycotic-ps/thycotic.secretserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thycotic-ps%2Fthycotic.secretserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thycotic-ps%2Fthycotic.secretserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thycotic-ps%2Fthycotic.secretserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thycotic-ps%2Fthycotic.secretserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thycotic-ps","download_url":"https://codeload.github.com/thycotic-ps/thycotic.secretserver/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thycotic-ps%2Fthycotic.secretserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30633240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["password-management","powershell","powershell-core","secret-management","secrets","security-tools","vault","windows-powershell"],"created_at":"2024-09-24T14:01:40.724Z","updated_at":"2026-03-17T22:05:03.878Z","avatar_url":"https://github.com/thycotic-ps.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/thycotic-ps/thycotic.secretserver)\r\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/thycotic-ps/thycotic.secretserver?style=flat-square)\r\n![GitHub Last Commit](https://img.shields.io/github/last-commit/thycotic-ps/thycotic.secretserver?style=flat-square)\r\n![GitHub issues by-label](https://img.shields.io/github/issues/thycotic-ps/thycotic.secretserver/bugs?style=flat-square)\r\n\r\n\u003ch1 align=\"center\"\u003eThycotic.SecretServer PowerShell Module\u003c/h1\u003e\r\n\u003cp\u003e\u003c/p\u003e\r\n\r\n## Purpose\r\n\r\nThis module provides a secure method that Secret Server Administrators and Users can use for managing and automating their environment. Scripts and automated processing that requires a privileged (or non-privileged) account have to be stored somewhere. Why store them in plaintext within a script or in an XML file that only uses DPAPI encryption (`SecureString \u003e Export-Clixml`)?\r\n\r\nSecret Server provides a management tool for those privileged accounts. Thycotic.SecretServer module allows you to access those accounts securely and utilize them in your scripts and automation in a secure manner.\r\n\r\n## Classes\r\n\r\nThe module utilizes C# based classes to provide a unique object and type with each endpoint. In addition, certain classes may include Methods that provide \"shortcuts\" for performing specific actions in PowerShell or manipulating the object output by a function.\r\n\r\nDocumentation for the classes can be found on the documentation site here: [about topics](https://thycotic-ps.github.io/thycotic.secretserver/about_topics/)\r\n\r\n### Library Build\r\n\r\nThe source code for the library is found in the `src\\Thycotic.SecretServer` folder. This project utilizes [InvokeBuild](https://powershellgallery.com/packages/InvokeBuild) to build the library.\r\n\r\nIf you would like to locally debug the project for contributing or your purpose, clone the repository and then run the following command:\r\n\r\n\u003e You will need PowerShell 7 installed for this process!\r\n\r\n```powershell\r\n# Install the InvokeBuild module if not already\r\nInstall-Module InvokeBuild\r\n\r\n# build the library\r\nInvoke-Build -File .\\build.ps1 -Configuration Debug\r\n```\r\n\r\n## Maintainers\r\n\r\nThis module is managed and maintained by Thycotic Professional Services.\r\n\r\n## Support\r\n\r\nSee the Disclaimer at the bottom of this page for other legal jargon. This module is an open-source project. Maintenance and support are provided using the standard GitHub measures via [GitHub Issues](https://github.com/thycotic-ps/thycotic.secretserver/issues/new) or [GitHub Discussion](https://github.com/thycotic-ps/thycotic.secretserver/discussions/new).\r\n\r\nIf a customer desires more in-depth assistance implementing the module in their environment, please reach out to your Delinea Account Rep to engage [Delinea Professional Services](https://delinea.com/professional-services/).\r\n\r\n## Install Options\r\n\r\nThis project strives to cover all types of environments. We understand that some do not allow pulling PowerShell modules from every resource. The following sources are available for downloading each release of the module:\r\n\r\n- [PowerShell Gallery](https://www.powershellgallery.com/packages/Thycotic.SecretServer/) (recommended)\r\n- [GitHub Release](https://github.com/thycotic-ps/thycotic.secretserver/releases/)\r\n- [Direct Download](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.61.8/Thycotic.SecretServer.zip)\r\n\r\nDocumentation on installing the module can be found on the documentation site [here](https://thycotic-ps.github.io/thycotic.secretserver/docs/install)\r\n\r\n## Changelog\r\n\r\nA formal changelog is provided in the repository ([CHANGELOG](CHANGELOG.md)) and with each GitHub release.\r\n\r\n## Documentation\r\n\r\nAll documentation for the module is hosted in this project and utilizes GitHub Pages: [https://thycotic-ps.github.io/thycotic.secretserver](https://thycotic-ps.github.io/thycotic.secretserver)\r\n\r\nYou will also find in-module help for functions via comment-based help that can be accessed using `Get-Help`.\r\n\r\n# Show your support\r\n\r\nGive a ⭐️ if this project helped you!\r\n\r\n# Disclaimer\r\n\r\nThe content (scripts, documentation, examples) included in this repository is not supported under any Thycotic or Delinea Support program, agreement, or service. The code is provided **AS IS** without warranty of any kind. Delinea further disclaims all implied warranties, including, without limitation, any implied warranties of merchantability or fitness for a particular purpose. The entire risk arising out of the code and content's use or performance remains with you. In no event shall Delinea, its authors, or anyone else involved in the creation, production, or delivery of the content be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the code or content, even if Thycotic has been advised of the possibility of such damages.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthycotic-ps%2Fthycotic.secretserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthycotic-ps%2Fthycotic.secretserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthycotic-ps%2Fthycotic.secretserver/lists"}