Introduction
Use Where-Object to pick only the items you want from a list or collection. It helps you filter data easily.
You have a list of files and want only those bigger than 1MB.
You want to find processes using more than 50% CPU.
You need to select users from a list who are active.
You want to filter events from a log by date.
You want to get services that are currently running.