Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 616 Bytes

Get-CIPPMailQuarantine.md

File metadata and controls

16 lines (13 loc) · 616 Bytes

Get-CIPPMailQuarantine

SYNOPSIS

Retrieves the mail quarantine for a specific customer tenant.

DESCRIPTION

The Get-CIPPMailQuarantine function retrieves the mail quarantine for a specific customer tenant by making a REST API call to the "/api/listmailquarantine" endpoint.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant for which to retrieve the mail quarantine.

EXAMPLE 1

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