SAPIEN’s PowerShell Studio and PrimalScript products both include integrated Pester testing. In this article, we will cover some changes in the Pester 4 to Pester 5 upgrade.
The most significant change in the release of Pester 5 is that it…
Read More
We often receive questions in our support forum about how to use the DataGridView Control in PowerShell Studio forms. Many of the inquiries are about editing, highlighting, working with control events, and the dataset (DataTable Class) properties. This article will answer…
Read More
Do you want to start your journey with PowerShell scripting? Or perhaps you want to refresh your PowerShell skills or find a specific topic?
The videos available on our SAPIEN Technologies YouTube channel include a Windows PowerShell training series produced…
Read More
Once again, SAPIEN Technologies is a proud sponsor of the South Florida Software Developers Conference 2020. Previously known as the South Florida Code Camp, the conference is in its 16th year.
This event provides a free one-day geek fest with…
Read More
This blog post will get you started working with Git repositories in either of our SAPIEN editors—PowerShell Studio or PrimalScript.
In the following scenario, I will use an existing Git repository stored in Azure DevOps to demonstrate the process of…
Read More
In a previous blog post we covered some of the SAPIEN Packager script engines to create an executable. Next step is to create the application installer so we can deploy the packaged solution.
We are going to take this further.…
Read More
This article presents the instructional video for our recent post: Four ways to package a non-GUI PowerShell script as an executable file.
The video briefly covers the four script engine options:
SAPIEN PowerShell Vx Host (Command Line)SAPIEN PowerShell Vx Host…
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
I would like to extend a big Thank You to James Petty and the PowerShell Chattanooga User Group for having me speak online about “PowerShell – Fundamental on how to Persist Data in a SQL Server Container” on June 11.…
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