PowerShell Studio 2014: What New in the Editor?
Let’s look at some of the new features you will find in PowerShell Studio 2014’s editor. Improved Syntax Coloring One of the first editing features you might have noticed in PowerShell Studio 2014 is...
View ArticleFrom script to server – Deploying solutions with PrimalScript 2014 (Part 3)
The last time we looked at the new installer option in PrimalScript 2014. You can find the article here:...
View ArticlePowerShell Studio 2014: Comment Based Help
Previously, when creating comment based help in PowerShell Studio 2012, you either had to manually add the help comment or use the built-in comment based help snippet. The snippets worked well but you...
View ArticleWMI Explorer 2014 released!
The latest version of the WMI Explorer is available now on our website. Here are just a few highlights from the features in this release: Superior performance using cached data and multi-threaded code...
View ArticlePowerShell Studio 2014: Function Builder
PowerShell Studio 2014 introduces a quick and easy way to create complex functions using the new Function Builder: Let’s cover each field of the Function Builder and how to create a function. Cmdlet...
View ArticleDon’t always start from scratch
We use scripting to automate tasks that would otherwise be very repetitive. However, when it comes to creating a script most users start with a blank slate, an empty file. Then they hunt for copy and...
View ArticlePowerShell Studio 2014: Rename Refactoring
Another new feature of PowerShell Studio 2014 is rename refactoring. Rename refactoring allows you to intelligently rename variables, controls, parameters, functions and more. You start by...
View ArticleSAPIEN at Tech-Ed 2014, Houston, TX
Its that time of year again… Tech-Ed Time! Of course, SAPIEN will be in attendance, will you? If you are attending Tech-Ed 2014, drop by our booth (#434) and say hello to Alex (our CTO), David (lead...
View ArticleSAPIEN Interviewed on the PowerScripting Podcast
Ferdinand Rios (CEO) and David Corrales were recently interviewed on the PowerScripting Podcast with host Jonathan Walz and guest host Jason Helmick. Listen to the interview where they discussed the...
View ArticleBack From TechEd: Fixing Name Resolution Issue with PowerShell
I really enjoy going to TechEd every year where I get to meet old friends and make new friends. It is also a great opportunity to speak with our users face to face. The one thing I do not enjoy about...
View ArticlePowerShell Studio 2014: Code Formatting
One of the new features we added to PowerShell Studio 2014 is code formatting. PowerShell Studio 2014 will now beautify your script while you type or when you paste content. Often times when you paste...
View ArticlePowerShell 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...
View ArticleUsing 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...
View ArticlePowerShell 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...
View ArticlePowerShell 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....
View ArticlePrimalScript 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...
View ArticlePowerShell 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,...
View ArticlePrimalPad 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...
View ArticleSAPIEN 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...
View ArticlePowerRegEx 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...
View Article