Hello All,
Many times SEPM dashboard is malfunctioning means showing incorrect values of "out of date, Up to date, Disabled" system count on Home screen.
Please refer below solution -
Issue: Incorrect info on SEPM Dashboard
Cause of the Issue :
SEPM has a table AGENT_DEF_CACHE, which contains the current definition numbers used by agents for reporting.
Sometimes this table was not updated recently. It does not have the current definitions for all the active agents in SEPM.
Solution:
Truncating the AGENT_DEF_CACHE table would fix the issue -
Follow below steps -
Take Backup of SEPM DB
Stop the SEPM service.
Run this SQL Query :
TRUNCATE TABLE AGENT_DEF_CACHE;
Start the SEPM service.