Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Provider   (RSS)

Microcode: Debugging Cmdlets and Providers with Visual Studio and CTP2

In PowerShell CTP2, you have a nice cmdlet, Add-Module, that frees you from the constraints of having to declare a snapin.  By using Add-Module, you can take any old library of code and load it to find cmdlets or providers.  This means that
 
Page view tracker