February 2017
Beginner
737 pages
15h 22m
English
The object-oriented pipeline is one of the distinctive features of the PowerShell environment. The ability to refer to properties of arbitrary objects without parsing increases the expressiveness of the language and allows you to work with all kinds of objects with ease.
In this chapter, we will cover the following topics:
Sort-ObjectWhere-ObjectSelect-ObjectGroup-ObjectThe pipeline in PowerShell is a mechanism to get data from one command to another. Simply put, the data that is output from the first command is treated as input to the next command in the pipeline. The pipeline isn't limited ...
Read now
Unlock full access