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

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

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

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

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