Skip to content

Commit 52cde90

Browse files
committed
EditGroup go brrrr
1 parent 0659f95 commit 52cde90

File tree

5 files changed

+292
-98
lines changed

5 files changed

+292
-98
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Administration/Invoke-ExecGroupsDeliveryManagement.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Function Invoke-ExecGroupsDeliveryManagement {
2121
$ID = $Request.Query.ID ?? $Request.Body.ID
2222

2323
Try {
24-
$Result = Set-CIPPGroupAuthentication -ID $ID -GroupType $GroupType -OnlyAllowInternalString $OnlyAllowInternal -tenantFilter $TenantFilter -APIName $APIName -Headers $Headers
24+
$Result = Set-CIPPGroupAuthentication -ID $ID -GroupType $GroupType -OnlyAllowInternal $OnlyAllowInternal -tenantFilter $TenantFilter -APIName $APIName -Headers $Headers
2525
$StatusCode = [HttpStatusCode]::OK
2626
} catch {
2727
$Result = "$($_.Exception.Message)"

0 commit comments

Comments
 (0)