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/Administration/Invoke-ListMailboxRules.ps1
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,6 @@ function Invoke-ListMailboxRules {
31
31
QueueMessage="Still loading data for $TenantFilter. Please check back in a few more minutes"
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Spamfilter/Invoke-ListMailQuarantine.ps1
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,13 @@ function Invoke-ListMailQuarantine {
$Results.Add("Scheduling JIT Admin $($Request.Body.ExpireAction.value) task for $Username")
160
216
161
-
# TODO - We should find a way to have this return a HTTP status code based on the success or failure of the operation. This also doesn't return the results of the operation in a Results hash table, like most of the rest of the API.
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ListNewUserDefaults.ps1
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ function Invoke-ListNewUserDefaults {
13
13
# Get the TenantFilter from query parameters
14
14
$TenantFilter=$Request.Query.TenantFilter
15
15
Write-Host"TenantFilter from request: $TenantFilter"
16
+
17
+
# Get the includeAllTenants flag from query or body parameters (defaults to true)
0 commit comments