Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.29 KB

Set-CIPPCopyToSent.md

File metadata and controls

26 lines (20 loc) · 1.29 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 user in the CIPP system.

PARAMETERS

-CustomerTenantID

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

-UserID

Foo Foo
Specifies the ID of the user.

-MessageCopyForSentAsEnabled

Foo Foo Foo
Specifies whether to enable or disable the option to copy sent items for the user. Valid values are "true" or "false". The default value is "true".

EXAMPLE 1

PS > Set-CIPPCopyToSent -CustomerTenantID "contoso.onmicrosoft.com" -UserID "[email protected]" -MessageCopyForSentAsEnabled "true"

This example sets the option to copy sent items to a shared mailbox for the user "[email protected]" in the customer's tenant with ID "contoso.onmicrosoft.com".