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
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
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
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
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…
Read More
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…
Read More
One feature of PowerShell Studio that you want to pay attention to is the PowerShell Cache Editor. When PowerShell Studio is opened for the first time, it creates a cache of all available cmdlets and modules that are on your…
Read More
There are so many new things in Windows PowerShell that I often assume that I know the basics. But, while working on a project about modules, I ran into some new guidance from PowerShell developer Jason Shirk and a great…
Read More