Open-RDM-Session Restores RDm-Window

Open-RDM-Session Restores RDm-Window

avatar

Hi,
when i execute this the RDM Window is restored, in fact opening the new session in a strange Desktop-Resolution.


$MySession = Get-RDM-Session |where {$_.name -eq "$MyServer"}
Open-RDM-Session $MySession.id

All Comments (4)

avatar

Open-RDM-Session CmdLet acutally does a process start of the RDM.exe, something like this:

{path}/RemoteDesktopManager.exe /DataSource:{...} /Session:{...}

That RDM instance will then pass the command to an already running RDM & close or in the case of no running RDM instance open the session itself.

Can you please post a screen shot of the "strange Desktop-Resolution" issue?

Stéfane Lavergne

avatar

That might be you use the Fit embedded RDP and RDM use the available space to calculate the resolution. Maybe the UI is just not ready. Is it possible?

David Hervieux

avatar

Sorry for my confusing text!
The RDM Windows just gets from Mximized to restored before opening the Session. I want it to just keep the window state (Maximized usuall).

avatar

Hi,
This is now fixed internally and it should be in the next beta

David Hervieux