0
kicks
Making an executable take pipelined input in PowerShell
PowerShell's ability to pipeline input from one command-let to another is very useful. This blog post shows how to extend this ability to any executable by wrapping it in a simple PowerShell function.