PowerShell Day By Day: The Pipeline


In this article, I wanted to discuss the PowerShell (PoSh) pipeline, which was confusing to me at first and took some time to get used to working with. I had used one in Linux before, but the PoSh one is more powerful, but also slightly different. Hopefully I can demystify some of the concepts for you in this basic article.

A DOS Pipeline

Many of you might have opened a command prompt before and done something like this:

In this case, despite a false start, I am redirecting the output of the echo command into a file with the