PowerShell v2 was released in 2008 when Windows 7 was the OS to have. It has since been superseded by versions 3, 4, 5, and 5.1 as far as Windows PowerShell is concerned.
As everyone is now looking at PowerShell…
Read More
In a previous article we demonstrated a number of script packager solutions. In this post we show other ways to provide information to a script executable.
The sample script is used to map a network drive to an existing shared…
Read More
In this article I will show four Script Packager options available for converting a non-GUI PowerShell script to a packaged executable that can be run from a console shell.
The “Packager” option is available under the “Deploy” ribbon tab in…
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
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
This article is Part 2 in our Progress Bar series. In this article, we cover handling a script’s task progress with the notion of completion by using a “Progress Bar” control in a GUI application to provide a visual presentation…
Read More
This is the first in a series of articles covering the topic of Progress Bars.
Sometimes a script can take time to complete a task and we need a way to display this in our GUI application. We can add…
Read More
I enjoyed attending the South Florida SQL Server User Group meeting and showcasing SAPIEN Technologie’s PowerShell Studio 2019 IDE during my “PowerShell Core – Introduction to SQL Server Linux Containers” presentation.
A big “thank you” to the meeting attendees, and…
Read More
SAPIEN Technologies is a proud sponsor of the South Florida Code Camp 2019 event organized by the Florida .NET User Groups: Dave Noderer, Scott Katarincic, Rachel Terman, and many others.
On Friday, March 1, we sponsored the speaker party. It…
Read More
This video demonstrates how to work with the Tab Control GUI template using PowerShell Studio.
In this video you will learn how to:
Find the Tab Control template.
Add controls to the form.
Change control properties in the form.
Use…
Read More