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 with 100 parameters or 10 cmdlets with 10 parameters
Read More...
Read the complete post at http://blogs.msdn.com/b/powershell/archive/2010/09/04/designing-cmdlets-that-have-lots-of-parameters.aspx
Posted
Sep 03 2010, 07:50 PM
by
Windows PowerShell Blog