July 2013
Beginner
280 pages
7h 7m
English
One of the tasks that Windows PowerShell excels at is providing insight into data. This usually involves sending data through the pipeline. In fact, the Windows PowerShell pipeline is a fundamental concept, and it is integral to sorting data, grouping data, and filtering out specific information from collections of other information. Using the Windows PowerShell pipeline is a skill you will use on a routine basis when working with Windows PowerShell.
The Windows PowerShell pipeline takes the output from one command ...