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.

Inventory of unrecognized peripherals

Hi All,

I need to do the inventory of GPIB and FrameGrabber PCI cards installed in some computers, but the agent doesn't recognize them automatically. How can fix it ?

Thanks in advance Enrico
in OCS Inventory NG agent for Windows by (170 points)

2 Answers

+1 vote

It hink that is not possible if you want to see that in the webgui, because i think not all devices are inventoried.

Try to start manually this cmd

wmic path Win32_PnPEntityget PNPDeviceID, Status, Manufacturer, Service

or

wmic path Win32_PnPEntity where "PNPDeviceID like '%VEN%'" get PNPDeviceID, Status, Manufacturer, Service

If your devices are listed here you can create a package to execute this command with a redirection to a network share.

What you also can do is to write the output information to a special registry path and get the information via ocs agent via registry.

Or you ask the ocs-inventory team for a plugin which enumerates such information

or you get the information by using the plugin "installed drivers" which conatins information about all pc's with specific drivers. But i haven't used this plugin right now

https://plugins.ocsinventory-ng.org/

Kind regards

Soktra

by (22.6k points)
0 votes
Thanks I will work with registry thanks
by (170 points)
 
Powered by Question2Answer
...