The PowerShell pipeline can pass objects from one command to another, enabling output from a function to stream – or ‘pipe’ – as input into another command. In this article we will demonstrate how to leverage this functionality to seamlessly…
Read More
Need help with one of our products or with PowerShell scripting in general? There is a support group for that on our forums!
How to get help and quick!
The easiest way to get to customer support is by using…
Read More
This article presents the instructional video for creating a similar GUI application that was covered in our recent post: Handling Steps Progress with a Background Job in a GUI Application.
This GUI application displays the list of all PDF documents…
Read More
We interrupt our normally scheduled blog for this Public Service Announcement:
Do you use HashTable in your scripts? Have you ever enumerated through the HashTables Keys or checked the HashTable’s Count property? If you have, then you may be the…
Read More
In Part 5 of the Progress Bar series we take a look at the Write-Progress cmdlet, which can be used to display task progress in a non-GUI script. This cmdlet is available in Windows PowerShell and PowerShell Core (cross-platform).
There…
Read More
Here at SAPIEN, whenever we need that extra push, we turn it up to eleven! With the PowerShell Studio v5.6.160 service release, we introduced the new Profile Manager. And now with v5.6.161, we decided to turn the Profile Manager up…
Read More
Warning: This article is heavily laced with pop culture references and general silliness.
The PowerShell Studio v5.6.161 service release allows you to modify variables in the Variables and Watch panels when you are at a breakpoint. Many of you…
Read More
SAPIEN Technologies is proud to be a repeat sponsor of the Orlando Code Camp event organized by ONETUG (Orlando .NET User Group).
The event had 621 registered attendees, with 90 speakers and 92 sessions.
The speaker dinner party the night…
Read More
For many years, SAPIEN has offered on-site PowerShell Training across the United States. We receive messages all the time that highlight major interest, but some without follow through. The question is, why? What was preventing these companies from booking the…
Read More
PowerShell Modules are an important resource for scripting, and the ability to share PowerShell modules is easy with online repositories like the PowerShell Gallery. We added the ability to publish PowerShell modules to the latest service release of PowerShell ModuleManager (v1.1.1).…
Read More