We’ve written a series of blog posts to introduce you to the newest features of the product and in this release, we made major changes to PowerShell HelpWriter. In Part 1, we looked at the new UI changes to the designer and the editor. In Part 2, we are looking at the new project feature […]
Category: Software News
PowerShell Studio 2017: What’s New?
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 […]
PowerShell HelpWriter 2017: What’s New? (Part 1)
PowerShell HelpWriter 2017 is released! PowerShell HelpWriter 2017 is included as part of the regular update cycle for our subscribers. We’ve written a series of blog posts to introduce you to the newest features of the product and in this release, we made major changes to PowerShell HelpWriter. What do we mean by major changes? […]
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 […]
SAPIEN Script Packager updates and new features.
The Script Packager in PrimalScript 2016 gets an update with the next service build (7.2.95). Since this service build changes the locations where your executable files are generated and some new options are available, we thought we’d let you know about these changes before they are actually released. Based on your feedback, the script engine […]
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 […]
iPowerShell Changes: New platforms! Now FREE!
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 Web Access, remote connectivity with PSWA and SSH, and a color coded editor. Today we […]
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 […]