Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 738 Bytes

Get-CIPPEnabledSharedMailboxes.md

File metadata and controls

16 lines (13 loc) · 738 Bytes

Get-CIPPEnabledSharedMailboxes

SYNOPSIS

Retrieves shared mailboxes with account enabled for a specific customer tenant ID.

DESCRIPTION

The Get-CIPPEnabledSharedMailboxes function retrieves shared mailboxes with account enabled for a specific customer tenant ID. It makes use of the Invoke-CIPPRestMethod function to send a request to the CIPP API and retrieve the shared mailboxes.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the customer tenant ID for which to retrieve the shared mailboxes.

EXAMPLE 1

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