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-ListMailQuarantine.ps1
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ function Invoke-ListMailQuarantine {
29
29
if ($RunningQueue) {
30
30
$Metadata= [PSCustomObject]@{
31
31
QueueMessage='Still loading data for all tenants. Please check back in a few more minutes'
32
+
QueueId=$RunningQueue.RowKey
32
33
}
33
34
[PSCustomObject]@{
34
35
Waiting=$true
@@ -39,6 +40,7 @@ function Invoke-ListMailQuarantine {
39
40
$Queue=New-CippQueueEntry-Name 'Mail Quarantine - All Tenants'-Reference $QueueReference-TotalTasks ($TenantList|Measure-Object).Count
40
41
$Metadata= [PSCustomObject]@{
41
42
QueueMessage='Loading data for all tenants. Please check back in a few minutes'
43
+
QueueId=$Queue.RowKey
42
44
}
43
45
$InputObject= [PSCustomObject]@{
44
46
OrchestratorName='MailQuarantineOrchestrator'
@@ -57,6 +59,9 @@ function Invoke-ListMailQuarantine {
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ExecJITAdmin.ps1
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,15 @@ function Invoke-ExecJITAdmin {
75
75
if ($RunningQueue) {
76
76
$Metadata= [PSCustomObject]@{
77
77
QueueMessage='Still loading JIT Admin data for all tenants. Please check back in a few more minutes.'
78
+
QueueId=$RunningQueue.RowKey
78
79
}
79
80
} elseif (!$Rows-and!$RunningQueue) {
80
81
$TenantList=Get-Tenants-IncludeErrors
81
82
$Queue=New-CippQueueEntry-Name 'JIT Admin List - All Tenants'-Link '/identity/administration/jit-admin?tenantFilter=AllTenants'-Reference $QueueReference-TotalTasks ($TenantList|Measure-Object).Count
82
83
83
84
$Metadata= [PSCustomObject]@{
84
85
QueueMessage='Loading JIT Admin data for all tenants. Please check back in a few minutes.'
0 commit comments