Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 8583

PowerShell Basics - Extending the Shell with Modules and Snapins

$
0
0

In PowerShell there are 2 main ways to extend the shell this are:

  • Modules - A package that contains Windows PowerShell commands int he form of functions, cmdlets and worksflows, in addition it may contain variables, aliases and providers. Modules can be written in PowerShell and/or compiled as DLLs.

  • Snap-Ins - Are compiled cmdlets in to a DLL written in a .Net language are being deprecated and no longer recommended as the way to create and package new cmdlets. 

    Read More

 


Viewing all articles
Browse latest Browse all 8583

Latest Images

Trending Articles



Latest Images