Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 584 Bytes

Get-CIPPRecipients.md

File metadata and controls

16 lines (13 loc) · 584 Bytes

Get-CIPPRecipients

SYNOPSIS

Retrieves recipients for a specified customer tenant ID.

DESCRIPTION

The Get-CIPPRecipients function retrieves recipients for a specified customer tenant ID by making a REST API call to the "/api/listrecipients" endpoint.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the customer tenant ID for which to retrieve recipients.

EXAMPLE 1

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