Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.23 KB

Get-CIPPFunctionParameters.md

File metadata and controls

28 lines (23 loc) · 1.23 KB

Get-CIPPFunctionParameters

SYNOPSIS

Retrieves the parameters of a CIPP function.

DESCRIPTION

The Get-CIPPFunctionParameters function is used to retrieve the parameters of a CIPP function. It sends a request to the "/api/ListFunctionParameters" endpoint and returns the response.

PARAMETERS

-Module

Foo Foo
Specifies the name of the module containing the function. This parameter is optional.

-Function

Foo Foo
Specifies the name of the function. This parameter is optional.

-Compliance

Foo Foo Foo
Specifies whether to retrieve compliance-related parameters. This parameter is optional and defaults to $false.

EXAMPLE 1

PS > Get-CIPPFunctionParameters -Module "CIPPCore" -Function "Set-CIPPUserLicense"

EXAMPLE 2

PS > Get-CIPPFunctionParameters -Module "CIPPCore"