Release notes

Version 2025.1.2.0 (March 31, 2025)

  • Integrate the New-RDMPamCheckouRequestInformation cmdlet to prefill a PAM checkout instead of using the default configuration

  • Reduce the default module PAM checkout duration from 2 hours to 1 hour

  • Fix null reference error when using Get-HubEntriesForExport

  • Fixed New-RDMSystemInformationReport failing to load a required resource

  • Fixed the permission Edit Assets being ignored

Version 2025.1.1.0 (March 26, 2025)

  • 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

  • '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

Version 2025.1.0.0 (March 12, 2025)

  • Add cmdlet "Unlock-RDMApplication" to access the application when it is password-protected

  • Update the minimum PowerShell version requirement to 7.5.0

  • 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

  • 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

Version 2024.3.11.0 (February 17, 2025)

  • 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

Version 2024.3.10.0 (January 30, 2025)

  • Rework required permissions with Invoke-RDMParentSession to allow usage by non-administrators

  • Rework required permissions with Invoke-RDMUnparentSession to allow usage by non-administrators

Version 2024.3.9.0 (January 21, 2025)

  • 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

  • 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

Version 2024.3.8.0 (January 7, 2025)

  • Add "Get-DSEntityResolvedPermissions" cmdlet to allow an administrator to obtain the resolved permissions

  • 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

Version 2024.3.7.0 (December 11, 2024)

  • 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

  • CVE-2024-11621 Fixed missing certificate validation for non-windows platforms

Version 2024.3.6.0 (November 18, 2024)

  • Incorporate ID parameter in New-DSEntityPermission to bypass verification of user, user group, and application existence

  • 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

Version 2024.3.5.0 (November 12, 2024)

  • 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

Version 2024.3.4.0 (October 28, 2024)

  • Add Export-RDMDataSource cmdlet to export data source configuration to an .rdd file

  • 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

Version 2024.3.3.0 (October 15, 2024)

  • Add a post-refresh check to handle cases where the initial attempt to find the folder fails when creating an entry

  • Fix null reference exception when exporting entries using the IncludeAttachments or IncludeDocumentation switches

  • Fix Set-DSEntityPermission cmdlet not found error

Version 2024.3.2.0 (October 11, 2024)

  • Add Devolutions Send cmdlets

  • 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

Version 2024.3.1.0 (October 4, 2024)

  • 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'

Version 2024.3.0.0 (September 23, 2024)

  • 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