Hi, i am doing a poc with RDM using a central SQL database. Got everything working so far, but users are able to add a datasource to RDM. Is there a way to prevent this? I do not want users to create other datasources, and be able to leak credentials etc. Is this possible using RDM?
Recommended Answer
Hi!
Thanks for posting.
You can disable the ability to add a new workspace (formerly data source) with the help of GPOs - https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/apply-policies-gpos
Disable the menu File – Workspaces
%Root%\SOFTWARE\Policies\Devolutions\RemoteDesktopManager\DisableFileDataSources
Hope this helps!
Regards,
Marc Beauséjour
Hi!
Thanks for posting.
You can disable the ability to add a new workspace (formerly data source) with the help of GPOs - https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/apply-policies-gpos
Disable the menu File – Workspaces
%Root%\SOFTWARE\Policies\Devolutions\RemoteDesktopManager\DisableFileDataSources
Hope this helps!
Regards,
Marc Beauséjour
Thanks Marc! I will look into that. Looks like this is what i am looking for.
I found a setting to block the access to datasources. But i cannot seem to find a setting to set the default datasource? The user must be able to select the SQL database at first logon. Or am I missing something?