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
Write-LogMessage-API 'CIPPDbItem'-tenant $TenantFilter-message "Added $($Data.Count) items of type $Type$(if ($Count) { ' (count mode)' })"-sev Debug
86
118
87
119
} catch {
88
-
Write-LogMessage-API 'CIPPDbItem'-tenant $TenantFilter-message "Failed to add items of type $Type : $($_.Exception.Message)"-sev Error
120
+
Write-LogMessage-API 'CIPPDbItem'-tenant $TenantFilter-message "Failed to add items of type $Type : $($_.Exception.Message)"-sev Error-LogData (Get-CippException-Exception $_)
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Mailbox Permissions/Push-StoreMailboxPermissions.ps1
+32-9Lines changed: 32 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,21 @@ function Push-StoreMailboxPermissions {
44
44
# Results are grouped by cmdlet name due to ReturnWithCommand
0 commit comments