2023-11-17 18:17:23 +00:00
name : windows_updates
description : Returns information about Windows updates that are available for installation.
evented : false
2024-06-20 15:18:39 +00:00
notes : |-
- This table may not return any results while updates are being downloaded and installed.
- This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher).
2023-11-17 18:17:23 +00:00
platforms :
2024-01-11 21:26:59 +00:00
- windows
2023-11-17 18:17:23 +00:00
columns :
- name : locale
description : Location of the update.
required : false
type : text
- name : is_default
description : Whether or not the update is the default.
required : false
type : text
- name : key
description : A specific item that describes the update.
type : text
required : false
- name : value
description : The value for the specified key.
type : text
required : false
- name : fullkey
description : The expanded name of the specific item that describes the update.
type : text
required : false
- name : parent
description : The key's parent.
type : text
required : false
- name : query
description : The query is printed in this column.
type : text
2024-01-11 21:26:59 +00:00
required : false