‎05-18-2012 04:12 PM
‎05-18-2012 04:24 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblComputers.Firstseen, tblComputers.Lastseen,
tblComputers.Lasttried, tblComputers.Lasttriggered,
tblComputers.LastScheduled, tblComputers.LastActiveScan,
tblComputers.LastLsPush, tblComputers.OScode, tblComputers.SP,
tblComputers.Description, tblComputers.Scanserver, tblRegistry.Regkey,
tblRegistry.Valuename, tblRegistry.Value, tblRegistry.Lastchanged
From tblComputers Left Join
tblRegistry On tblComputers.Computername = tblRegistry.Computername
Order By tblComputers.ComputerUnique, tblRegistry.Regkey
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now