Not SQL savvy at all! I'm trying to find a way to pull together a report of all computers that have not used a specified software in N days. We reclaim licenses of various products all the time and need to know if a department is using less than they paid for and such. Plus we also automatically uninstall select software that hasn't been used in X days (90, 60, 30). I want to write this into both a report and filter, but really need it as a filter for a policy target (can use a report that an automation policy exports to a static filter every day, but would rather a straight filter).
Unless there's a better way to do this, that is. I just don't know what tables and such I need to join in order to create this filter. I've seen vMMonthlySummary as one of the ones I need and obviously whatever software is in (inv_software something or other). Need some help otherwise...