About 20,300,000 results
Open links in new tab
  1. powershell - Select-Object on nested collections - Stack Overflow

    Apr 4, 2013 · Is there a way to handle nested collections with Select-Object? Your can use -ExpandProperty parameter of Select-Object cmdlet. It will expand collection and add selected …

  2. Select-Object (Microsoft.PowerShell.Utility) - PowerShell

    The Select-Object cmdlet selects specified properties of an object or set of objects. It can also select unique objects, a specified number of objects, or objects in a specified position in an …

  3. How to use PowerShell Select-Object - LazyAdmin

    Aug 29, 2023 · The Select-Object cmdlet is always piped behind another cmdlet in PowerShell. It allows you to select or modify properties from objects that come down the pipeline. The …

  4. PowerShell Select-Object Made Simple: A Beginner’s Guide - ATA …

    Mar 20, 2023 · The Select-Object cmdlet simplifies data management by allowing you to select specific properties from an object or dataset. At the same time, you can rename properties or …

  5. Querying in PowerShell - Brice’s Blog

    Aug 14, 2014 · To project only certain properties of objects, use the select command. Here is an example of selecting just the Artist properties. You can select only distinct results using the …

  6. Use a subquery as a Select field in PS/Query - Business

    May 13, 2011 · how to make subquery a select field in PS/Query. My answer: Create a subquery expression then. a) Replace all SELECT in expression text with SE%TABLE()LECT b) …

  7. Using Subcommands in PowerShell for Simple Inline Queries

    Jun 20, 2023 · Subcommands in PowerShell are essentially an expression or query used in line to avoid having to define a new variable or break up a string. For instance, instead of: …

  8. object - Selecting a sub-property in PowerShell - Stack Overflow

    Jun 17, 2018 · Using Select-Object in Powershell, how can I select only the part of a string I want on a per line basis?

  9. Selecting parts of objects - PowerShell | Microsoft Learn

    Dec 9, 2022 · You can use the `Select-Object` cmdlet to create new, custom PowerShell objects that contain properties selected from the objects on the pipeline.

  10. Is the following possible in PowerShell: "Select-Object <Property ...

    Apr 13, 2015 · The scenario: I'm using Select-Object to access properties of a piped object, and one of those properties is itself an object. Let's call it PropertyObject. I want to access a …

  11. Some results have been removed
Refresh