To see which version of a driver is currently active for your devices: wmic sysdriver get name, caption, state 4. Troubleshooting: Finding "Ghost" Devices
In older Windows versions or specialized Windows Assessment and Deployment Kits (ADK), a tool called was used. It is essentially a command-line Device Manager. device manager cmd prompt
This lists all devices currently having issues (Unknown devices, disconnected devices). To see which version of a driver is
pnputil /scan-devices
Command: pnputil /enum-devices > C:\path\to\your\Devices.txt device manager cmd prompt
I can give you the exact command strings to that specific component.