On the evening of Thursday, April 26th, I had the pleasure of speaking to the Microsoft Business Intelligence User Group of South Florida (MSBISF) at Nova Southeastern University in Davie, Florida. I greatly appreciate the enthusiasm of the attendees and their ongoing support for this user group. In the SQL Server on Azure presentation, I […]
Category: PSCore6
PowerShell Studio: Working with Azure Cloud Shell
I have been playing around with my Linux environment and AzureRM.Netcore cmdlets for some time now. I have also been using my Windows 10 WSL (Windows Subsystem for Linux) for working cross-platform with Microsoft Azure Cloud Shell. Azure Cloud Shell has been around for some time and has undergone some significant improvements—notably the ability to […]
PowerShell Studio: Working with Windows Form Control Event Handlers
PowerShell Studio has a selection of Windows Form templates that you can use to speed up your development. You will most likely be using your own code snippets to add behind the form controls, as well as the snippets available in PowerShell Studio, and perhaps snippets from someone else. This is fine until you start […]
SAPIEN Technologies Online at Chattanooga PowerShell User Group
I would like to extend a big “Thank You” to James Petty for the invitation to present online at the @ChattPSUG Tennessee MeetUp group on April 5th, where I had the pleasure to talk about What’s Cooking with PowerShell Core. This was a fresh new session just out of the oven showcasing different flavors of […]
New Video – PrimalScript Command Window Option
The latest in our short video series demonstrates how to add command shell executables to PrimalScript using the Command Window option. In three minutes we show you how to: Setup PowerShell Core in PrimalScript Make PowerShell Core the active console window Test your PowerShell Core script You can follow the same steps to setup other […]
SAPIEN Tools – Setup WSL Bash with PowerShell Core in PrimalScript
In this blog post, we examine setting up WSL (Windows Subsystem for Linux) “Bash with PowerShell Core” in PrimalScript’s “Console Window” list. Prepare Bash File In order to open PowerShell Core in Linux, the bash shell needs to be open and pwsh should be run from the console. So, a bash file needs to be […]