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
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
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
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).
Hi,
This is now fixed internally and it should be in the next beta
David Hervieux