PowerShell Studio 2017 is released! PowerShell Studio 2017 is included as part of the regular update cycle for our subscribers. What’s New? In this article, we will introduce you to the new additions and changes in this release. As you know we don’t hold back major features just for major releases, for example we […]
Category: PowerShell Studio
Why Breaking Changes?
In PowerShell Studio 5.3.130, we made some changes to projects that aren’t recognized by previous versions of PowerShell Studio. This blog post describes the changes, explains why we made them, and offers a workaround in case you really need it. Also, note that SAPIEN has properly incremented the Minor property in the PowerShell Studio version […]
PowerShell Studio 2016 – Service Release v5.3.130
Today we release a new build of PowerShell Studio 2016 and it includes some major changes and new features. Project Changes and Compatibility IMPORTANT: This build will convert your projects and create a backup of the original (*.psproj.bak). The new project version is not backwards compatible with older builds of PowerShell Studio. We made […]
New Keyboard Shortcuts in PowerShell Studio 2016
The newest version of PowerShell Studio, 5.2.128, includes some nice updates, additions, and fixes, but I wanted to call your attention to the change in our keyboard shortcuts. We’ve updated them to simplify the most frequently used shortcuts and to make our shortcuts consistent with other Windows tools. Special thanks to our Wish List contributors […]
How Do Multi-Form Projects Work?
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 open a child form from the main form and gets the text in the textbox […]
Write a Multi-Form PowerShell GUI App
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 you finish, you’ll know how to use the basic multi-form features of PowerShell Studio. For […]
PowerShell Studio 2016 – Service Release v5.2.125
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 or copied from a remote computer. PowerShell Studio disables execution of blocked files for […]
PowerShell Studio 2016 – Service Release & High DPI Support
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 monitor (Windows 10 in particular) probably noticed that the application appeared fuzzy. The fuzzy appearance […]
Add custom tools to the menu
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 easy enough to add, but they’re really personal to me. Fortunately, I can add them […]
Property Pane: Change property values of multiple objects
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 at time.” — me Um, no. The Properties pane in PowerShell Studio displays the properties […]