Retrieves the parameters of a CIPP function.
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.
![]()
![]()
Specifies the name of the module containing the function. This parameter is optional.
![]()
![]()
Specifies the name of the function. This parameter is optional.
![]()
![]()
Specifies whether to retrieve compliance-related parameters. This parameter is optional and defaults to $false.
PS > Get-CIPPFunctionParameters -Module "CIPPCore" -Function "Set-CIPPUserLicense"
PS > Get-CIPPFunctionParameters -Module "CIPPCore"