Im a noob with Powershell, I need help converting a specific man page into an html document
about_script
my code is: get-help about_scripts | convertto-html > scr.html
it creates an html page but it doesn't have most of the data in just the first couple of lines and a number showing how long it is.
can someone help by telling me what I'm doing wrong?