I create reports consisting of some server details I'm interested in like lists of Remote Desktop Users, permissions on certain folders, specific scheduled tasks, selected services. The report is in form of a table where we have description and then results in the next cell or a couple of cells. The table has a couple of parts all created with results passed on to ConvertTo-HTML. I always keep the previous report for reference. It would greatly help if rather then getting a new report each time my script runs I would be only getting differences between the previous and current report in an email. I'm not sure how to approach html comparison as most what I found on the web deals with txt and csv.
↧