SAPIEN Technologies is proud to sponsor the upcoming Chattanooga PowerShell Saturday on August 10 and 11 in Chattanooga, Tennessee. You can register for this event here: Chattanooga PowerShell Saturday. Come and learn more about Windows PowerShell, PowerShell Core, and Azure Resource Management cross-platform. Check out our session “Intro PowerShell Building Cloud VM with Azure Resource Manager” on […]
PowerShell Studio: Azure Background Jobs in GUI application with Helper Functions
PowerShell Studio provides application templates and helper functions to help you speed up your development process. The recent blog post series on creating an Azure application shows the evolution of an Azure solution from a console script to a Windows application. In the previous post I used an empty form with two controls (Button & RichTextBox), […]
New Video – PowerShell Studio: Working with Azure cmdlets in Background Jobs in a GUI app
This is the latest installment in our video series on working with Azure cmdlets in background jobs. In this example we are executing the PowerShell script in a Windows GUI Application. View the video here: SAPIEN PowerShell Studio: GUI Working with Azure Cmdlets In Background Jobs Minor Sample Script Changes As the sample script evolves to […]
New Video – PowerShell Studio: Working with Azure cmdlets in Background Jobs
Our latest video shows two different ways to execute a console AzureRM script as a job using PowerShell Studio 2018. In this short video we demonstrate how to use the Azure cmdlet Stop-AzureRmVM to stop an Azure VM by submitting the script code as a background job in two different ways: 1. Create the scriptblock containing […]
SAPIEN Technologies on Windows PowerShell and PowerShell Core
SAPIEN Technologie’s PrimalScript™ and PowerShell Studio™ products have always supported Windows PowerShell. With the Generally Available (GA) release of the open source PowerShell Core, we began the integration and support of this new technology into our products. The chart below shows the differences between the Windows PowerShell and PowerShell Core products: We use this as […]
PowerShell Studio: How to prevent Powershell cmdlets from hanging in GUI apps
We have seen issues reported in our support forum where Azure commands are not terminating, or more likely their cmdlets are not returning in a GUI environment. This is due to the Powershell pipeline being held up by the GUI, which could prevent Powershell from processing internal messages and events thus causing a hang when a […]
PAUSE and CONTINUE added to PowerShell Service Packager Engine
We recently added support for a more refined handling of events in PowerShell based Windows services—allowing for the handling of Start, Stop, and Run events separately. Please see this article for details. https://www.sapien.com/blog/2018/02/27/new-powershell-service-template-for-primalscript-2018/ The latest service builds of PrimalScript 2018 and PowerShell Studio 2018 include the ability to handle Pause and Continue events. The PowerShell Service […]
Happy Independence Day!
This sale is no longer active.
PowerShell Studio 2018: Service Release v5.5.153 and Git Support
We released a new service build of PowerShell Studio 2018 (v5.5.153) This service build is included as part of the regular update cycle for our subscribers. New Features This service release adds Git support and includes a file recovery feature in addition to several other new features and improvements. Universal Version Control and […]
PrimalScript 2018 adds Git Version Control Support
SAPIEN Technologies is pleased to announce that PrimalScript 2018 will support Git as a version control system starting with version 7.4.114. Support for VersionRecall will remain as well as support for MS SCCS API (Microsoft Source Code Control System API) based systems, for example Team Foundation Server. It is important to note that MS SCCS […]