Showing results for PsSnapin - PowerShell Team

Jul 4, 2008
0
0

Show-SnapinCmdlet

PowerShell Team PowerShell Team

Shay Levy has a review of the latest/greatest IIS PowerShell provider CTP2 HERE. In that review, he shows how you can use Get-Command to show all the cmdlets in a snapin.  That works great but produces a linear list of cmdlets.  I think the following produces a easier way to digest the information: function Show-SnapinCmdlet ($snapin...

PsSnapin
Jul 16, 2007
0
0

Get-Help Can't Find My Help File!

PowerShell Team PowerShell Team

(or How to Define the Help File Name in a Custom Windows PowerShell Snap-in)   We've discovered an error in our instructions for creating a custom Windows PowerShell snap-in. This error prevents Get-Help from finding the help files for cmdlets in the snap-in. We'd like to come clean about our mistake and to warn you about the effects of ...

Get-HelpHelp fileHelpFile

Feedback