Bulk update users

avatar

Is there a way I can bulk update users rather than going through each user one by one?

For example, can I update a all users to remove access to an application or turn cache mode to disabled?

All Comments (1)

avatar

Hello,

It is possible using the DVLS PowerShell module you will find on GitHub.
https://github.com/Devolutions/devolutions-server

Once connected, you can use the Get-DSUser cmdlet to retrieve the user information and then use the Update-DSUser cmdlet to modify the properties.

Let us know if you have more questions related to the DVLS PowerShell module.

Best regards,

Érica Poirier