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. Find yourself in module version hell? PowerShell ModuleManager prevents version confusion by removing outdated module […]
Tag: PowerShell modules
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 […]
Introducing Module Manager – Available for Community Preview
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 version to gather community feedback. Try it out and let us know what you think! Module […]
PowerShell Studio Feature Nugget – Refreshing Local Cache PowerShell Cmdlets and Modules
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 local machine. The *cached cmdlets and modules are used to provide PrimalSense, syntax coloring for your […]
Exporting from Modules: A Reminder
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 blog post that demonstrates that information about variables in a TechNet topic about module manifests […]