‎11-13-2013 04:34 PM
‎11-13-2013 05:25 PM
mtaggart wrote:
how do we make Lansweeper scan each computer/laptop/server on a daily basis?
mtaggart wrote:
Is there any way to create a custom report for group specific applications into 1 report vs. looking through the thousands of apps being reported in Software Publishers report natvie to Lansweeper?
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssets.Domain,
tblSoftwareUni.softwareName As software,
tblSoftware.softwareVersion As version,
tblSoftwareUni.SoftwarePublisher As publisher,
tsysOS.Image As icon
From tblSoftware
Inner Join tblAssets On tblSoftware.AssetID = tblAssets.AssetID
Inner Join tblSoftwareUni On tblSoftware.softID = tblSoftwareUni.SoftID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Where (tblSoftwareUni.softwareName Like '%Software A%' Or
tblSoftwareUni.softwareName Like '%Software B%') And tblAssetCustom.State = 1
Order By tblAssets.AssetName,
software,
version
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now