Page 1 of 1

Reporting Windows version on your network

Published: June 13, 2024 - 09:17
by jacky35
Good morning,

Here is a query that retrieves the version of Windows installed on your machines.

When a new Windows update package is installed on your computer,
The value "windows_version_full" is incremented.

Code: Select all

select host_info->'windows_version_full' as full_version, host_capabilities->'uuid' as uuid  from hosts
https://learn.microsoft.com/fr-fr/windo ... nformation