Hi,I want to get a list of all my backup jobs and which encryption type is set via PowerShell.In Get-BEBackupDefinition and Get-BEJob I can't see this info. How do I get the defined Encryption Type of a job by BEMCLI (PowerShell)? Thanks an best rega...
Hi,Im trying with BEMCLI over Powershell to get all Jobs where "DeleteSelectedFilesAfterSuccessfulBackup" is set.It easy to set witth Set-BEFullBackupTask, but which Get command I have to use?Thanks and best regards,Kurt
Hi,Is it possible to get all backup sets stored on a specified tape using BEMCLI?I'm using this code to get all full tapes, and now want to report die backup sets which are stored on each of the tapes:Get-BERoboticLibraryDevice | Get-BERoboticLibrary...
"Get-BEJob" returns "IsBackupDefinitionJob : True" and I use the "BackupDefinitionID" with "Get-BEBackupDefinition -ID" but in the return there is no "DeleteSelectedFilesAfterSuccessfulBackup" or any other attribute which defines that the data will b...