In the latest build of PowerShell Studio 2014 (v4.1.71) we made some UI changes to the Ribbon. Particularly the Home tab of the Ribbon: The most notable change is to the Run group. We changed the run and debug icons and rearranged the menu buttons: We separated out the remoting commands into their own menu: […]
Category: Windows PowerShell
PowerRegEx 2014
Those of you who previously tried the community preview of PowerRegEx 2014 will notice that we made some significant changes to the tool. Here are some of the new features of PowerRegEx 2014 Ribbon Interface The first major change is the new ribbon interface: The ribbon interface makes it easier to access the application functions […]
SAPIEN Northern European tour begins
For the next two weeks, Ferdinand Rios, CEO of SAPIEN Technologies, will be touring northern Europe and speaking about Building PowerShell GUI Tool Solutions at various PowerShell User Groups. He will also be in attendance at the PowerShell Summit. Below is a schedule of his appearances: 1) Oslo Monday, Sept. 22nd, 2014 6:00 pm University of […]
PrimalPad 2014: User tools are back
With the 2012 release of the ever popular PrimalPad, our portable PowerShell and VBScript editor, we switched to the now almost ubiquitous ribbon user interface. One thing that disappeared because of that was the custom user tools menu. Mostly because, well, there was no menu to edit anymore. The “User-defined Tools” ribbon group is pre-filled […]
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 […]
PrimalScript 2014 PowerShell Debugger enhancements
PrimalScript 2104’s PowerShell Debugger has received a minor update with build 7.0.44. The variables window now shows the actual .NET type of the underlying variable in a separate column. In addition to that you can also see array data. If you look closely at the screenshot above you see a “[… Click to see array […]
PowerShell Studio 2014: Verify Script
We offered a mechanism on how to import a remote machine’s Module profile as mentioned here and here. The import can be extremely useful when you need to work on a script that runs on a remote server. PowerShell Studio 2014 introduces a new feature that lets you verify that your script will run on […]
PowerShell Studio: Initializing my GUI controls
If you are working with a GUI script within PowerShell Studio and find that you need to edit the exported script to modify the control’s initialization, then you are doing something wrong. Don’t get me wrong, modifying and initialization of control properties is not the issue; in fact that it part of writing a GUI. […]
Using iPowerShell Pro’s PowerShell Web Access connection
In a previous blog I described how to connect to a PowerShell Web Access server with iPowerShell Pro. In this article, I will show you what you can do once connected. First, connect to your PSWA server as described in this previous blog post. Once you are connected, that is where the fun begins. Tap […]
PowerShell Studio 2014: Collection Project
In PowerShell Studio 2014, we introduced a new Collection Project. The Collection Project allows you to keep track of a group of files, which typically consists of (but not limited) to ps1 script files. For example, you may have various ps1 scripts that dot source each other. Now you can create a Collection Project and […]