Takes the stdout of the object and pass it as stdin for the next object, similar to Bash
Get-Service MySQL | Stop-ServicePipes work on lists
$services | Stop-Service # stop all services listed in the arrayTakes the stdout of the object and pass it as stdin for the next object, similar to Bash
Get-Service MySQL | Stop-ServicePipes work on lists
$services | Stop-Service # stop all services listed in the array