I'd like to create a simple report that gets emailed to me every morning that looks like this:
| Patch Name | Patch Version |
|---|
| Adobe Air | 16.0.0.245 |
| Shockwave | 12.1.6.156 |
| Chrome | 39.0.2171.99 |
| Etc... | Etc... |
My goal is to get a report that lists the latest patch versions that we have approved. Coincidentally, this will just be all of the published third party packages (since I remove old ones after I release a new batch), so if it makes it easier to just email all published third party packages then that will work too.
I currently get an email with a .zip file that contains a .csv file, which lists all the systems that have the update approved (hundreds of lines). However, I just want a simple table in my email that lists each update and its version, letting me know the latest versions that we have approved.
Any idea how to set this up?
Thanks!