‎11-24-2010 10:07 PM
Solved! Go to Solution.
‎11-29-2010 02:10 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputerSystemProduct.Vendor, tblComputerSystemProduct.Name As Model,
tblComputerSystemProduct.IdentifyingNumber, tblComputers.OScode,
tblComputers.SP, tblComputersystem.SystemType, tblComputers.LastknownIP,
IE.softwareName As IE, insight.softwareName As Insight
From tblComputers Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
tblOperatingsystem On tblComputers.Computername =
tblOperatingsystem.Computername Inner Join
tblComputersystem On tblComputers.Computername =
tblComputersystem.Computername Left Join
(Select tblsoftware.ComputerName, tblsoftware.softwareName
From tblsoftware
Where tblsoftware.softwareName Like '%windows internet explorer%')
IE On IE.ComputerName = tblComputers.Computername Left Join
(Select tblsoftware.ComputerName, tblsoftware.softwareName
From tblsoftware
Where tblsoftware.softwareName Like '%insight management%') insight On
insight.ComputerName = tblComputers.Computername
Where tblComputerSystemProduct.Name Not Like 'vmware%'
‎11-30-2010 08:37 AM
‎11-29-2010 02:30 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputerSystemProduct.Vendor, tblComputerSystemProduct.Name As Model,
tblComputerSystemProduct.IdentifyingNumber, tblComputers.OScode,
tblComputers.SP, tblComputersystem.SystemType, tblComputers.LastknownIP,
IE.softwareName As IE, TsysChassisTypes.ChassisName, tblNetwork.MACaddress,
tblNetwork.IPEnabled
From tblComputers Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
tblOperatingsystem On tblComputers.Computername =
tblOperatingsystem.Computername Inner Join
tblComputersystem On tblComputers.Computername =
tblComputersystem.Computername Left Join
(Select tblsoftware.ComputerName, tblsoftware.softwareName
From tblsoftware
Where tblsoftware.softwareName Like '%windows internet explorer%')
IE On IE.ComputerName = tblComputers.Computername Inner Join
tblSystemEnclosure On tblComputers.Computername =
tblSystemEnclosure.Computername Inner Join
TsysChassisTypes On TsysChassisTypes.Chassistype =
tblSystemEnclosure.ChassisTypes Inner Join
tblNetwork On tblComputers.Computername = tblNetwork.Computername
Where tblComputersystem.Domainrole < 2 And tblNetwork.MACaddress <> ''
And tblNetwork.IPEnabled = 1
‎11-29-2010 02:19 PM
Select tblCustDevices.Displayname, tblCustDevices.Vendor, tblCustDevices.Model,
tblCustDevices.Ipaddress
From tblCustDevices Inner Join
tsysDevicetypes On tsysDevicetypes.ItemType = tblCustDevices.Devicetype
Where tblCustDevices.Devicetype = 12
‎11-29-2010 02:10 PM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputerSystemProduct.Vendor, tblComputerSystemProduct.Name As Model,
tblComputerSystemProduct.IdentifyingNumber, tblComputers.OScode,
tblComputers.SP, tblComputersystem.SystemType, tblComputers.LastknownIP,
IE.softwareName As IE, insight.softwareName As Insight
From tblComputers Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
tblOperatingsystem On tblComputers.Computername =
tblOperatingsystem.Computername Inner Join
tblComputersystem On tblComputers.Computername =
tblComputersystem.Computername Left Join
(Select tblsoftware.ComputerName, tblsoftware.softwareName
From tblsoftware
Where tblsoftware.softwareName Like '%windows internet explorer%')
IE On IE.ComputerName = tblComputers.Computername Left Join
(Select tblsoftware.ComputerName, tblsoftware.softwareName
From tblsoftware
Where tblsoftware.softwareName Like '%insight management%') insight On
insight.ComputerName = tblComputers.Computername
Where tblComputerSystemProduct.Name Not Like 'vmware%'
‎11-25-2010 04:37 PM
‎11-25-2010 10:40 AM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now