Of PowerShell and Other Things
The version of PowerShell that ships with Windows 7 RC has fixed out-gridview so that we can display more than 10 columns.
try
get-process | select * | Out-GridView
to test it