hello everyone I'm building a tool that is generating an html report. I tried to print this report directly from powershell but the result is the file with all the html tags, any idea how to print this file directly from powershell as it looks in the browser. I'm trying
get-content $filepath | out-printer
any idea please