Notes de publication
August 21, 2025
Version 2025.2.6.0
New features (1)
Add Get-RDMAddOnId to obtain the connection subtype for an add-on entry
Improvements (1)
Enable modification of the HashiCorpVaultToken property by adding a setter
Fixes (3)
Fixed missing sqlite3secure.dll dependency on a clean Windows installation
Fixed missing System.IO.Pipelines dll in an Enter-PSSession context
Fixed missing types when creating entries
August 13, 2025
Version 2025.2.5.0
Improvements (1)
Clarification on modifiable properties within the PowerShellSetting property in PSScriptConfiguration object
Fixes (5)
Fixed changing the TargetResources property always returning an error in the PSScriptConfiguration object
Fixed Get-DSEntry ignoring VaultID when the All parameter is used
Fixed Get-DSEntry not returning subentries when the All parameter is used
Fixed missing default status when creating entries with RDM cmdlets
Fixed wrong property value on an AnyIdentity provider in PSScriptConfiguration object
August 11, 2025
Version 2025.2.4.0
Improvements (2)
Improve error message when sqlite3secure.dll is missing a dependency on a clean Windows install
Improve error message when unable to fetch public server information with New-DSSession
Fixes (3)
Fixed an issue where using Get-RDMEntry -VaultMode Global in PowerShell caused a crash on unsupported data sources such as SQLite
Fixed hub application not being allowed to import vault in existing vaults with Import-RDMRepository cmdlet
Fixed hub application requiring the "Manage Vault" right when using Import-RDMRepository cmdlet
July 24, 2025
Version 2025.2.3.0
New features (7)
Create a new PSPamPropScriptConfiguration object, which can be utilized to define the parameters for a PAM script configuration, with New-DSScriptConfiguration
Retrieve a PAM AnyIdentity template by its name using Get-DSPamProviderTemplate
Retrieve a specific PAM script configuration by its ID using Get-DSScriptConfiguration
Retrieve a specific PAM script configuration template by ID using Get-DSScriptTemplate
Return a summary of all PAM script configuration templates using Get-DSScriptTemplateSummary
Return a summary of all PAM script configurations using Get-DSScriptConfigurationSummary
Save a specified PAM script configuration using Set-DSScriptConfiguration
Improvements (1)
Enable Hub application identities to utilize the Import-RDMVault cmdlet with the appropriate permissions
Fixes (3)
Fixed all license assignments that are missing when the user is not an administrator when using Get-RDMLicense
Fixed DS cmdlets failing with the WebApiRedirect status
Fixed New-RDMEntry cmdlet ignoring the VaultMode parameter
July 2, 2025
Version 2025.2.2.0
Improvements (2)
Add a new cmdlet New-RDMConnectionPermission to instantiate the ConnectionPermission object
Improve error message for denied scripting access
Fixes (2)
Fix Active Directory filters not applied when using Open-RDMSyncSession
Fix New-RDMDataSource incorrectly loading the default data source when invoked as the first cmdlet
June 17, 2025
Version 2025.2.1.0
New features (2)
Add Get-RDMEntryFromSmartFolder cmdlet to retrieve entries from smart folder search results
Add Get-RDMUserRoles cmdlet to retrieve all groups associated with a specified user
Improvements (2)
Add VaultRoleOverride and CustomVaultAccess parameters to Update-DSGateway cmdlet to manage vault access in a gateway
Improve Get-RDMEntryOTPKey cmdlet to support all resolution modes instead of only the configured one
Fixes (4)
Fix Import-RDMEntry cmdlet to include attachments and documentation when the -Set parameter is used
Fix receiving prompt for shared vault password when accessing the user vault
Fix the non-functional Remove-DSUser cmdlet
Resolved issue with Get-DSPasswordsReport causing a deserialization error when an application identity is not utilized
June 4, 2025
Version 2025.2.0.0
Security and Breaking changes (2)
Breaking changes Get-DSPamScanResult now returns a unified object across all result types, with certain properties either missing or renamed (upn => UserPrincipalName, FullName => Name) (HostID, DomainName, ADDomainID, AlreadyCreated, CanBeAdded are all removed)
Breaking changes Get-RDMEntryOTPKey requires an administrator or vault owner to use as it is required in RDM
New features (4)
Add Export-RDMX509Certificate cmdlet to export the certificate of an X509 certificate entry
Add Import-RDMX509Certificate cmdlet to import the certificate into an X509 certificate entry
Enable new permission to prevent modifications to session recording properties
Enable new permission to prevent modifications to VPN/Tunnel/Gateway properties
Improvements (3)
Add basic IIS support when creating a configuration with DPS cmdlets
Improve Get-RDMEntryOTPKey cmdlet to work with all entries with OTP directly configured instead of only OTP credentials
Support optional checkout mode for linked PAM account credentials
Fixes (1)
Resolve variables in the entry name in the confirmation message when unsealing the entry with Unprotect-RDMSealedEntry
May 15, 2025
Version 2025.1.5.0
New features (2)
Add 'Export-DPSEncryptionKeys' cmdlet to export an encryption key file from a Devolutions Server instance
Add 'Import-DPSEncryptionKeys' cmdlet to import an encryption key file into a Devolutions Server instance
April 25, 2025
Version 2025.1.4.0
Fixes (2)
Resolved connection issue with an application on a DVLS data source
Resolved issue related to data retrieval deserialization for users, roles, and entries with non-application users
April 15, 2025
Version 2025.1.3.0
Improvements (1)
Enhance Set-RDMCurrentRepository to apply the ID parameter before the initial load
Fixes (2)
Fixed folder created as a shortcut in XML data source
Fixed sql error occurring when calling Update-DPSDatabase
March 31, 2025
Version 2025.1.2.0
New features (1)
Integrate the New-RDMPamCheckouRequestInformation cmdlet to prefill a PAM checkout instead of using the default configuration
Improvements (1)
Reduce the default module PAM checkout duration from 2 hours to 1 hour
Fixes (3)
Fix null reference error when using Get-HubEntriesForExport
Fixed New-RDMSystemInformationReport failing to load a required resource
Fixed the permission Edit Assets being ignored
March 26, 2025
Version 2025.1.1.0
New features (4)
Add 'Get-DSOktaUser' and 'Import-DSOktaUser' cmdlets to enable the import of Okta users
Integrate 'Add-DSPlaylistEntry' to add connections to an existing playlist
Integrate 'New-DSPlaylistEntry' to establish a new playlist
Integrate 'Remove-DSPlaylistEntry' to remove connections from an existing playlist
Improvements (6)
'Get-RDMEntryOTP' and 'Set-RDMEntryOTP' now support OTP in password list by utilizing the new parameter 'PasswordListItemID' or receiving prompt
Enable setting the client secret of an Azure Key Vault entry directly from the PSConnection
Enable the property 'Key' in Set-RDMEntryOTP to accept either a string or a secure string
Include 'Name' property to the PSPasswordListItem object
Parameter 'Connections' added to 'New-RDMPlaylistShared' and 'Set-RDMPlaylistShared' cmdlets to facilitate adding connections in a playlist
Transform 'Get-RDMSessionOTP', 'Set-RDMSessionOTP', 'Get-RDMPrivateSessionOTP', and 'Set-RDMPrivateSessionOTP' as aliases to the corresponding 'RDMEntryOTP' cmdlet
March 12, 2025
Version 2025.1.0.0
Security and Breaking changes (1)
Breaking changes Update the minimum PowerShell version requirement to 7.5.0
New features (1)
Add cmdlet "Unlock-RDMApplication" to access the application when it is password-protected
Improvements (3)
Include a notification in Get-DSServerLicense indicating that from DVLS version 2025.1.0.0 onwards, a server license is no longer necessary
Include a notification in Register-DSServerLicense indicating that from DVLS version 2025.1.0.0 onwards, a server license is no longer necessary
The parameter "PamAccount" of Update-DSPamAccount now accepts the PAM account ID
Fixes (6)
Fixed "Open-RDMSyncSession" failing when using the option "Use LDAP over SSL"
Fixed bypass of password-protected vault
Fixed missing file name in error message from Import-RDMSession
Fixed Set-RDMSession and Set-RDMEntry returning the error 'Connection has an invalid group specified' when saving multiple entries in Devolutions Server data source
Fixed SQL permission issue when non-admin user assigned to a group with admin rights
Resolved the issue with password resolution in Devolutions Server and Hub data sources for Get-RDMSessionPassword and Get-RDMEntryPassword
February 17, 2025
Version 2024.3.11.0
Fixes (2)
Fixed auto-approved PAM checkout object that was not recognized by Invoke-DSPamCheckin
Resolved issue with Remove-DSPamVault not accepting the object obtained when fetching all PAM vaults
January 30, 2025
Version 2024.3.10.0
Improvements (2)
Rework required permissions with Invoke-RDMParentSession to allow usage by non-administrators
Rework required permissions with Invoke-RDMUnparentSession to allow usage by non-administrators
January 21, 2025
Version 2024.3.9.0
Improvements (5)
Add the functionality to export entry templates using "Export-RDMTemplate"
Add the functionality to import entry templates using "Import-RDMTemplate"
Include the cmdlet "Get-DSServerLicense" to retrieve server license information
Include the cmdlet "Get-DSServerLicense" to retrieve server license information
Reintroduce the cmdlet "Get-HubVaultForExport" that has been missing since version 2024.3.4
Fixes (2)
Fixed the "Get-DSLicense" cmdlet so that it no longer returns licenses with missing maximum user capacity
Fixed the "Update-RDMEntries" cmdlet not refreshing the cache on a DVLS data source
January 7, 2025
Version 2024.3.8.0
Improvements (1)
Add "Get-DSEntityResolvedPermissions" cmdlet to allow an administrator to obtain the resolved permissions
Fixes (2)
Fix the client secret of Azure Service Principal not returned by Get-RDMEntryPassword
Resolved issue with the New-RDMSystemInformationReport cmdlet to ensure proper credential resolution
December 11, 2024
Version 2024.3.7.0
Improvements (3)
Enhance the documentation for the Set-DSEntityPermission cmdlet
Include the "IncludeDomainName" parameter in Get-DSPamAccount to retrieve the domain from the provider
Prevent Get-RDMDataSource from returning an error when searching with a non-existing name
Fixes (1)
CVE-2024-11621 Fixed missing certificate validation for non-windows platforms
November 18, 2024
Version 2024.3.6.0
Improvements (1)
Incorporate ID parameter in New-DSEntityPermission to bypass verification of user, user group, and application existence
Fixes (5)
Fix incorrect group assignment when creating entries from the template group
Fix issue where a nameless folder was created from the template group when using the New-RDMSession and New-RDMEntry cmdlets
Fix issue where only the first entry was saved when using the SetSession switch for entries created from the template group
Fix newly created domain PAM account incorrectly linked due to the missing SID
Resolve missing non-inherited view permission when using Get-DSPamAccountSecurity
November 12, 2024
Version 2024.3.5.0
Improvements (4)
Eliminate the requirement to specify criteria when using Search-DSEntry
Enhance the "AsBasicInformation" switch of Get-DSPamAccount to include Description and Group details
Include the "AccountID" parameter in Get-DSPamCheckout to retrieve the active checkout of a specific PAM account
Include the "AddActiveCheckoutID" parameter in Get-DSPamAccount to obtain the ID of the active checkout for each account
October 28, 2024
Version 2024.3.4.0
Improvements (1)
Add Export-RDMDataSource cmdlet to export data source configuration to an .rdd file
Fixes (2)
Fix issue where Import-DSPamScanResult was creating duplicate entries for already managed accounts
Fix system information report not being generated when fetching antivirus information on Windows Server
October 15, 2024
Version 2024.3.3.0
Improvements (1)
Add a post-refresh check to handle cases where the initial attempt to find the folder fails when creating an entry
Fixes (2)
Fix null reference exception when exporting entries using the IncludeAttachments or IncludeDocumentation switches
Fix Set-DSEntityPermission cmdlet not found error
October 11, 2024
Version 2024.3.2.0
Improvements (1)
Add Devolutions Send cmdlets
Fixes (3)
Fix error in Get-DSPamAccount when the VaultID parameter was omitted
Fix the PowerShell session hanging issue when calling exit
Fix wrong conversion occuring the GPOs loading
October 4, 2024
Version 2024.3.1.0
Fixes (4)
Fix issue where 'Import-DSPamScanResult' triggered an error instead of returning the imported PAM connections
Fix issue where connecting as an application to a Hub data source returned a null reference error
Fix issue where modifications to IsAllowedOffline were being ignored for vaults in Devolutions Server data sources
Fix issue with invalid data in the encryption file generated by 'New-DPSEncryptConfiguration'
September 23, 2024
Version 2024.3.0.0
Improvements (3)
Adapt DSPam cmdlets to new PAM connection type
Add a login prompt when going offline on a DVLS data source
Improve the cmdlet 'Copy-RDMSession' to support copying the document stored in the database for document entries