分组组对象组

你可以根据表达式对枚举进行分组。

别名:

Group-Object
group

例子:

$names = @( "Aaron", "Albert", "Alphonse","Bernie", "Charlie", "Danny", "Ernie", "Frank")

$names | Group-Object -Property Length
$names | group -Property Length

响应:

计数 名称
4 {亚伦,丹尼,厄尼,弗兰克}
2 6 {艾伯特,伯尼}
1 8 {}阿方斯
1 7 {}查理