Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions docs/getting_started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ nav_order: 1

`Thycotic.SecretServer` is available to download from the following locations:

- [GitHub Releases](https://github.com/thycotic-ps/thycotic.secretserver/releases/latest)
- **[Direct download](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.61.3/Thycotic.SecretServer.zip) Current Release**
- *[PowerShell Gallery](https://www.powershellgallery.com/packages/Thycotic.SecretServer/) Release 61.3*
- ~~[PowerShell Gallery](https://www.powershellgallery.com/packages/Thycotic.SecretServer/) (recommended)~~ Temporarily unavailable
- [GitHub Release](https://github.com/thycotic-ps/thycotic.secretserver/releases/)
- [CDN Download](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.62.0/Thycotic.SecretServer.zip)
- [Direct Download](https://delineamarketplace01qa.blob.core.windows.net/integrations/Downloads/PowershellModule/0.62.0/Thycotic.SecretServer.zip)

Choose one of the following methods to obtain & install the module:

Expand All @@ -47,9 +48,15 @@ There are multiple options for downloading the module files:
2. Unblock & Extract the `Thycotic.SecretServer.zip`
3. Copy the `Thycotic.SecretServer` folder to your "Powershell Modules" directory of choice.

### Direct File Download
### CDN Download

1. [Download the latest release file](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.61.3/Thycotic.SecretServer.zip)
1. [Download the latest release file](https://downloads.marketplace.delinea.com/integrations/Downloads/PowershellModule/0.62.0/Thycotic.SecretServer.zip)
2. Unblock & Extract the archive
3. Copy the `Thycotic.SecretServer` folder to your "Powershell Modules" directory of choice.

### Direct Download

1. [Download the latest release file](https://delineamarketplace01qa.blob.core.windows.net/integrations/Downloads/PowershellModule/0.62.0/Thycotic.SecretServer.zip)
2. Unblock & Extract the archive
3. Copy the `Thycotic.SecretServer` folder to your "Powershell Modules" directory of choice.

Expand Down
Loading