I need a solution
Hey,
How to display the report using data BEMCLI commandlets: DiskStorageKeepForHours,
full path to the resource or Filesystemseletstion SqlDatabaseSelection.
in the cmdlet Get-BEBackupDefinition -name "*" | Format-List
not have this data, but to export jobs can see DiskStorageKeepForHours = xxx
exports do so:
Get-BEBackupDefinition-name <definition name> | Export-BEBackupDefinition> c: \ <somename>. Ps1
Thanks.