Project

PSWriteHTML

PSWriteHTML is an open-source PowerShell project with packages, release history, and working documentation.

Stars1014
Forks114
Open issues54
PowerShell Gallery downloads7576901
Releasev1.41.0
Language: PowerShell Updated: 2026-09-07T17:55:15.0000000+00:00

Curated Examples

Example Out Htmlview1

Source-owned example maintained with PSWriteHTML.

Import-Module .\PSWriteHTML.psd1 -Force

Get-Process | Select-Object -First 5 | Out-HtmlView -PriorityProperties PM, NPM, Company -DefaultSortColumn Name, NPM -Filtering -FilteringLocation Both -FilePath $PSScriptRoot\Test.html

Get-Process | Select-Object -First 5 | Out-HtmlView -DefaultSortIndex 5, 2 -HideFooter

Get-Process | Select-Object -First 5 | Out-HtmlView -DefaultSortIndex 5, 2 -HideFooter -ScrollX