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