This is the first post in a blog series about working with remote systems using PowerShell Studio.
The following topics are covered:
Part 1 – Caching Remote Systems PowerShell Modules
Part 2 – PowerShell remoting
In this first installment I…
Read More
On Tuesday evening, August 21, I had the opportunity to speak at Dave Noderer’s FlaDotNet User Group at Cendyn SPACES in Boca Raton, Florida.
I presented “PowerShell Core – JumpStart to Building Cloud VM in Azure” where I showcased some…
Read More
As PowerShell Core continues to evolve, SAPIEN Technologies continues to hone our two main editors—PrimalScript and PowerShell Studio—enhancing them to accommodate PowerShell Core.
PrimalScript Version 7.4.115
PrimalScript—our industry-leading Universal Script Environment (USE)—can handle multi-language coding, including Windows PowerShell. We have…
Read More
We released a new service build of PowerShell Studio 2018 (v5.5.154). This service build is included as part of the regular update cycle for our subscribers.
New Features
This service release adds PowerShell Core (V6) support and introduces several…
Read More
The first PowerShell Saturday in Chattanooga, Tennessee was a success! The event had a good turnout with 65 attendees—14 traveling from other states—and 10 speakers covering a broad range of PowerShell topics.
The event spanned two days of activities: a…
Read More
We recently added Git support to PrimalScript and, subsequently, to PowerShell Studio. You can read about it here.
As promised in the previous post, I will tell you a little bit more about how this works, how you can customize…
Read More
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…
Read More
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…
Read More
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…
Read More
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…
Read More