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 and Andy Cahn
Photo…
Read More
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 (Install-Module). So, I truly love the new PowerShellGet module.
However, you…
Read More
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. (You can tell when I…
Read More
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 curious about how PowerShell scripters, including managers, ran…
Read More
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 Microsoft Store in Scottsdale Fashion Square.…
Read More
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 of the DialogResult property of buttons as the “evil property.”
What…
Read More
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 to use the special parsing features…
Read More
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 to use the special parsing features…
Read More
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 to use the special parsing features…
Read More
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 Studio, demonstrated our awesome automation for…
Read More