-
It's pretty easy to send PowerShell results to Excel and display them nicely as a spreadsheet. Actually, here's a simple function called Out-ExcelReport . Pipe anything to it, and it shows up as an excel sheet (provided you have indeed installed excel beforehand): function Out-ExcelReport { param...