You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($PlanMaxSendSize-ne$MaxSendSize-or$PlanMaxReceiveSize-ne$MaxReceiveSize) {
65
55
$MailboxPlan
66
56
}
67
57
}
@@ -86,6 +76,7 @@ function Invoke-CIPPStandardSendReceiveLimitTenant {
86
76
}
87
77
88
78
if ($Settings.alert-eq$true) {
79
+
89
80
if ($NotSetCorrectly.Count-eq0) {
90
81
Write-LogMessage-API 'Standards'-tenant $tenant-message "The tenant send($($Settings.SendLimit)MB) and receive($($Settings.ReceiveLimit)MB) limits are set correctly"-sev Info
0 commit comments