Retrieves shared mailboxes with account enabled for a specific customer tenant ID.
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.
Specifies the customer tenant ID for which to retrieve the shared mailboxes.
PS > Get-CIPPEnabledSharedMailboxes -CustomerTenantID "contoso.onmicrosoft.com"