PoshCode Archive  All files named "Get-Parameter.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for Get-Parameter.ps1

2018-06-10
14:04
This update adds a -SetName filter and fixes bugs with PS3 and PS4 (also adds a “*” marker on the shortest form if it’s not an actual alias) file: [4898f051bf] check-in: [d8476f0820] user: Joel Bennett branch: trunk, size: 20371
13:56
Get-Parameter is used to obtain all of the parameters for a cmdlet. It also returns info like aliases and whether a parameter is mandatory. file: [e9eac4d8bc] check-in: [1742e6a38a] user: halr9000 branch: trunk, size: 2994
13:55
Get-Parameter is used to obtain all of the parameters for a cmdlet. It also returns info like aliases and whether a parameter is mandatory. file: [ccd2eb0fa8] check-in: [cd42a4c5e8] user: halr9000 branch: trunk, size: 3151
13:41
Get-Parameter is used to obtain all of the parameters for a cmdlet. It also returns info like aliases and whether a parameter is mandatory. file: [121408712b] check-in: [13c5d57a99] user: halr9000 branch: trunk, size: 2502
13:40
<dl><dt>Description</dt> file: [a491f9f647] check-in: [73135c4991] user: halr9000 branch: trunk, size: 1674
13:40
<dl><dt>Description</dt> file: [e4285037bf] check-in: [3ef191b6bb] user: halr9000 branch: trunk, size: 1526
13:40
<dl><dt>Description</dt> file: [b5884d310b] check-in: [b03d55bf7c] user: halr9000 branch: trunk, size: 1526
13:31
This update adds an indicator (” *”) in the format file for the default parameter set. file: [d74e48f65c] check-in: [8cd1d3baf7] user: JasonMArcher branch: trunk, size: 17387
13:28
Get-Parameter is used to obtain all of the parameters for a cmdlet. It also returns info like aliases and whether a parameter is mandatory. file: [917dca3b25] check-in: [24cc8a3de2] user: halr9000 branch: trunk, size: 2947
13:21
Completely based on Shay’s version, just one line added. For more information: file: [c73adda735] check-in: [74c7896b26] user: Makovec branch: trunk, size: 4403
13:16
This is another Must Have upgrade, because I screwed up the last one ;-) file: [6c84d768c5] check-in: [e3282ec24e] user: JasonMArcher branch: trunk, size: 17416
13:12
Give as input a cmdlet name. Output is a set of properties about each parameter, including: name, parameter set, aliases, ismandatory, and CommonParameter. Thanks to LucD for the technique. file: [8521a6976b] check-in: [3e10580577] user: halr9000 branch: trunk, size: 1162
13:09
This is another Must Have upgrade, because I screwed up the last one ;-) file: [a829a9b652] check-in: [db24ad1bce] user: Joel Bennett branch: trunk, size: 16237
13:04
Enumerate the Parameters of a command by ParameterSet, including DynamicParameters file: [ef581a513b] check-in: [1c0f701bbb] user: Joel Bennett branch: trunk, size: 14668
13:03
For more information: file: [0ba51e3cf6] check-in: [691568b4ae] user: Shay Levy branch: trunk, size: 4204
13:03
Fixed minor issue (original: http://poshcode.org/1817) where a cmdlet doesn’t have built-in parameters (e.g Exit-PSSession) file: [2b9989effd] check-in: [4d85ee02a4] user: unknown branch: trunk, size: 4222
13:02
Not quite finished effort at a script intended to spit out the parameters of a cmdlet. I’m sure there’s a better but this is…adequate for now. file: [c77fd03a0f] check-in: [c365f25d27] user: unknown branch: trunk, size: 1097
13:01
For more information: file: [79f13e9f3c] check-in: [7c3be5babf] user: unknown branch: trunk, size: 4253
12:58
Enumerate the Parameters of a command by ParameterSet, including DynamicParameters. Includes a -Full output mode and support for specifying the module. The only Get-Parameter you need :) file: [1d3d51f755] check-in: [73d665582d] user: Joel Bennett branch: trunk, size: 7130
12:58
Enumerate the Parameters of a command by ParameterSet. Includes a -Full output mode and support for specifying the module. file: [1c28757bbf] check-in: [1a8a2273a9] user: unknown branch: trunk, size: 4087
12:56
Added: Get-Parameter is used to obtain all of the parameters for a cmdlet. It also returns info like aliases and whether a parameter is mandatory. file: [53fced48c3] check-in: [dfd4b7c503] user: halr9000 branch: trunk, size: 2970