This is on a windows xp pro system (yeah i know old os) i have been searching for a way to get a list of all devices that do not have drivers installed, or there are problems with the drivers in use.. Pnputil.exe is a cli utility for management of the windows driver store. the /add-driver argument adds the specified driver to the driver store. /install installs the driver, resolving any missing driver issues for any attached hardware the driver suits. Device drivers are the most vital component behind the working of a computer as they helps to drive the system. although, you can install, remove or update drivers using devices manager, this tool.
Get-windowsdriver -online - a powershell cmdlet that outputs the currently-installed drivers of the running system add-windowsdriver - a powershell cmdlet that adds a driver to an offline image . the corresponding remove-windowsdriver can be used to remove a driver from an offline image.. Get-unknowndevices. #####featured in my blog on foxdeploy.com - using powershell to find driver and devices for device manager when building a new system image for mdt or sccm, it is common to need to lay down a new os image and troubleshoot missing drivers. this tool simplifies detemining what device is really meant by 'unknown device' in the device manager. Removing configmgr drivers with missing source files. try out the latest microsoft technology. quick access. my contributions upload a contribution. powershell, configmgr, drivers. report abuse to microsoft. description. q and a (1) verified on the following platforms..