Find event ID on clients

StiFenclii-5690 321 Reputation points
2023-03-20T08:14:43.2933333+00:00

Is there any possible we can get a specific event ID from all clients?

It's better to get the count of the event ID appeared on each clients.

Anyone tried this?

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 40,001 Reputation points Microsoft Vendor
    2023-03-20T09:02:35.49+00:00

    Hi, @StiFenclii-5690

    Thank you for posting in Microsoft Q&A forum.

    If you are using SCCM, I think CMPivot is the most suitable function to get the info:

    For example, find out the event ID 7040:

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

    1


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    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

0 additional answers

Sort by: Most helpful