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
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Spamfilter/Invoke-AddQuarantinePolicy.ps1
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,9 @@ Function Invoke-AddQuarantinePolicy {
16
16
17
17
$Tenants= ($Request.body.selectedTenants).value
18
18
19
-
# If allTenants is selected, get all tenants from table and overwrite any other tenant selection
19
+
# If allTenants is selected, get all tenants and overwrite any other tenant selection
0 commit comments