Get-VBRServer | where {$_.Type -eq 'HvServer'} | Import-VBRBackup –FileName 'Y:\Veeam_Backups\BackupJob\BackupJob.vbm'
But when i run that command a dialog box appears with this message
'Backup is encrypted and will appear under Encrypted backups node until a valid password is supplied'
How can i run the Import VBRBackup command and specify encryption password?
Can't provide any comments regarding future versions. But Import-VBRBackup commandlet has been implemented at the time when no VB&R encryption existed, so, it's not that trivial to make it conceive encryption or work with encryption keys.
Anyway, thank you for the feedback; highly appreciated!
Umm not 100% sure what you are asking?
I'm running the latest version of Veeam Backup & Replication 8.0.0.2084
I want to be able to run the Import-VBRBackup command and specify my encryption password so that i can automation a guest file (windows) restore.
I am curious if this option is going to be available in a future release of Veeam?
An imported encrypted backup needs a password to move to the available backups.
-->Move from "Disk (encrypted)" to "Disk (imported)".
This functionality is not available in Power Shell.
Case # 01881583
In version 9.5 i can now use
Set-VBREncryptedBackupPassword https://helpcenter.veeam.com/docs/backu ... tml?ver=95
Which is working great.
I have another issue now though
If i import a backup but DO NOT do the specify password step then it is listed in Veeam under backups as 'Disk (encrypted)'
I can't find a way with powershell to remove that backup without first unencrypting it.
This command does not work
Get-VBRImportedEncryptedBackup | Remove-VBRBackup -Confirm:$False