ConfigMgr Console Client Activity

Problem

Client has reported a HW inventory. HW info is blank under ‘Client Activity’ in ConfigMgr console.

Reason

The stored procedure that updates that view runs once every 24 hours and hasn’t ran since the client submitted its inventory.

Fix

Wait, or run the stored procedure CH_SyncClientSummary using the SQL code listed below.


SQL Code

Get the client’s last inventory date.

Get the client’s HW inventory date from the v_CH_ClientSummary view. In this example, the HW inventory was blank.

Run the stored procedure to update the view. After the stored procedure has ran, we re-run the query above to get the client’s HW inventory date from the view.