Windows

Windows 10 – High CPU Usage with EvntAgnt Warning Event ID 3007 in Event Log

Today I've noticed my PC behaving oddly. CPU was high with Windows Event Log taking a lot of my CPU resources. Seemed weird at first. I've disabled all forwarders from Domain Controllers to see if something went wrong during my development but nothing changed. I then checked Resource Monitor and noticed High Disk Writes to Application Log. Which finally led me to this little error… well sort of 20MB of Warnings for EvntAgnt with Event ID 3007 going around in loops.

Short description of problem

With Event Description

This seems to happen on Windows 10 Enterprise – 10.0.17713 Build 17713 (Insiders) release. Not sure if it happens on any other version.

How do I get rid of it?

Solution, weirdly enough is to disable SNMP Service. So just go to services.msc, find SNMP Service, then stop it, and finally disable it.

This solved my issue. Why does this happen? I don't know. I do know I'm using Insider version of Windows 10 so I have to expect bugs like this. Hope it helps 🙂

This post was last modified on July 24, 2018 14:16

Przemyslaw Klys

System Architect with over 14 years of experience in the IT field. Skilled, among others, in Active Directory, Microsoft Exchange and Office 365. Profoundly interested in PowerShell. Software geek.

Share
Published by
Przemyslaw Klys

Recent Posts

Active Directory Replication Summary to your Email or Microsoft Teams

Active Directory replication is a critical process that ensures the consistent and up-to-date state of…

2 weeks ago

Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell

Hey there! Today, I wanted to introduce you to one of the small but excellent…

5 months ago

Active Directory Health Check using Microsoft Entra Connect Health Service

Active Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its…

7 months ago

Seamless HTML Report Creation: Harness the Power of Markdown with PSWriteHTML PowerShell Module

In today's digital age, the ability to create compelling and informative HTML reports and documents…

8 months ago

How to Efficiently Remove Comments from Your PowerShell Script

As part of my daily development, I create lots of code that I subsequently comment…

9 months ago

Unlocking PowerShell Magic: Different Approach to Creating ‘Empty’ PSCustomObjects

Today I saw an article from Christian Ritter, "PowerShell: Creating an "empty" PSCustomObject" on X…

9 months ago