Hello
first off- let me say thanks for this wonderful module.
http://powershell.org/wp/books/creating-html-reports-in-powershell/
I love the pagination, column sorting and also the filtering options, they are great…
The script currently produces a different html file for each computer that i run it against. What i would like to do is to get the information for all computers in one html file and in a single table. I do not necessarily want OS or other general info in the same file. I genereally keep my reports specific to one category ..disk,network etc
For eg . lets say i am querying for disk information for serversA and serverB. I would like to see the report in the following form.
Computername Disk freespace used total percent
ServerA
ServerB
Would appreciate if Don or someone can help me out with this.