This visual execution shows how PowerShell's Group-Object command groups a list of items by a chosen property. We start with a list of fruits and group them by their first letter. Each item is checked, and if its first letter matches an existing group, it is added there; otherwise, a new group is created. The execution table tracks each step, showing group creation and additions. The variable tracker shows how groups grow over time. Key moments clarify why items join existing groups and what happens with unique keys. The quiz tests understanding of group counts, creation steps, and grouping logic. This helps beginners see grouping as sorting items into labeled boxes based on a shared trait.