In a previous post, I showed you how you can debug Windows PowerShell cmdlets and providers in Visual Studio and load them up without using installutil.exe. This very briefly touched on using the command Add-Module, in this case, to load up an assembly containing cmdlets.
This post explains how to use modules, a new feature in Windows PowerShell CTP2. You must be using at least Windows PowerShell CTP2 or later to use this technology.
|