→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
06-30-2023 07:07 PM
so the built in report for without anti-virus software shows the asset 2-3 times and i can't seem to figure out what is triggering it. I would also like to exclude it form scanning for MS Defender just don't know how to do
where tblAntivirus = Windows Defender do not show
running 10.2.2.0 and updating it is on my list of things to do
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.Username,
tblAssets.Userdomain,
tblAssets.IPAddress,
tblAssets.Description,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tblAssetCustom.Location,
tsysIPLocations.IPLocation,
tsysOS.OSname As OS,
tblAssets.SP As SP,
tblAssets.Firstseen,
tblAssets.Lastseen
From tblAssets
Inner Join tblComputersystem On tblAssets.AssetID = tblComputersystem.AssetID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Left Join tsysIPLocations On tsysIPLocations.StartIP <= tblAssets.IPNumeric
And tsysIPLocations.EndIP >= tblAssets.IPNumeric
Inner Join tblAntivirus On tblAssets.AssetID = tblAntivirus.AssetID
Order By tblAssets.AssetName Desc
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now