OutTabulatorView icon indicating copy to clipboard operation
OutTabulatorView copied to clipboard

PowerShell - Sending output to an interactive table in a browser

OutTabulatorView

PowerShell - Sending output to an interactive table in a browser

Grab it from the PowerShell Gallery

What's New 1.1.0

  • Thank you to ViperTG for the pull request : File encoding changed to UTF8 to support characters like æøå
Install-Module -Name OutTabulatorView

Get Started

ps | Select Company, Name, Handles | otv -groupBy Company

In Action