Reporting Windows version on your network
Published: June 13, 2024 - 09:17
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.
https://learn.microsoft.com/fr-fr/windo ... nformation
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