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-ExecModifyCalPerms.ps1
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -11,32 +11,37 @@ function Invoke-ExecModifyCalPerms {
11
11
$APIName=$Request.Params.CIPPEndpoint
12
12
$Headers=$Request.Headers
13
13
14
-
14
+
# UPN of the mailbox to modify calendar permissions for
Copy file name to clipboardExpand all lines: Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ExecModifyContactPerms.ps1
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -11,32 +11,37 @@ function Invoke-ExecModifyContactPerms {
11
11
$APIName=$Request.Params.CIPPEndpoint
12
12
$Headers=$Request.Headers
13
13
14
-
14
+
# UPN of the mailbox to modify contact permissions for
0 commit comments