What triggers MEM to remove stale/inactive devices from the DB?

My9to5 261 Reputation points
2021-06-29T13:17:26.527+00:00

Our team has been tasked with finding out what field in the DB triggers MEM to remove stale machines from the DB. From my understading, it takes 367 days for a device to be removed.

For example: v_CollectionMemberClientBaselineStatus.LastActiveTime has dates in the DB that refer to at the earliest, 9 months ago, so that leaves me to believe it is not that field.

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

Accepted answer
  1. Jason Sandys 31,411 Reputation points Microsoft Employee Moderator
    2021-06-29T13:35:36.597+00:00

    From my understading, it takes 367 days for a device to be removed.

    This is not correct. Only the Delete Inactive Client Discovery Data maintenance task will remove inactive devices: https://learn.microsoft.com/en-us/mem/configmgr/core/servers/manage/reference-for-maintenance-tasks#delete-inactive-client-discovery-data. By default, this task deletes inactive devices after 90 days, however, also by default, this task is not enabled.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.