| document type | cmdlet |
|---|---|
| external help file | helium-Help.xml |
| HelpUri | https://github.com/Skatterbrainz/helium/blob/master/docs/Get-FunctionParams.md |
| Locale | en-US |
| Module Name | helium |
| ms.date | 02/11/2026 |
| PlatyPS schema version | 2024-05-01 |
| title | Get-FunctionParams |
Returns summary of function parameters
Get-FunctionParams [-Name] <string> [<CommonParameters>]
This cmdlet has the following aliases, {{Insert list of aliases}}
Returns summary of function parameters including name and parameter type
Get-FunctionParams Invoke-Grep
Name of function or command
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.