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/CIPPActivityTriggers/Public/Entrypoints/Activity Triggers/Mailbox Permissions/Push-GetCalendarPermissionsBatch.ps1
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,8 +127,9 @@ function Push-GetCalendarPermissionsBatch {
127
127
Write-Information"Failed to get calendar permissions for $($Perm.OperationGuid): $($Perm.error)"
Copy file name to clipboardExpand all lines: Modules/CIPPActivityTriggers/Public/Entrypoints/Activity Triggers/Mailbox Permissions/Push-GetMailboxPermissionsBatch.ps1
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ function Push-GetMailboxPermissionsBatch {
57
57
# Normalize MailboxPermission results
58
58
if ($MailboxPermissions['Get-MailboxPermission']) {
0 commit comments