Collecting Specific Error Events from SCCM Agents

lumiproxy 60 Reputation points
2024-12-09T17:31:45.5266667+00:00

What are effective methods to collect specific error events from all Windows agents using SCCM?

Any guidance or resources would be appreciated.

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

3 answers

Sort by: Most helpful
  1. Garth 881 Reputation points
    2024-12-09T18:37:21.04+00:00

    What are you going to do with the data?

    CMPivot or create a custom inventory item. but it will depend on what you are going to do with the data.

    1 person found this answer helpful.
    0 comments No comments

  2. Simon Ren-MSFT 40,346 Reputation points Microsoft External Staff
    2024-12-10T06:31:17.1733333+00:00

    Hi,

    Hope you are doing well.

    Agree with Garth. Here is an example to use the CMPivot tool to query all Windows devices with a specific event error 10010 in my lab. You can customize the syntax accordingly.

    EventLog('System')| summarize countif( (EventID == 10010) ) by Device| where (countif_ > 0)

    10010 error

    Here is a guide to use CMPivot:

    CMPivot for real-time data in Configuration Manager

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Simon Ren-MSFT 40,346 Reputation points Microsoft External Staff
    2024-12-18T06:20:00.77+00:00

    Hi,

    Hope everything goes well. Do you need any further assistance about this issue? If yes, please feel free to let us know, we will do our best to help you.

    If the response is helpful, it's appreciated that you could click "Accept Answer" and upvote it, this will help other users to search for useful information more quickly.

    Thanks for your time.

    Best regards,

    Simon

    0 comments No comments

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.