Is there a way to get this info now? I am looking for SoundMax Video Drivers that cause SEP to reboot the system. So far I have the PC's using a SoundMax sound card using:
"
Select Top 1000000 dbo.tblComputers.ComputerUnique, dbo.tblComputers.Domain,
tblSoundDevice.DeviceID, tblSoundDevice.Manufacturer, tblSoundDevice.Caption
From dbo.tblComputers Inner Join
tblSoundDevice On dbo.tblComputers.Computername = tblSoundDevice.Computername
Where tblSoundDevice.Caption Like 'SoundMAX%'
Order By dbo.tblComputers.ComputerUnique
"
However, how can I extend the inventory to grab some / any driver info? (Unless it is already there...)