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 […]
Tag: modules
Which Version Does Import-Module Import?
Applies to: Windows PowerShell 5.0.10586, 5.1.14385.0, PowerShellGet 1.0.0.1 The Import-Module cmdlet, the #Requires directive, and module auto-loading (PS 3.0+) all import modules into a PowerShell session. But, which modules do they import by default? It’s an important question when you are writing shared code that uses commands from other modules. And, the answer has become […]
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 […]
Update-Module 5.0 adds, not updates
Applies to: — Windows PowerShell 5.0.10586.63 — PowerShellGet 1.0.0.1 I’m a huge fan of sharing Windows PowerShell modules and making them easy to find (Find-Module), view (Save-Module), and install (Install-Module). So, I truly love the new PowerShellGet module. However, you really need to understand how it works before you use it. Otherwise, you might end up […]
Using Prefixes to Prevent Command Name Collision
In January, I had the honor of presenting to the Mississippi PowerShell User Group (MSPSUG). I’ve known the organizers, Mike Robbins and Rohn Edwards for years, and truly respect them. The PSUG is online-only, which makes it a challenge for presenters, but they attract a very sophisticated audience, so my talks there are really conversations. […]
Debugging Modules in PowerShell Studio 2012
PowerShell Studio now makes it easier to debug and run your module projects. You now have the ability to execute and debug a module project directly from the IDE (Supported in PowerShell Studio 2012 v3.1.9 and up). Debugging a module project: When debugging (F4) or running (Ctrl + F4) a module project for the first […]
LOST! The forgotten features
A week ago I was hanging out with PowerShell trainer extraordinaire Jason Helmick and while we where geeking out over PowerShell tricks and software features (yes, I know, bad, isn’t it?) I asked him how he would improve file groups. (…) (crickets) (…) File groups? So I demonstrated. I learned some time ago that most […]
PowerShell modules and PrimalScript’s Object Browser
The next service build of PrimalScript 2009 (5.0.622) will show registered modules in the object browser under the PowerShell node. Modules have not to be loaded by default to show in the browser, just like snapins they load on demand when you expand a node. This allows you to browse the registered modules on your […]