Summary: Create a two column output of data by using Windows PowerShell.
How can I use Windows PowerShell to create output that has two columns?
Use the Format-Wide cmdlet, and then use the –Column parameter to specify
a number of columns, for example:
Get-Process | Format-Wide name -Column 2