This part of the MSI Builder Step-by-Step series is a re-post of a previous article on adding PowerShell modules to your Installer. As all the information is recent and there have been no changes, you can skip this post if…
Read More
We released a new service build of PowerShell ModuleManger 2023 (v2.0.19), which includes PowerShell 7 support. This service build is included as part of the regular update cycle for our subscribers.
PowerShell 7 Support
Updated Ribbon
Under the ribbon, you…
Read More
This article provides an overview of a new feature introduced in PrimalScript 8.1.179 and PowerShell Studio 5.8.220 that allows you to add modules to the MSI file that installs your PowerShell application.
Modules are a substantial part of the PowerShell…
Read More
We are pleased to announce the addition of PowerShell 7 support with the PowerShell HelpWriter 2023 release (3.0.56).
You can now select the PowerShell Version at the bottom of the Select Module dialog:
The modules listed are from the $PSModulePath…
Read More
PowerShell modules are an important part of PowerShell scripting as they provide a means to reuse and share code. The next part in our PowerShell Studio Project series is about the basics of working with module projects in PowerShell Studio.…
Read More
Using the project functionality in PowerShell Studio makes it easier to manage multi-file scripts, create multi-form GUIs, and create script modules.
To create a new project in PowerShell Studio, open the File menu, select the New tab, then select Project:…
Read More
In PowerShell you have two ways of including ‘other’ code in your script. Other code can be someone else’s code, your code from another project, or simply the way you organize your code into different files. Before we dive into…
Read More
Have you ever been frustrated with PowerShell for importing the wrong version of a module, but you don’t want to completely remove that version? In this article I will show you how the Disable module feature in PowerShell ModuleManager can…
Read More
SAPIEN Technologies, Inc is proud to announce the release of PowerShell ModuleManager 2019—the premier management tool for PowerShell modules. PowerShell ModuleManager makes it easy to search and manage modules installed on your machine, ensuring that your modules are always up-to-date.…
Read More
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