Now we've added a GitHub repository to house this NewHtmlReport Powershell module project. The module uses many of the features of ConvertTo-Html, but goes further by adding things like:
- jQuery and TableSorter support for HTML tables
- centralized style and script configuration, for uniform results across reports
- "hightlighting" of rows' values (to bring focus to rows whose values might be of concern, like a datastore usage value that is over a desired threshold)
- number formatting so as to make report generation even quicker and easier (you can pass your raw data in, and the cmdlets can handle rounding for you)
Also, check out the ReadMe and the help at the GitHub repo. And, for the next feature/fix that you desire: fork it!