I have tried to report video cards with this query:
Code:Select Top 1000000 tblComputers.Computer, tblDisplayControllerConfiguration.Caption From tblComputers Inner Join tblDisplayControllerConfiguration On tblComputers.Computername = tblDisplayControllerConfiguration.ComputernameSelect Top 1000000 tblComputers.Computer, tblDisplayControllerConfiguration.Caption From tblComputers Inner Join tblDisplayControllerConfiguration On tblComputers.Computername = tblDisplayControllerConfiguration.Computername
Some video card model names are listed but they are "corrupted" ATI FireGL V5100ŦČ铘¸ How to fix this?
Some workstations shows only this: Current Display Controller Configuration
Not very usefull.
Better ideas how to make this report better and more reliable?