PowerShellGet-GUI Part 1
Back in mid-September, I presented a talk on “Building PowerShell GUI Tool Solutions” at the PowerShell Conference Asia in Singapore. The talk centered around GUI application design and development...
View ArticlePowerShellGet-GUI Part 2
Continuing on from where we left off in our last blog post entitled “PowerShellGet-GUI part 1″, let us examine some of the other features of the PowerShell Get GUI application. With our list...
View ArticleEngine Type Prerequisites
When building executables in PrimalScript or PowerShell Studio there are various engine types to choose from, each of them with a prerequisite that must be installed on the machine that will be running...
View ArticleRewind: A Built-In Safety Net in PowerShell Studio
We just released the second video in our “Check out this feature” series, a series of short videos that focus on features you might have missed. Our first video, Function Builder in SAPIEN PowerShell...
View ArticleCreate a PowerShell GUI App with a Fixed-Size UI
The newest video in our “Check out this feature” series is actually an answer to a great question that was posed to me on Reddit. A PowerShell GUI with a Fixed-Size UI shows you how to use the features...
View ArticleNew! “Check out this feature” Videos
How many times have you found about a feature of a SAPIEN product, like PowerShell Studio, and realized that 1) you never knew it existed and 2) it would have saved you gobs of time had you only known...
View ArticleParsing Parameters for a Script in an Executable File
This is the second blog in a multi-part series about designing a Windows PowerShell script that will be packaged in an executable file. Passing Parameters to a Script in an Executable File explains how...
View ArticleDisplaying Help for a Script in an Executable File
This is the third blog in a multi-part series about designing a Windows PowerShell scripts that will be packaged in an executable file. Passing Parameters to a Script in an Executable File explains how...
View ArticleEnable WMI Explorer Windows 8 Remote Connection Permissions
Earlier in October, I posted a blog about remote connection failures that occur when using WMI Explorer on a remote computer running Windows 8. This solution doesn’t apply to computers running other...
View ArticleSpotlight on the Label Control
The Spotlight on Controls series describes the controls, that is, the objects in the System.Windows.Forms namespace, so you can use them effectively when building GUI apps in PowerShell Studio and...
View ArticleOutput from a Script in an Executable File
This is the fourth blog in a multi-part series about designing a Windows PowerShell script that will be packaged in an executable file. Passing Parameters to a Script in an Executable File explains how...
View ArticleWhere are v3 and v4? PowerShell Versions in PowerShell Studio
In this post, we explain why PowerShell Studio can run your scripts only the versions of Windows PowerShell that are installed on local and remote computers. If you’ve recently upgraded to Windows 10...
View ArticleHow I learned to love DialogResult
This post discusses the DialogResult property of buttons, which often confuses beginning PowerShell GUI app designers. When I first started learning how to write PowerShell GUI applications, I thought...
View ArticlePowerShell GUI Apps: Why think in events?
Always committed to starting the New Year right, I’m heading to Scottsdale, Arizona on Tuesday, January 5 at 5:30 PM to meet with the newly revived Arizona PowerShell User Group. We’ll meet at the...
View ArticleiPowerShell Pro adds support for iOS 9 Features
SAPIEN has just released another update to iPowerShell Pro, its iOS-based PowerShell editor and remote connectivity tool. With this update, we focussed primarily on iOS 9 compatibility. iPad...
View ArticleRunning PowerShell Scripts: Survey Results
We’re always evaluating the best, easiest, and most efficient ways to write, run, and publish Windows Powershell scripts and modules. But, our starting point is always how people work now. We were...
View ArticleUsing Group-Object to Detect Command Name Conflicts
The Group-Object cmdlet, one of the original provider cmdlets, is as old as Windows PowerShell. It was introduced in version 1.0 and hasn’t changed at all since then. But, it is one of my favorites....
View ArticleUsing Prefixes to Prevent Command Name Collision
In January, I had the honor of presenting to the Mississippi PowerShell User Group (MSPSUG). I’ve known the organizers, Mike Robbins and Rohn Edwards for years, and truly respect them. The PSUG is...
View ArticleUpdate-Module 5.0 adds, not updates
Applies to: — Windows PowerShell 5.0.10586.63 — PowerShellGet 1.0.0.1 I’m a huge fan of sharing Windows PowerShell modules and making them easy to find (Find-Module), view (Save-Module), and install...
View ArticleAutomation — in Science
I recently had the great honor of attending my eldest son’s Ph.D. thesis defense. It was one of those mommy moments — you know, “my son the doctor.” Jackson Cahn, Ph.D. with his parents, June Blender...
View Article