Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.34 KB

Set-CIPPGroupDeliveryManagement.md

File metadata and controls

28 lines (22 loc) · 1.34 KB

Set-CIPPGroupDeliveryManagement

SYNOPSIS

Sets the delivery management settings for a group.

DESCRIPTION

The Set-CIPPGroupDeliveryManagement function is used to set the delivery management settings for a group in the CIPP project. It allows you to specify the customer tenant ID, group ID, group type, and whether to only allow internal delivery.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant.

-GroupID

Foo Foo
The ID of the group.

-Grouptype

Foo Foo
The type of the group. Valid values are 'Distribution List', 'Mail-Enabled Security', and 'Microsoft 365'.

-onlyallowinternal

Foo Foo
Specifies whether to only allow internal delivery. Valid values are 'true' and 'false'.

EXAMPLE 1

PS > Set-CIPPGroupDeliveryManagement -CustomerTenantID "7ced1621-b8f7-4231-868c-bc6b1a2f1778" -GroupID "67890" -GroupType "Distribution List" -OnlyAllowInternal "true"