Chapter 4. Advanced Pipelining

This chapter includes advanced Windows PowerShell (WPS) pipelining features such as filtering, sorting, grouping, comparing, and calculating. The chapter introduces a few commandlets that are commonly used (for example, Where-Object, Sort-Object, Group-Object, and Get-Member).

Analyzing Pipeline Content

One of the greatest challenges in working with WPS is to answer the following two questions:

1.

Which type do the objects, which are placed in the pipeline by a commandlet, have?

2.

Which properties and methods do these ...

Get Essential PowerShell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.