About 299,000 results
Open links in new tab
  1. Where-Object (Microsoft.PowerShell.Core) - PowerShell

    Where-Object returns all objects for which the script block statement is true. For example, the following command gets processes where the value of the PriorityClass property equals Normal.

  2. How to use PowerShell Where Object — LazyAdmin

    Aug 22, 2023 · We have taken a look at the basics of how to use the Where-Object cmdlet in PowerShell. I can explain each operator in detail, but it is easier to understand with the help of …

  3. PowerShell Where-Object Contains Examples

    Feb 14, 2024 · In this PowerShell tutorial, we will focus on the Contains operator within the Where-Object cmdlet and how you can use it. I will also show you PowerShell Where-Object …

  4. Filtering with PowerShell Where-Object Examples

    Oct 10, 2022 · In this article, I’ll explain how to use the PowerShell Where-Object cmdlet to filter objects and data. I’ll provide a series of easy examples showing you how to filter files by name …

  5. PowerShell Where-Object [With Examples] - SPGuides

    Jan 18, 2025 · Learn how to use PowerShell Where-Object cmdlet to filter and extract data efficiently. Learn the syntax, examples, and best practices for using Where-Object.

  6. How to Filter Data Using Where-Object | PowerShell | NinjaOne

    Nov 13, 2025 · This guide explains how to use Where-Object to filter objects and data in PowerShell, and includes practical examples that you can copy and paste for use in your own …

  7. How to Use the PowerShell Where-Object cmdlet to Filter?

    Sep 17, 2025 · Using the -is and -isnot operators to check the type of an object. The Where-Object cmdlet is a powerful filtering mechanism in PowerShell. It allows you to select objects …

  8. Where-Object - PowerShell - SS64.com

    Where-object determines which objects to pass along the pipeline by evaluating a script block that may include a reference to an object being filtered. If the result of the evaluation is True, the …

  9. Where-Object Cheat Sheet - Where-Object Command Line Guide

    Mar 1, 2025 · PowerShell’s Where-Object cmdlet is an indispensable tool for filtering objects in a pipeline. In this comprehensive guide, we will explore what Where-Object is, why and how it is …

  10. How to use PowerShell Where-Object to filter data - PDQ

    Sep 2, 2025 · PowerShell’s Where-Object cmdlet filters data so you see only the results you need. Instead of wading through thousands of objects, you can narrow results by name, size, date, …