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”) {
From Shawns Blog: Nice script first off all.