Reporting of Windows 10 version
-
Hi,
We're seeing all of our Windows 10 endpoints being reported by Theopenem as being 2009. We know by our WSUS server that they are all actually 21H2 though - is this a bug in the software or are we doing something wrong.
I've just updated Toec from 1.4.4 to 1.4.8 also, forced a checking and there's no update unfortunately.
Leigh
-
It pulls this value from the registry, but according to this article, it has been deprecated.
It looks like there may be a different registry key that can be used, but will need update in Toec.
-
Also, OS build is captured, you can use that to determine the version name
-
@theopenem_admin Awesome, thank you.
-
@ljepson
I use Script modules with the following Powershell commands, and record it using Add to Inventory Collection:systeminfo /fo csv | ConvertFrom-Csv | select "OS Name" -ExpandProperty "OS Name"
systeminfo /fo csv | ConvertFrom-Csv | select "OS Version" -ExpandProperty "OS Version"