‎12-20-2011 06:04 PM
‎12-21-2011 10:38 PM
‎12-21-2011 11:01 AM
Select Top 1000000 tblComputersystem.Model As Model,
tblComputersystem.Manufacturer As Manufacturer,
Count(tblComputersystem.Computername) As Total
From tblComputers Inner Join
tblComputersystem On tblComputers.Computername =
tblComputersystem.Computername Inner Join
web40AllIPLocations On web40AllIPLocations.Computername =
tblComputers.Computername
Where web40AllIPLocations.IPLocation = 'YourLocation'
Group By tblComputersystem.Model, tblComputersystem.Manufacturer
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now