
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, 8 months ago Modified 4 years, 5 months ago
Powershell with "array dimensions exceeded supported range" …
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 …
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, 1 month ago Modified 4 years, 1 month ago
Powershell - Arrays all on one line - Super User
Nov 4, 2018 · Powershell - Arrays all on one line Ask Question Asked 7 years, 2 months ago Modified 5 years, 1 month ago
windows - How to fix truncated PowerShell output, even when I've ...
Mar 7, 2016 · I'm trying to get a list of all the directories and files on an external hard drive, with one fully-qualified directory/file path per line. I'm using PowerShell on Windows 10 to achieve …
PowerShell kill multiple process ids using an array - Super User
Dec 1, 2022 · PowerShell kill multiple process ids using an array Ask Question Asked 3 years ago Modified 3 years ago
regex - Multiple -notmatch strings in powershell - Super User
Jan 14, 2021 · Multiple -notmatch strings in powershell Ask Question Asked 4 years, 11 months ago Modified 4 years, 11 months ago
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 …
Get a property value for every object in a list without using a …
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 …
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 …