Search notes:

Microsoft.PowerShell.Commands.GroupInfo

The group-object cmdLet returns an array of Microsoft.PowerShell.Commands.GroupInfo objects.
Each GroupInfo represents a group.
The objects that belong to the group are stored in the Group property whose type is System.Collections.ObjectModel.Collection<System.Management.Automation.PSObject>.

Index