Simplify Most Where-Object Filters
The Where-Object cmdlet is incredibly powerful, in that it allows you to filter your output based on arbitrary criteria. For extremely simple filters read more
Filter Items in a List or Command Output
Recipe 2.1. Filter Items in a List or Command Output
1. Problem
You want to filter the items in a list or command output.

