Jul 4, 2008
0
0
Show-SnapinCmdlet
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...