One of the new feature areas for PowerShell V2 CTP is support for rich output. The out-gridview cmdlet allows you to send the output of any PowerShell command into a fully interactive grid window. This feature is available from standard PowerShell and Graphical PowerShell. Out-GridView can be very useful if the output of your command is long or you need to perform a deeper analysis on that data.
|