Fleet’s built-in queries for collecting and storing important device information.
Apple
Linux
Windows
ChromeOS
Windows update history
Retrieves the history of the update events on a Windows host.
SELECT
date, title
FROM windows_update_history
WHERE result_code = 'Succeeded';
This query uses the windows_update_history
data table. Learn more
Vitals