Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 614 Bytes

Get-CIPPSpamFilterTemplates.md

File metadata and controls

16 lines (13 loc) · 614 Bytes

Get-CIPPSpamFilterTemplates

SYNOPSIS

Retrieves spam filter templates from the CIPP API.

DESCRIPTION

The Get-CIPPSpamFilterTemplates function retrieves spam filter templates from the CIPP API. It makes a REST API call to the "/api/listspamfiltertemplates" endpoint and returns the templates.

PARAMETERS

-TemplateID

Foo Foo
Specifies the ID of the template to retrieve. This parameter is optional.

EXAMPLE 1

PS > Get-CIPPSpamFilterTemplates -TemplateID "12345"