Skip to main content

I’ve been searching and trying different commands to set the flag to “enable backup file encryption” within the VBR “Configuration Backup Settings”.

While I can see how to create the password with the API with the Add-VRBEncryptionKey shown below, I don’t see a command to set the flag above.

 Any help would be greatly appreciated...

The Set-VBRConfigurationBackupJob is what you’re looking for. More specifically, the EnableEncryption parameter.

Here’s a list of all PowerShell cmdlets working with the VBR Configuration Backup:

https://helpcenter.veeam.com/docs/backup/powershell/configuration_backup.html?ver=110


That was it!  Thank you for the very quick response.


Powershell it’s a great swiss-kife, one of the last good things made by Microsoft...


Comment