marcohorstmann / MyVeeamReport

20 stars 1 forks source link

Check cloud connect reporting #15

Open marcohorstmann opened 1 year ago

marcohorstmann commented 1 year ago

From Shawns Blog: Nice script first off all.

  1. I would like to exclude some repositories from “Repository Details”. We use Cloud Connect for some jobs and we do not have permissions to see storage space available, nor do I need to “monitor” them. Fixed it this way: Change line 4115: ElseIf ($_.StorageTotal -eq 0) {“NoData”} Change line 4125: } ElseIf ($arrRepo.status -match “OK|NoData”) {