feat(Exchange): skip corrupt inbox rule stores (v1.6.5)

Add SkipInboxScanMailboxes with k.selezneva@kalinamall.ru by default. Filter inbox scan list, log SKIP, and catch Get-InboxRule failures to avoid Watson aborting full scans.
This commit is contained in:
2026-05-22 16:00:09 +10:00
parent cdf563cbe9
commit 1584be89e2
4 changed files with 47 additions and 9 deletions
+5
View File
@@ -47,3 +47,8 @@ $QueueMessageCountThreshold = 150
# Удалённый EMS (если скрипт не на Exchange)
# $ExchangeServerFqdn = 'fifth.kalinamall.ru'
# Не сканировать Inbox rules (битое хранилище правил / Watson на Get-InboxRule)
# $SkipInboxScanMailboxes = @(
# 'k.selezneva@kalinamall.ru'
# )