January 13th, 2016

PowerTip: Find Help about PowerShell Pipelines

Summary: Learn how to find Windows PowerShell Help about pipelines.

Hey, Scripting Guy! Question How can I find information so that I can read about Windows PowerShell pipelines?

Hey, Scripting Guy! Answer Use the Get-Help cmdlet, specify the category of HelpFile, then type the word pipeline, for example:

Get-Help -Category HelpFile pipeline

Author

Ed Wilson is the former Microsoft Scripting Guy.

0 comments

Discussion are closed.