Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 849 Bytes

Set-CIPPEnableArchive.md

File metadata and controls

20 lines (16 loc) · 849 Bytes

Set-CIPPEnableArchive

SYNOPSIS

Enables email archiving for a specified user in the CIPP system.

DESCRIPTION

The Set-CIPPEnableArchive function enables email archiving for a specified user in the CIPP system. It sends a request to the CIPP API to enable email archiving for the user identified by the provided CustomerTenantID and UserID.

PARAMETERS

-CustomerTenantID

Foo Foo
The unique identifier of the customer tenant.

-UserID

Foo Foo
The unique identifier of the user.

EXAMPLE 1

PS > Set-CIPPEnableArchive -CustomerTenantID "contoso.onmicrosoft.com" -UserID "user@domain.com"