→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎06-01-2011 03:39 AM
Solved! Go to Solution.
‎06-02-2011 12:47 AM
Select distinct Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Domain, tblSoftware.softwareName, tblSoftware.softwareVersion, tblSoftware.SoftwarePublisher, tblSerialnumber.ProductID, tblSerialnumber.ProductKey From tblComputers Left Join tblSoftware On tblComputers.Computername = tblSoftware.ComputerName Left Join tblSerialnumber On tblSerialnumber.Product = tblSoftware.softwareName Where tblSoftware.SoftwarePublisher Like '%microsoft%'
‎10-13-2011 05:19 PM
Select Distinct Top 1000000 tblComputers.Computername,
tblComputers.ComputerUnique, tblComputers.Domain, tblOperatingsystem.Caption,
tblSoftware.softwareName, tblSoftware.softwareVersion,
tblSoftware.SoftwarePublisher, tblSerialnumber.ProductID,
tblSerialnumber.ProductKey
From tblComputers Left Join
tblSoftware On tblComputers.Computername = tblSoftware.ComputerName Left Join
tblSerialnumber On tblSerialnumber.Product = tblSoftware.softwareName
Left Join
tblOperatingsystem On tblComputers.Computername =
tblOperatingsystem.Computername
Where tblSoftware.SoftwarePublisher Like '%microsoft%'
‎10-13-2011 03:21 PM
‎06-02-2011 12:47 AM
Select distinct Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Domain, tblSoftware.softwareName, tblSoftware.softwareVersion, tblSoftware.SoftwarePublisher, tblSerialnumber.ProductID, tblSerialnumber.ProductKey From tblComputers Left Join tblSoftware On tblComputers.Computername = tblSoftware.ComputerName Left Join tblSerialnumber On tblSerialnumber.Product = tblSoftware.softwareName Where tblSoftware.SoftwarePublisher Like '%microsoft%'
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now