iPowerShell, our little iOS app, has come a long way over the years. It started out as simply a reference tool for PowerShell cmdlets, about_help and provider help. Over the years, we added YouTube videos, PowerShell Twitter posts, PowerShell…
Read More
Applies to: PowerShell Studio 2016, Windows PowerShell 3.0+
I recently wrote an article with step-by-step instructions for creating a very simple multi-form PowerShell GUI application. In our sample app, we use PowerShell Studio features that make it very easy to…
Read More
Tested on: PowerShell 2.0+, PowerShell Studio 2016
This step-by-step example shows you how to create a very simple multi-form PowerShell GUI app. The app consists of a parent form that gets data from a child form and displays it. When…
Read More
We released a new service build of PowerShell Studio 2016 (v5.2.125)!
Here’s what’s new:
Blocked Files
PowerShell Studio will now notify you when a script file is blocked. Windows flags files as blocked when downloaded from the internet…
Read More
The latest service build of PrimalScript 2016 (7.2.91) adds performance graphs for your scripts.
To enable this feature you just need to make the “Performance” tab visible before you execute your script.
Performance data can be collected on any script…
Read More
We released a new service build of PowerShell Studio 2016 (v5.2.124)!
Here’s what’s new:
High DPI Support
We have added high DPI support to PowerShell Studio’s UI. Those of you who previously ran PowerShell Studio on a high DPI…
Read More
I have been asked a few times now to use Bash with PrimalScript. It doesn’t have all the setup for it out of the box because there are a few different implementations of Bash available for Windows. If you followed…
Read More
There are so many features in PowerShell Studio and PrimalScript that I think I can’t live without, like the Format Script button, file groups, and conditional breakpoints.
But, there are few features I’d love to have that aren’t there. They’re…
Read More
Sometimes, I say things so many times that I start to believe them, even when I’m wrong. Here’s a correction of one of the details that I’ve gotten wrong repeatedly.
“You can only use the Properties pane on one object…
Read More
Applies to:
Windows PowerShell 3.0 and later
PSScriptAnalyzer 1.1.0 and later
PowerShell Studio 5.2.118 and later
PowerShell Studio has long supported best practices in Windows PowerShell, including running and debugging without profiles, avoiding cmdlet and parameter aliases (right-click\Expand to cmdlet,…
Read More