Hello, is it possible to access the connections data from "outside"? e.g. changing data from the command line instead of using the GUI?
Thanks in advance
F. :-)
Hello,
Sure it's possible using the Devolutions.PowerShell module.
Let us know if it's what you are looking for.
Best regards,
Érica Poirier
Hello, thanks! Does the module work with the portable version? Unfortunately I did not find much documentation or examples for the module, but it looks promising. It would be great if the connection DB could be opened, and entries could e changed, w/o running RDM.
cu
F. :-)
Hello,
With a portable version, you should be able to connect to your data source using PowerShell and then edit your entries.
You can use the Set-RDMPowerShellOverride cmdlet to set the same path as the one where your RemoteDesktopManager.cfg file is located.
https://docs.devolutions.net/kb/devolutions-powershell/remote-desktop-manager/rdm-powershell-core-module/#use-an-override-configuration-portable
Then, you can connect to this data source using the following method.
Set-RDMCurrentDataSource (Get-RDMDataSource -Name <NameofYourDatasourceHere>)
You can also find multiple PowerShell sample scripts on this forum's section.
https://forum.devolutions.net/product/powershell-module
Best regards,
Érica Poirier
Hello, sounds fine, will check it out.
cu
F. :-)