‎06-04-2019 06:54 PM
‎06-04-2019 08:00 PM
‎06-05-2019 04:52 PM
ccordova wrote:
It's a canned report - Software: Unauthorized software
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssets.Description,
tblSoftwareUni.softwareName As Software,
tblSoftware.softwareVersion As Version,
tblSoftware.Lastchanged,
tsysOS.Image As icon,
tblsoftware.Installdate,
tblassets.lastseen
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.Approved = 2 And
datediff(d, tblassets.lastseen, getdate()) = 1 and
tblAssetCustom.State = 1
Order By tblAssets.AssetName,
Software
‎06-04-2019 07:53 PM
ccordova wrote:
I run a daily report showing unauthorized software, and I’m having difficulty clearing old items that either haven’t checked-in in months or have been updated. The list doesn’t appear to be accurate. Does anyone know how to clear the list to remove old machines/items, and start with a fresh unauthorized software report? It’s set to ‘permanently delete assets not seen in the last 30 days’, but the report is still showing machines last seen 2-3 months ago. It's also showing software that has been removed or updated.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now