About 50 results
Open links in new tab
  1. pipe - Why does Powershell silently convert a string array with one ...

    Why does Powershell silently convert a string array with one item to a string Ask Question Asked 13 years, 9 months ago Modified 4 years, 6 months ago

  2. Powershell - Arrays all on one line - Super User

    Nov 4, 2018 · Powershell - Arrays all on one line Ask Question Asked 7 years, 3 months ago Modified 5 years, 2 months ago

  3. How can I store one result from a Get-ChildItem as one array value?

    Nov 24, 2021 · How can I store one result from a Get-ChildItem as one array value? Ask Question Asked 4 years, 2 months ago Modified 4 years, 2 months ago

  4. Get a property value for every object in a list without using a foreach ...

    Mar 11, 2023 · You can also select the specific property value (s) from an array object defined with properties by using a calculated property with an defined expression for the the result you seek …

  5. how to access the parameters as array powershell - Super User

    Sep 7, 2022 · $args is an array of values for undeclared parameters that are passed to a function and you only passed declared parameters. I suggest you have a read of Get-Help about_functions and …

  6. windows - Powershell - Grabbing Folder Names and Saving to Array …

    Dec 28, 2019 · Powershell - Grabbing Folder Names and Saving to Array Will Sometimes Grab Each Letter as an Item Ask Question Asked 6 years, 1 month ago Modified 6 years, 1 month ago

  7. Run Invoke-Command on an array of computers in Powershell

    Apr 19, 2023 · Run Invoke-Command on an array of computers in Powershell Ask Question Asked 2 years, 9 months ago Modified 2 years, 9 months ago

  8. Populate a powershell array with values, one per line, without needing ...

    Jun 4, 2019 · Populate a powershell array with values, one per line, without needing quotes? Ask Question Asked 6 years, 8 months ago Modified 6 years, 8 months ago

  9. Splitting Multi-valued JSON elements into an Array with PowerShell

    Oct 27, 2021 · I'm working with some JSON data in PowerShell. Some elements are multi-valued, delimited with a semi-colon, but its not always the same elements that are multi-valued. I would like …

  10. powershell - Is it possible to select items from an array where a ...

    Oct 10, 2019 · For example, Get-ChildItem | Select-Object Name, Length returns the name with the length, but is it possible to select only items with a specific name (excluding the paramater of Get …