get-process | convertto-html -property Name,Path,ID ` -title "Process Report" ` -head "

Process Report

" ` -body "

Report Was Run: $(get-date)


" | out-file -filepath $env:temp\report.html invoke-item $env:temp\report.html