I'd like to run a SQL Query against our Sophos DB to find those machines with "Up to date" set for a specific date and time.
Does anyone have such a query?
Thanks
This thread was automatically locked due to age.
HI,
If I understand what you're looking for, I don't think it's possible to find from the database if a computer was up to date for a specific time in the past.
In the computersanddeletedcomputers table, the computer record has a PackageID, which links to the current package information in the Packages table. So although there is previous package informaiton available there is no packageID over time for a computer.
The query:
might help you with out of date though.
Regards,
Jak