Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

print HTML report directly from powershell

$
0
0

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


Viewing all articles
Browse latest Browse all 6937

Trending Articles