Write PowerShell Functions That Accept Pipelined Input
Summary: Learn how to write Windows PowerShell functions that accept pipelined input. Hey, Scripting Guy! I really like the way that some Windows PowerShell cmdlets enable me to pipeline things to it. I do not understand why some Windows PowerShell cmdlets do not allow me to pipeline stuff to it, or perhaps I am doing it wrong. Anyway, my ...