Relative Content

Tag Archive for powershelldriver

PowerShell – check if installed driver is latest version available in Windows Update catalog

How can I use PowerShell to check if a driver version available in the Windows Update (WU) catalog is newer than the installed version on a Windows device? I know I can get some info from the Windows Update Agent API, but it seems like I can’t query the API for versions of specific software components available. I know that in update packages there is a version number in the title, but I understand that number is regarding the update package and not any one specific file in the package.