OutTabulatorView PowerShell - Sending output to an interactive table in a browser Grab it from the PowerShell Gallery Install-Module -Name OutTabulatorView Get Started ps | Select Company, Name, Handles | otv -groupBy Company In Action