Forum Discussion
azurenewb1984
Aug 08, 2019Copper Contributor
Help with script to generate monthly backup report using Azure monitor
Hi Team I need help in generating a backup report using Azure monitor. let Events = AzureDiagnostics | where Category == "AzureBackupReport"; Events | where OperationName == "Job" | where...
Kalaimani
Jul 10, 2020Brass Contributor
azurenewb1984 Have you get the script, I'm also looking for the same
a) Need it for multiple servers
where * has "VT-PRD-CA02" provides me the result for one.
I tried various combinations eg | where BackupItemFriendlyName_s in ("Client1","Client2") etc but that is not giving me any result.
b) need failed and completed status for single report for one server