cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JZastow
Engaged Sweeper II

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

0 REPLIES 0