‎10-17-2011 11:10 PM
‎10-18-2011 01:30 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblRegistry.Regkey, tblRegistry.Valuename,
tblRegistry.Value
From tblComputers Inner Join
tblRegistry On tblComputers.Computername = tblRegistry.Computername
Where
tblRegistry.Regkey = 'HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer'
And tblRegistry.Valuename = 'Version'
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now