Get-ParameterAlias
1.1
Get-ParameterAlias gets the aliases of parameters for cmdlets, scripts, functions, etc. The name of a command can be passed or piped to retrieve the aliases of all its parameters if they have any.
Without a command name passed, Get-ParameterAlias gets parameter aliases for all commands, excluding Application types, unless a specific type is passed to the CommandType
Without a command name passed, Get-ParameterAlias gets parameter aliases for all commands, excluding Application types, unless a specific type is passed to the CommandType
Get-ParameterAlias gets the aliases of parameters for cmdlets, scripts, functions, etc. The name of a command can be passed or piped to retrieve the aliases of all its parameters if they have any.
Without a command name passed, Get-ParameterAlias gets parameter aliases for all commands, excluding Application types, unless a specific type is passed to the CommandType parameter.
By default, common parameters are excluded from results unless the ShowCommon switch is used.
All command defined parameters and their aliases will be retrieved by default unless a name(s) is given to the ParameterName parameter.
Show more
Without a command name passed, Get-ParameterAlias gets parameter aliases for all commands, excluding Application types, unless a specific type is passed to the CommandType parameter.
By default, common parameters are excluded from results unless the ShowCommon switch is used.
All command defined parameters and their aliases will be retrieved by default unless a name(s) is given to the ParameterName parameter.
Installation Options
Owners
Copyright
2016 Chris Carter
Package Details
Author(s)
- Chris Carter
Tags
ParameterAliases CmdletParameters
Functions
Dependencies
This script has no dependencies.
FileList
- Get-ParameterAlias.nuspec
- Get-ParameterAlias.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.1 (current version) | 404 | 3/7/2016 |