1 line
100 B
Text
1 line
100 B
Text
$object | ConvertTo-Html | Out-File -FilePath $env:temp\test.html ; invoke-item $env:temp\test.html
|