Showing results for September 2010 - PowerShell Team

Sep 3, 2010
Post comments count0
Post likes count0

Designing Cmdlets That Have Lots of Parameters

PowerShell Team
PowerShell Team

We often get the question of what to do about a cmdlet that has lots of parameters.  Do you break it up into multiple commands or just have a single cmdlet with lots of parameters.  Here is the way I think about it: If you have to enter 100 things to get a job done, it doesn’t really matter whether you enter those 100 things via 1 cmdlet...