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
I was sitting in on our recent PowerShell training class, and I observed our amazing trainer, Jason Yoder, field a question from a new PowerShell user asking why she couldn’t edit her script in PowerShell Studio. It turns out that…
Read More
The villainous Mr. Freeze strikes again! You innocently load some modules before displaying your GUI and Mr. Freeze puts the freeze on it!
What will the poor citizens of Gotham do? Will they double-click on the executable again?! No wait!…
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
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
In Part 4 of the Progress Bar series, we integrate a progress bar control in a GUI application that submits a job for background processing. We also demonstrate how to interrupt the running job.
GUI Application for Listing PDF Documents…
Read More
Every year Microsoft organizes the MVP Summit event in Redmond, WA. MVPs from around the world are invited to interact with Microsoft product teams during a full week of technical sessions.
This annual event provides the opportunity to collaborate with…
Read More
In Part 3 of the Progress Bar series, we are going to take a more in-depth look at the “Progress Bar Overlay” control. This control allows us to display text in the progress bar while processing the script in the…
Read More