Website is opening in browser not in RDM

Website is opening in browser not in RDM

avatar
vitalii
Disabled


if you dont mind may I ask you one more question?

have a Website session with username and password - few days ago when I double click on that session it would open website in RDM and do what it supposed to do but with the latest update website sessions are opening not in RDM but in actual web browser. Its sort not a big deal but it was convenient to open websites for devices in RDM - any ideas how to make RDM open websites please?

All Comments (5)

avatar

Hello,

This setting can be set in your entry's properties. You will want to change the Display setting to "Embedded (tabbed)" to get your website to open inside of RDM.

Best regards,


Gabriel Degrandpré

2019-08-07_10-12-21.png

avatar

Oh thanks a lot for this! didnt even think about it.
Could you tell me please also what is the property in Powershell for this "display Embedded(tabbed)" so I could change in bulk this setting.

Thank you very much!

avatar

Hello,

Sorry to jump in, to change this setting on multiple entries using the "Custom PowerShell" you would need to use the script below:


$connection.OpenEmbedded = "true"
$RDM.Save();


Best regards,

James Lafleur

avatar

Thank you very much James and team!

Wonder if you could also point me where to read about all of the properties for $connection ???
Sorry to bug you but Im learning step by step...
Appreciate your help and support!

avatar

Hello,

You are more than welcome!


We do have the following help topic which will provide you a few examples:
https://help.remotedesktopmanager.com/powershell_batchactionssamples.htm

We are always happy to help!

Best regards,

James Lafleur