Pipeline

Interactive Pipelines

Overview The PowerShell pipeline is awesome. It makes it a breeze to chain together various commands that you want to perform on an object. Sometimes when you create a quick chain of commands on the PowerShell terminal, you want to have some better visibility on what is actually happening behind the scenes: How many iterations have already happened? How long until the command is all done? How does an object gets transformed between cmdlets?