russm Posted November 6, 2012 Report post Posted November 6, 2012 I'd like to be able to update drivers for specific devices, whenever a new driver has been released (i.e. a video card). Is it possible to create a software package and target any computer that has the associated hardware IDs? Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted November 6, 2012 Report post Posted November 6, 2012 You will need to extend your hardware inventory to the WMI clas win32_pnpentity. But this would feed a lot of data to your database. You also could extend the inventory to the registry key representing the device. A different approach would be to use the application model and set a new requirement through a WMI query and deploy the app to all clients. Quote Share this post Link to post Share on other sites More sharing options...
Tay Posted November 7, 2012 Report post Posted November 7, 2012 If they are Dell computers you could use SCUP. They have a free catalog and you can import the drivers into software updates. Quote Share this post Link to post Share on other sites More sharing options...