PowerShell Formatting Examples
PowerShell has several formatting options available. The Format-Wide cmdlet will display a single property in wide format.
You can use more columns with the –Column parameter.
The Format-Table cmdlet displays output as a table.
The –Autosize parameter will attempt to squeeze as much as it can within the display.
The Format-List cmdlet lists output in a list.
The Out-GridView cmdlet will create a separate dialog box. The data can be sorted by clicking on the column heading in question.
The Format-Custom offers additional options such as Format-Custom –Depth 3.