Showing results for Best practices - PowerShell Team

Jun 25, 2010
0
0

Improving Parameter Set Design

PowerShell Team
PowerShell Team

Designing useable cmdlets is part engineering and part art. It’s not an easy task to define the conceptual boundaries of a cmdlet (where does one cmdlet end and the next begin) or to provide great feature control without inundating the user with parameters. However, you can improve the usability of your cmdlets by avoiding two common ...

Best practicesCmdlet Design