‎08-18-2010 05:39 PM
‎08-19-2010 10:59 AM
Select tblComputers.Computername, tblComputers.ComputerUnique, temptbl.Regkey,
temptbl.Valuename
From (Select tblComputers.Computername, tblComputers.ComputerUnique,
tblRegistry.Regkey, tblRegistry.Valuename, tblRegistry.Value
From tblComputers Inner Join
tblRegistry On tblComputers.Computername = tblRegistry.Computername
Where tblRegistry.Regkey Like '%windowsupdate%') temptbl Right Join
tblComputers On tblComputers.Computername = temptbl.Computername
‎08-19-2010 08:03 AM
‎08-18-2010 09:32 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now