Sorting out -GroupBy

Did you realize that Format-Table had a parameter -GroupBy? This tells Format-Table to generate a series of tables instead of a single table. The best way to get this in focus is to show an example. For the purposes of this blog entry, I'm going to use the aliases GSV for Get-Service and FT for Format-Table. Also, I do...