Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.25 KB

File metadata and controls

26 lines (20 loc) · 1.25 KB

Set-CIPPCopyToSent

SYNOPSIS

Sets the option to copy sent items to a shared mailbox for a specific user.

DESCRIPTION

The Set-CIPPCopyToSent function sets the option to copy sent items to a shared mailbox for a specific mailbox in the CIPP system.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the ID of the customer's tenant.

-UserID

Foo Foo
Specifies the ID of the mailbox to set the copy sent items option for.

-MessageCopyState

Foo Foo Foo
Specifies whether to enable or disable the option to copy sent items for the mailbox.

EXAMPLE 1

PS > Set-CIPPCopyToSent -CustomerTenantID "contoso.onmicrosoft.com" -UserID "john.doe@domain.com" -MessageCopyState $true

This example sets the option to copy sent items to a shared mailbox for the user "john.doe@domain.com" in the customer's tenant with ID "contoso.onmicrosoft.com".