A rapid function development tool

by JeffH at 2012-12-05 12:24:50

Creating a full-featured advanced function takes some time investment. If people could create scripts without having to write a script, they would be very happy. So as a step in that direction I published a PowerShell function that can be used a a rapid development tool for your own advanced PowerShell functions. Basically the tool will create an advanced function outline based on a hashtable of parameter values. You can read more and download the function at http://bit.ly/VknLgG
by Infradeploy at 2012-12-05 12:39:24
Brilliant work.
by JeffH at 2012-12-05 12:42:39
I’d really like to know how this works out for people in real life.
by megamorf at 2012-12-05 22:23:58
The function’s output looks great, but before I go though typing extensive hash tables I rather use the ISE with a template that gets pasted in the script pane automatically when I create a new ISE tab. Nice work nonetheless.
by nohandle at 2012-12-06 07:06:26
Nice work. I was thinking about doing something like this recently, just more user friendly :slight_smile: