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
With the PowerShell ModuleManager 2022 release, we have added the ability to install a list of modules from a file. This feature is helpful if you need to install multiple modules at once or if you are moving from a particular…
Read More
PowerShell Modules are an important resource for scripting, and the ability to share PowerShell modules is easy with online repositories like the PowerShell Gallery. We added the ability to publish PowerShell modules to the latest service release of PowerShell ModuleManager (v1.1.1).…
Read More
We released a new service build of PowerShell ModuleManager 2019 (v1.1.0). This service build is included as part of the regular update cycle for our subscribers.
New Features
Remote Module Management
PowerShell ModuleManager now allows you to manage modules on…
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
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…
Read More