hello! is there a way to pull nvidia geforce drive...
# fleet
a
hello! is there a way to pull nvidia geforce drivers? i can see the display drivers but not what we need atm
k
Looks like video_info or pci_devices could do the trick,
a
tried video_info and got the display drivers but not the geforce drivers
k
Ah. I wasn't positive on that one. Any luck with pci_devices?
a
did not try. looking for just windows hosts. might see if the registry might hold some data
k
I'll keep digging!
Same issue with drivers?
a
yeah, and I tried programs as well. only shows the display driver
k
Maybe:
Copy code
select name, type, data from registry where key like 'HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Installer';
a
nada. not huge deal though. they will just have to find another way to get that data. ty for your effort @Kathy Satterlee!
k
This would be a good one to crosspost in #general or #windows as well.
I'm going to keep digging and reach out to the team to see if anyone has a device they could test some queries on
a
thanks for looking into this. i guess the video_info table did provide plenty of info after all lol.