| Title | Author | Age | Description |
|---|
| Get-Parameter 2.7 | Joel Bennett | Wed, 28 Nov 2012 15:31:01 | This update adds an indicator (” *”) in the format file for the default parameter set.
|
| Get-Parameter 1.21 | Makovec | Wed, 11 Jan 2012 03:53:29 | Completely based on Shay’s version, just one line added. For more information:
http://blogs.microsoft.co.il/blogs/scriptfanatic/archive/2010/05/03/get-parameter-learn-more-about-your-cmdlets.aspx
Update to 1.21:
- Added ‘*’ mark to parameter set, if is default ParameterSet.
|
| Get-Parameter 2.6 | JasonMArcher | Sat, 23 Jul 2011 20:29:56 | This is another Must Have upgrade, because I screwed up the last one ;-)
- Added -ParameterName parameter to filter returned parameters
- Added custom ToString() implementation to support -Like and -Match on the output
- Enumerate the Parameters of a command by ParameterSet, including DynamicParameters
- Now uses FormatData so the output is objects
- Added calculation of shortest names to the aliases (borrowed from Shay Levy http://poshcode.org/1982)
|
| Get-Parameter 2.5 | JasonMArcher | Mon, 13 Dec 2010 14:02:56 | This is another Must Have upgrade, because I screwed up the last one ;-)
- Added -ParameterName parameter to filter returned parameters
- Added custom ToString() implementation to support -Like and -Match on the output
- Enumerate the Parameters of a command by ParameterSet, including DynamicParameters
- Now uses FormatData so the output is objects
- Added calculation of shortest names to the aliases (borrowed from Shay Levy http://poshcode.org/1982)
|
| Get-Parameter 2.4 | Joel Bennett | Thu, 29 Jul 2010 12:46:25 | This is another Must Have upgrade, because I screwed up the last one ;-)
- Added -ParameterName parameter to filter returned parameters
- Added custom ToString() implementation to support -Like and -Match on the output
- Enumerate the Parameters of a command by ParameterSet, including DynamicParameters
- Now uses FormatData so the output is objects
- Added calculation of shortest names to the aliases (borrowed from Shay Levy http://poshcode.org/1982)
|
| Get-Parameter 2.2 | Joel Bennett | Thu, 29 Jul 2010 11:56:39 | This MANDATORY UPGRADE ;-) fixes a bug which breaks Get-Parameter if you run it against the same command twice.
- Enumerate the Parameters of a command by ParameterSet, including DynamicParameters
- Now uses FormatData so the output is objects
- Added calculation of shortest names to the aliases (borrowed from Shay Levy http://poshcode.org/1982)
|
| Get-Parameter 2.1 | Joel Bennett | Thu, 22 Jul 2010 07:51:14 |
- Enumerate the Parameters of a command by ParameterSet, including DynamicParameters
- Now uses FormatData so the output is objects
- Added calculation of shortest names to the aliases (borrowed from Shay Levy http://poshcode.org/1982)
This is the only Get-Parameter you need ;)
|
| Get-Parameter 2.0 | Joel Bennett | Thu, 22 Jul 2010 06:43:21 |
- Enumerate the Parameters of a command by ParameterSet, including DynamicParameters
- Now uses FormatData so the output is objects
- Added calculation of shortest names to the aliases (borrowed from Shay Levy http://poshcode.org/1982)
This is the only Get-Parameter you need ;)
|
| Get-Parameter 1.2 | Shay Levy | Mon, 19 Jul 2010 06:06:49 | For more information:
http://blogs.microsoft.co.il/blogs/scriptfanatic/archive/2010/05/03/get-parameter-learn-more-about-your-cmdlets.aspx
|
| Get-Parameter 1.1 | Shay Levy | Sun, 18 Jul 2010 12:41:33 | For more information:
http://blogs.microsoft.co.il/blogs/scriptfanatic/archive/2010/05/03/get-parameter-learn-more-about-your-cmdlets.aspx
|