You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the OCS agent send to server the information that Windows 10 are a Windows 8.... I checked and I can see WMI are OK, but the machine was on lockscreen on monitor and another user accessing trough RDC.
The text was updated successfully, but these errors were encountered:
My five-minute-analysis (please correct me if I am wrong):
It seems the OCS windows agent uses dtwinver (http://www.naughter.com/dtwinver.html) to detect the OS: https://github.com/OCSInventory-NG/WindowsAgent/blob/master/SysInfo/Dtwinver.cpp - but as you can see here this is from April 2019 (a time where Win10 1903 was current).
So I guess the dtwinver version in OCS agent has to be updated? Or why not read the version from registry or other sources which require no 3rd party library?
Reference issue #232
General information
Operating system : Windows 10 10.0.19044
OCS Inventory information
Windows agent version : 2.10.1.0
Problem's description
Sometimes the OCS agent send to server the information that Windows 10 are a Windows 8.... I checked and I can see WMI are OK, but the machine was on lockscreen on monitor and another user accessing trough RDC.
The text was updated successfully, but these errors were encountered: