We’re always evaluating the best, easiest, and most efficient ways to write, run, and publish Windows Powershell scripts and modules. But, our starting point is always how people work now.
We were curious about how PowerShell scripters, including managers, ran…
Read More
In this post, we explain why PowerShell Studio can run your scripts only the versions of Windows PowerShell that are installed on local and remote computers.
If you’ve recently upgraded to Windows 10 from Windows 7, 8, or 8.1, you’ll…
Read More
It’s one of those questions that probably divides people into clans, like where you place your curly braces in a script block.
Take the survey: How do you run scripts?
But, it’s an important question for productivity. Those of us…
Read More
This is the third blog in a multi-part series about designing a Windows PowerShell scripts that will be packaged in an executable file.
Passing Parameters to a Script in an Executable File explains how to use the special parsing features…
Read More
This is the first blog in a multi-part series about designing a Windows PowerShell script that will be packaged in an executable file.
Passing Parameters to a Script in an Executable File explains how to use the special parsing features…
Read More
When building executables in PrimalScript or PowerShell Studio there are various engine types to choose from, each of them with a prerequisite that must be installed on the machine that will be running your program. For example, if you build…
Read More
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…
Read More
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data…
Read More
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. In the first part of this series we showed you how to create a simple list and what options you have for providing data…
Read More
With the latest service build (7.1.67) of PrimalScript 2015 we introduced a new feature; custom PrimalSense. While many items in a script can be determined dynamically based on context and offered as a selection in a list, there are equally…
Read More