Bulk creation of Vault and provisioning to the users

Bulk creation of Vault and provisioning to the users

0 vote

avatar

Hi,

We have disabled the default vault for all the users for security purpose. If I do a bulk import of users into DVLS, I would like to create the vaults for the users and provisioning to the users.

Please let us know how to do bulk creation of vault and associate to the users.

All Comments (3)

avatar

Hello,

It is possible to bulk create user accounts, vaults and assign them to the newly created vaults using the DVLS PowerShell module. You will find the list of cmdlets on GitHub.
https://github.com/Devolutions/devolutions-server/tree/main/Powershell%20Module/Devolutions.Server

And you can install the module as shown in the PSGallery module page.
https://www.powershellgallery.com/packages/Devolutions.Server

Let us know if you have further questions about the DVLS PowerShell module.

Best regards,

Érica Poirier

avatar

Hi,

I don't find the exact cmdlet to bulk create/assigning vaults for the users imported from Active directory.

Please let me know the exact PowerShell script to create/assign vault to the users also auto provisioning of vaults for the new users created in the OU.

Note: I could import the users from Active directory from an OU but not possible to create vault for those users.

avatar

Hello,

Thank you for your feedback.

The cmdlet to create vaults is New-DSVault you will find it here.
https://github.com/Devolutions/devolutions-server/blob/main/Powershell%20Module/Devolutions.Server/Public/Vaults/New-DSVault.ps1

Once created, you can assign it to users with the Set-DSVaultUsers cmdlet.
https://github.com/Devolutions/devolutions-server/blob/main/Powershell%20Module/Devolutions.Server/Public/Vaults/Set-DSVaultUsers.ps1

Let me know if that helps.

Best regards,

Érica Poirier