The latest video in our recent blog post series demonstrates how to work with remote systems using PowerShell Studio. In this video we show you Part 2 in our working with remote systems series – PowerShell remoting: Adding Functionality using PowerShell Profile Working with the PSSession Configuration Using PowerShell Studio “Remote Console” Option Add a […]
Tag: Windows PowerShell
New Video – PowerShell Studio: Working with Remote Systems (Part 1)
The latest video in our recent blog post series demonstrates how to work with remote systems using PowerShell Studio. In this video we show you Part 1 in our working with remote systems series – Caching Remote Systems PowerShell Modules: Confirm that PowerShell Remote is enabled Locate the cached export program Build the cached export […]
PowerShell Studio: Working with Remote Systems (Part 2)
This is the second 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 the previous blog post I covered how to use the Cache Export tool to cache module information from a remote system using […]
PowerShell Studio: Working with Remote Systems (Part 1)
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 […]
Module Manager: The indispensable new tool for managing PowerShell modules
SAPIEN Technologies recently released a free Preview version of the new Module Manager tool. This tool will make your module management free of headaches! How many times have you discovered that you are working with an outdated module? Or perhaps you already have a routine of doing a manual, tedious search for the latest releases […]
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 […]
New Video – Creating PowerShell Windows Service with PrimalScript
The latest in our video series demonstrates how to to create a Windows Service to kill a Solitaire process using SAPIEN’s PrimalScript 2018. In this short video we show you how to build and install a PowerShell Windows Service, including: Create a Windows Service from a PowerShell Service Template Add the code from a custom […]