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 the full text.