Way to copy the local Workspace/DWL configuration to deploy to multiple users
Hi, is there a way to copy the local configurations of DWL and Workspace in order to deploy to multiple users.
I have found your link to push the Chrome Extension via GPO.
Would there be some config file locally stored on a MAC/Windows for Workspace at least? I will have around 20 MacOS devices to deploy soon and I'd like to automate some part of the deployment if possible.
I've looked through the Windows Registry and Local installation folder for Workspace and could not find anything.
Any tips would be appreciated. ;-)
Thanks!
Regarding the issue with Workspace, unfortunately it is not feasible to implement due to the fact that information is saved in various locations within the Windows system, including preferences, secure storage, and other areas. While I comprehend your requirements and acknowledge that automating this task could be advantageous, the most effective approach would be to manually complete the task for optimal results.
Best regards.
Sébastien Aubin
Product manager - Password Management
Hi,
In DWL, you can export/import settings/configuration using the export/import settings buttons in the DWL settings page. For more informations about DWL settings you can read this article:
https://docs.devolutions.net/hub/dwl/settings/
About the deployment via GPO:
https://docs.devolutions.net/kb/devolutions-web-login/how-to-articles/deploy-dwl-chrome-gpo/
Basic settings could be:
{
"hubActivated": true,
"hubUrl": “https://xxx.devolutions.app”,
}
Replacing xxx with your hub subdomain
You could also use the settings from the file that you exported in the DWL settings.
Best regards,
Olivier Désalliers