Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 677 Bytes

Get-CIPPGroupTemplates.md

File metadata and controls

20 lines (17 loc) · 677 Bytes

Get-CIPPGroupTemplates

SYNOPSIS

Retrieves group templates from the CIPP API.

DESCRIPTION

The Get-CIPPGroupTemplates function retrieves group templates from the CIPP API. It can retrieve all group templates or a specific template based on the provided TemplateID.

PARAMETERS

-TemplateID

Foo Foo
Specifies the ID of the group template to retrieve. If not provided, all group templates will be retrieved.

EXAMPLE 1

PS > Get-CIPPGroupTemplates -TemplateID "12345"

EXAMPLE 2

PS > Get-CIPPGroupTemplates