Configure ZENworks agent to collect all the driver versions for all devices that are showing up in the device manager and then run reports to show all devices with a specific driver version.
Similar results to running the following powershell script:
Get-WmiObject Win32_PnPSignedDriver| select DeviceName, Manufacturer, DriverVersion

Comments