You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you group multiple properties standard Group-Object uses ", " (comma + space) as delimiter in the Name field.
Line 42 has an error in join operator argument
$key = $(foreach($_ in $Property) { $InputObject.$_ }) -join ','
If you group multiple properties standard Group-Object uses ", " (comma + space) as delimiter in the
Name
field.Line 42 has an error in
join
operator argumentIt should be
Test
Moreover, it works incorrectly with multiple properties
The text was updated successfully, but these errors were encountered: