When you use Format-Table to create a table from a pipeline/variable, you’ll find that PowerShell truncates the output of a column. Here’s a simple example PSH [C:\foo]: Get-Process | Group company | Sort count | Select –Last 2 | Format-Table Count
Read More...
Read the complete post at http://tfl09.blogspot.com/2011/02/formatting-of-repeating-groups-in.html
Posted
Feb 09 2011, 12:13 AM
by
Under The Stairs