For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-DPSProduct

Synopsis

Download the latest version of Devolutions Server products

Syntax

__AllParameterSets

Get-DPSProduct [-Name] <string> [-Destination] <string> [-NoClobber] [<CommonParameters>]

Description

Download the latest version of Devolutions Server products. For the installation of a Devolutions Server instance, DPSLinuxX64bin or DPSbin are required depending on your operating system. In both cases, it will be a compressed archive. This cmdlet requires internet connectivity and file system write permissions to the destination path.

Examples

Example 1

Define paths for Devolutions Server instance and backup locations

PS C:\> $DVLSPath = '/home/myuser/dvls/'
PS C:\> $backupConfigurationFiles = '/home/myuser/dvlsBackup/dvlsConfig/'
PS C:\> $backupInstallationFiles = '/home/myuser/dvlsBackup/dvlsFiles/'
PS C:\> $downloadPath = '/home/myuser/dvlsLatest.tar.gz'

Step 1: Back up current configuration and installation files

Step 2: Download and extract new Devolutions Server version

Step 3: Update the database

Step 4: Restore custom files and configuration

Workflow to update a Devolutions Server instance.

Parameters

-Destination

Destination of the file.

-Name

Product to download

-NoClobber

NoClobber prevents an existing file from being overwritten and displays a message that the file already exists. By default, if a file exists in the specified path, it is overwritten.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help Get-DPSProduct -detailed". For technical information, type "Get-Help Get-DPSProduct -full".

Last updated

Was this helpful?