Quantcast
Channel: Microsoft Assessment and Planning Toolkit forum
Viewing all articles
Browse latest Browse all 923

MAP 8.5 not refreshing installed applications

$
0
0

I ran a MAP full scan and then a query last night that showed servers without AV installed on them:

select upper(replace(A.ComputerName, '*************.net, '')) as [Systems_WITHOUT_Symantec_AV_installed]
from
(select hi.ComputerName
from AllDevices_Assessment.HardwareInventory hi
where 1=1
and hi.OsFamilyName like '%server%' 
and hi.WMIStatus = 'Success'
except
select hi.computername
from AllDevices_Assessment.HardwareInventory hi
join [UT_WinServer_Reporting].[InstalledProductsView] ipv
on hi.DeviceNumber = ipv.MAPDeviceGUiD
where 1=1
and ipv.ProductName like '%Symantec%')
as A

One of our guys then installed Symantec on several servers. I then ran another full scan and I still get the same data back, showing that Symantec is not installed on those servers. It is installed via MSIEXEC so it should show up. However the RegistryDateTime column in CoreInventory.Devices still shows 2014-01-02 22:10:59.840. Why wouldn't this column be refreshed and the newly installed software be listed?



Viewing all articles
Browse latest Browse all 923

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>