With service build 7.1.70 we add some additional PowerShell functionality to PrimalScript 2015. We added a user interface to edit or add parameters for your script and we slightly modified the ribbon “Edit” group to make these new items more accessible. Aside from editing the parameters of your script we also make the PowerShell function […]
Tag: Function builder
PowerShell Studio 2015 – Editing Script Parameters
If you have used PowerShell Studio’s Function Builder chances are probably you wished it could edit your script parameters. Now it can. With the v4.2.85 service release of PowerShell Studio 2015 we introduced the new Parameter Builder. Parameter Builder: Those familiar with the Function Builder will recognize the similarities between the two tools, with the […]
PowerShell Studio 2014: More Function Builder Updates
Yes, we updated the Function Builder yet again! We just released a new build of PowerShell Studio 2014 (v4.1.72). We wanted to highlight some changes and additions: Function Validation The Function Builder will now validate your function names by checking if it already exists in your script, thus preventing duplicate functions. Create Functions […]
Adding Parameter Sets to a Function
Like many of you, I really live at the command line, because automation is more efficient than single actions. But, as the command line becomes more complex, we need tools to restore our efficiency. The complex syntax of parameter sets in functions is one of those cases. In this post, I learn to use the […]
PowerShell Studio 2014: Editing Functions
We improved the Function Builder yet again! Man, when are you guys going to stop this? Never. With the 4.1.71 build of PowerShell Studio 2014, you now have the option to edit existing functions within the Function Builder! Ok cool, how do I edit my existing functions? Simple, you can edit existing functions using the […]
PowerShell Studio 2014: Improved Function Builder
In a previous article we covered the new Function Builder. In the latest service release of PowerShell Studio 2014 (v4.1.64), we improved parameter set support in the Function Builder. As you can see, we altered the ordering of the fields to improve the over-all work flow of the tool. Notice the question marks? If you […]
PowerShell Studio 2014: Function Builder
PowerShell Studio 2014 introduces a quick and easy way to create complex functions using the new Function Builder: Let’s cover each field of the Function Builder and how to create a function. Cmdlet Name The function builder provides you with a verb and noun field. The verb field contains a combo box with a list […]