Another way is to ConvertTo-HTML is a convenient way of converting object results in HTML. However when you open these files, your browser starts with all the bells and whistles. You should try a better way by storing the HTML in a file with HTA extension:
Get-Process | ConvertTo-HTML | Out-File $home\result.hta
Invoke-Item $home\result.hta
Invoke-Item $home\result.hta