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