PowerShell Team

Automating the world one-liner at a time…

Designing Cmdlets That Have Lots of Parameters

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...
Comments are closed.0 0