Summary: Learn how to find Windows PowerShell Help about pipelines.
How can I find information so that I can read about Windows PowerShell pipelines?
Use the Get-Help cmdlet, specify the category of HelpFile, then type the word pipeline, for example:
Get-Help -Category HelpFile pipeline
0 comments