Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 828 Bytes

Get-CIPPUserMailboxRules.md

File metadata and controls

20 lines (16 loc) · 828 Bytes

Get-CIPPUserMailboxRules

SYNOPSIS

Retrieves the mailbox rules for a specific user in the CIPP system.

DESCRIPTION

The Get-CIPPUserMailboxRules function retrieves the mailbox rules for a specific user in the CIPP system. It makes an API call to the "/api/listusermailboxrules" endpoint, passing the customer tenant ID and user ID as parameters.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant.

-UserID

Foo Foo
The ID of the user.

EXAMPLE 1

PS > Get-CIPPUserMailboxRules -CustomerTenantID "contoso.onmicrosoft.com" -UserID "[email protected]"