Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 692 Bytes

Get-CIPPMailboxRules.md

File metadata and controls

18 lines (14 loc) · 692 Bytes

Get-CIPPMailboxRules

SYNOPSIS

Retrieves mailbox rules for a specified customer tenant ID.

DESCRIPTION

The Get-CIPPMailboxRules function retrieves mailbox rules for a specified customer tenant ID by making a REST API call to the "/api/listmailboxrules" endpoint.

PARAMETERS

-CustomerTenantID

Foo Foo
The customer tenant ID for which to retrieve mailbox rules.

EXAMPLE 1

PS > Get-CIPPMailboxRules -CustomerTenantID "contoso.onmicrosoft.com"

This example retrieves mailbox rules for the customer tenant with the ID "contoso.onmicrosoft.com".