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 will show you how to use SAPIEN Technologies’ Cache Export tool to collect module information […]
Category: Software News
SAPIEN Technologies at the FlaDotNet User Group in Boca Raton
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 features of PowerShell Studio. I also covered some cross-platform environments such as: Windows 10 […]
SAPIEN Tools – Working with PowerShell Core
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 integrated PowerShell Core support in PrimalScript, allowing you to start scripting and testing the latest […]
Introducing Module Manager – Available for Community Preview
Whether you are a PowerShell beginner or expert, PowerShell modules are an important resource for your script development. That’s why we developed Module Manager—the essential tool for centrally managing all PowerShell modules installed on your machine. We have released a preview version to gather community feedback. Try it out and let us know what you think! Module […]
PowerShell Studio 2018: Service Release v5.5.154 and PSCore Support
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 new project features. PowerShell Core (V6) Support We are happy to announce added support […]
SAPIEN Technologies at PowerShell Saturday in Chattanooga
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 pre-conference session, and the speaker sessions. It was great to see attendees participating both […]
Customizing Git Commands
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 it, and what we have planned for it in the future. The MS SCC API […]
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 […]