‎10-26-2012 02:59 PM
Select Top 1000000 web40AllIPLocations.IPLocation, tblcomputers.Computer As Server, tblcomputers.Domain, tblComputersystem.Domainrole, tblADComputers.OperatingSystem, tblComputersystem.Manufacturer, tblComputersystem.Model, web30memory.Memory From tblcomputers Left Join tblADComputers On tblcomputers.Computername = tblADComputers.Computername Left Join tblComputersystem On tblcomputers.Computername = tblComputersystem.Computername Left Join web40AllIPLocations On tblcomputers.Computername = web40AllIPLocations.Computername Inner Join web30memory On web30memory.Computer = tblcomputers.Computername Where tblComputersystem.Domainrole > 2 Order By web40AllIPLocations.IPLocation, tblcomputers.Computer
Select Top 1000000 web40AllIPLocations.IPLocation, tblcomputers.Computer As
Server, tblcomputers.Domain, tblComputersystem.Domainrole,
tblADComputers.OperatingSystem, tblComputersystem.Manufacturer,
tblComputersystem.Model, web30memory.Memory, tblDiskdrives.Caption,
tblDiskdrives.Description, tblDiskdrives.Size
From tblcomputers Left Join
tblADComputers On tblcomputers.Computername = tblADComputers.Computername
Left Join
tblComputersystem On tblcomputers.Computername =
tblComputersystem.Computername Left Join
web40AllIPLocations On tblcomputers.Computername =
web40AllIPLocations.Computername Inner Join
web30memory On web30memory.Computer = tblcomputers.Computername Inner Join
tblDiskdrives On tblcomputers.Computername = tblDiskdrives.Computername
Where tblComputersystem.Domainrole > 2 And tblDiskdrives.Description =
'Local Fixed
Disk'
Order By web40AllIPLocations.IPLocation, tblcomputers.Computer
Solved! Go to Solution.
‎10-29-2012 05:11 PM
‎10-29-2012 05:11 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now