‎04-07-2020 06:31 PM
‎04-10-2020 02:47 PM
‎04-10-2020 02:25 PM
Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAntivirus.DisplayName As Antivirus,
tblAssets.Domain,
tsysAssetTypes.AssetTypename As Type,
tblAssets.IPAddress As [IP Address],
tblAssets.Description,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tblAssetCustom.Location,
tsysIPLocations.IPLocation,
tblAssets.Lasttried,
tblAssets.Firstseen,
tblAssets.Lastseen
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblAntivirus On tblAssets.AssetID = tblAntivirus.AssetID
Left Join tsysIPLocations On tblAssets.LocationID = tsysIPLocations.LocationID
Where tblAntivirus.DisplayName Not Like '%Defender%' And tblAssetCustom.State =
1 And tblAntivirus.productUpToDate = 0
Order By tblAssets.AssetName
‎04-09-2020 12:14 PM
‎04-09-2020 03:54 PM
Erik.T wrote:
Hi CVannest,
When Lansweeper scans an asset, it will not always retrieve all information. As not all computer information changes often, Lansweeper uses scanned item intervals to determine which information needs to be refreshed at which time. I'd recommend checking the interval for Anti-virus scanning.
More information on how to configure scanned item intervals can be found in the below article.
https://www.lansweeper.com/knowledgebase/managing-how-often-specific-data-is-scanned/
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now