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/Activity Triggers/Mailbox Permissions/Push-GetMailboxPermissionsBatch.ps1
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ function Push-GetMailboxPermissionsBatch {
13
13
14
14
$TenantFilter=$Item.TenantFilter
15
15
$Mailboxes=$Item.Mailboxes
16
+
$MailboxData=@($Item.MailboxData)
16
17
$BatchNumber=$Item.BatchNumber
17
18
$TotalBatches=$Item.TotalBatches
18
19
@@ -85,10 +86,31 @@ function Push-GetMailboxPermissionsBatch {
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Mailbox Permissions/Push-StoreMailboxPermissions.ps1
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ function Push-StoreMailboxPermissions {
28
28
# Aggregate results by command type from all batches
0 commit comments