RDM Invoke Document to parent Session

Implemented

RDM Invoke Document to parent Session

avatar

Hello RDM Team

I tried to invoke a "Document" to a "Host"-element in RDM.

Code:
$system = Get-RDMSession | Where-Object { $_.ID -match $systemID)
sub = Get-RDMSession | Where-Object { $_.ID -match $subID }
Invoke-RDMParentSession -ParentSession $system -Session $sub -Refresh

It works for "RDP", "Explorer", "Webbrowser" and other connection types of the subconnection. Just "Document" doesnt work at all.
As a workaround we use "Command Line" Element and open the document via cmd.

RDM Version: 2022.3.30.0
PowerShell Version: 2022.3.1.2

Best regards
Rolf

All Comments (2)

avatar

Hello,

Thank you for reporting this issue.

I have been able to reproduce this bug even with the latest RDM and Devolutions.PowerShell module.

The strange thing is I can create a document sub entry on a Host in RDM without any issue.

A ticket has been submitted to our engineering team. Once a fix will be available, we will post it here.

Thank you for your patience.

Best regards,

Érica Poirier

avatar

Hi,

Latest version (2023.1.0.9) can now add Document as sub connection.

Regard.

Jonathan Lafontaine