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

    Where-Object returns all objects for which the scriptblock 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 [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.

  4. PowerShell Where-Object: Complete Filtering Guide [2024]

    May 21, 2024 · Master PowerShell Where-Object filtering with 25+ examples. Learn syntax, comparison operators, multiple conditions, regex matching, and performance optimization.

  5. Where-Object Cheat Sheet - Command in Line

    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 used, and how you …

  6. Mastering PowerShell Where-Object: A Quick Guide

    Every time you work with PowerShell commands, you're often dealing with collections of objects—files, processes, services, and more. The `Where-Object` cmdlet helps you to sift through these …

  7. Filter Data in PowerShell: Where-Object Patterns - DEV Community

    21 hours ago · Filter Data in PowerShell: Where-Object Patterns Large result sets are overwhelming. Learn... Tagged with powershell, windows, scripting, beginners.

  8. 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 or …

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

    Jan 21, 2026 · PowerShells Where-Object cmdlet command output so you only see the results you need. Instead of wading through thousands of objects, you can narrow results by name, size, date, …

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

    Feb 18, 2026 · 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 code.