Pee-Object
When you don't want to cut off your PowerShell pipeline midstream just to print to console
Recently, while performing several different tasks using PowerShell, I found I had the desire to print intermediate results to the console.
This is, of course, easy to do.
My problem was that there isn’t an immediately obvious built-in way to do it that fits my style.
Read More