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