Exploring Cmdlets Added by Snap-ins

by Oct 12, 2009

You will find cmdlets available in PowerShell can come from two sources: PowerShell-SnapIns and (new in v.2) modules. Try this to see which cmdlets are available and where they come from:

Get-Command -commandType Cmdlet |
Sort-Object PSSnapin, Module |
Format-Table Name, PSSnapin, Module

Twitter This Tip! ReTweet this Tip!