Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Problem bad rapport in windows 2022

Hello All,

I need help, for several weeks I have had inventory problems on Windows Server 2022, see screenshot, I tested several versions of the agent, but nothing to do, I have a wrong SSN and OSNAME,

Do you have any ideas ?

Regards,

Cirvent

in OCS Inventory NG agent for Windows by (760 points)
edited by

2 Answers

0 votes
Hello,

This problem is already reported for client OS

https://github.com/OCSInventory-NG/WindowsAgent/issues/253

Cirvent
by (760 points)
0 votes
Hello
I have just identified the problem !
It is a wmi problem which is corrupt, to fix the problem:
stop service "Windows Management Instrumentation"
move folder %SystemRoot%\System32\Wbem\Repository
run command:
cd C:\WINDOWS\system32\wbem
for /f %s in (‘dir /b *.dll’) do regsvr32 /s %s
reboot the machine.

Regards,
Cirvent
by (760 points)
 
Powered by Question2Answer
...