Curated Examples
Example Out Htmlview1
Source-owned example maintained with PSWriteHTML.
- Source repository: https://github.com/EvotecIT/PSWriteHTML
- Example group:
Example18-Out-HTMLView.ps1
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