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, 10 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, 3 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. 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 …

  6. Powershell with "array dimensions exceeded supported range" error …

    Feb 23, 2023 · This works for anything slightly under 1GB, but 1GB throws an error: "array dimensions exceeded supported range". It can get up to 1073741784 bytes without issue, but it can't get to the …

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

  8. How to select a specific string part from a list - Super User

    Sep 4, 2022 · Supporting Resources Split () Key strSeparator The character used to split up each string, by default whitespace (space/newline/tab) Create and use PowerShell Arrays To retrieve an …

  9. 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, 10 months ago Modified 2 years, 10 months ago

  10. 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 …