Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 708 Bytes

Get-CIPPSpamFilter.md

File metadata and controls

16 lines (13 loc) · 708 Bytes

Get-CIPPSpamFilter

SYNOPSIS

Retrieves the spam filter settings for a specified customer tenant ID.

DESCRIPTION

The Get-CIPPSpamFilter function retrieves the spam filter settings for a specified customer tenant ID using the CIPP API. It sends a request to the "/api/listspamfilter" endpoint with the provided tenant ID as a filter parameter.

PARAMETERS

-CustomerTenantID

Foo Foo
The customer tenant ID for which to retrieve the spam filter settings. This parameter is mandatory.

EXAMPLE 1

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