Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Get-Command   (RSS)

WPF & PowerShell -- Part 3 (Handling Events)

So far, most of the wpf and powershell scripts you have seen have seen just show you something, but don’t do anything that interactive. However, In order to make real applications you need to be able to handle events. Luckily, PowerShell can make
Posted by PowerShellTeam | 2 Comments
Filed under: , ,

Fun with Script Cmdlets

Script Cmdlets are one of the coolest things about the newer version of PowerShell. A Script cmdlet allows you to use all of the variety of cmdlet parameter sets inside of PowerShell functions. Since Script Cmdlets are PowerShell functions, and the PowerShell

Get-Help Can't Find My Help File!

(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.
 
Page view tracker