updatengine-ng / updatengine-client

updatengine client allow computer and server to be inventoried automatically on an updatengine server
GNU General Public License v2.0
1 stars 2 forks source link

Windows 10 version #1

Closed cmiscloni closed 4 years ago

cmiscloni commented 4 years ago

Windows 10 version is not present in the GUI even with the latest version of updatengine client (4.0).

noelmartinon commented 4 years ago

Hello, Do you mean like 1703, 1809, 1909... ?

cmiscloni commented 4 years ago

No, like 10.18363 for example

image

noelmartinon commented 4 years ago

And what does the "wmic os get version /format:list" command return ? You should have e.g. "Version=10.0.15063"

cmiscloni commented 4 years ago

Yes, Version=10.0.18363 It seems that the client doesn't send the version to the server. How I can check if client return the version correctly ? The -v parameter doesn't return any values in cli, only:

Just to test, inventory will not be send 2020-02-15-19:38:16 Inventory built

noelmartinon commented 4 years ago

OK. Could you test with that version please : https://github.com/updatengine-ng/updatengine-client/releases/download/4.0.1/updatengine-client-setup-4.0.1.exe

cmiscloni commented 4 years ago

No, version is still empty after a new inventory with 4.0.1.

noelmartinon commented 4 years ago

And in the shell output with -v option ?

cmiscloni commented 4 years ago

Just to test, inventory will not be send 2020-02-17-22:10:16 Inventory built

cmiscloni commented 4 years ago

It works after a restart, sorry Thanks