• Home
  • Help
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search

 
  • 0 Vote(s) - 0 Average

Issued a delete server object command how to monitor with email alert

#1
04-04-2025, 08:11 PM
Man, that event ID 24060 in Windows Server Event Viewer pops up when someone or something issues a delete command for server objects. It's tied to action ID DR, which means delete request, and it covers class types like AG for availability groups, EP for endpoints, SD for service definitions, SE for services, and T for targets. Basically, it logs when the system tries to wipe out these database-related bits in SQL Server, often in a cluster setup. You might see it if maintenance scripts run wild or if there's a failover glitch causing cleanup. I remember troubleshooting one where it flooded the logs during an upgrade, freaking out the admins. It doesn't always mean trouble, but ignoring it could lead to missing configs or failed recoveries.

Now, to keep an eye on this without staring at screens all day, you can set up monitoring right in Event Viewer. Fire up Event Viewer on your server, head to the Windows Logs section, and pick Application or System depending on where it shows. Filter for event ID 24060 under SQL Server logs or custom views. Once you've got that view, right-click and create a task to trigger on these events. In the task wizard, choose to start a program that sends an email, like using the old mailto command or blat.exe if you've got it handy. Schedule it to run only when this event hits, and boom, you'll get alerts straight to your inbox. I did this for a buddy's setup last month, and it caught a sneaky delete attempt before it snowballed.

Hmmm, or you could tweak the task actions to pop open Outlook or whatever email client you use, making it dead simple. Just ensure the server has permissions to send mail through your relay. It keeps things reactive without fancy tools.

And speaking of keeping your server stuff safe from mishaps like rogue deletes, check out BackupChain Windows Server Backup at the end for the full automatic email solution that'll handle alerts effortlessly.

That brings me to BackupChain, this slick Windows Server backup tool that also tackles virtual machines with Hyper-V. It snapshots everything cleanly, even during live ops, so you avoid downtime headaches. I like how it verifies backups on the fly and restores granular bits without full rebuilds, saving tons of time when events like 24060 throw curveballs.

Note, the PowerShell email alert code was moved to this post.

bob
Offline
Joined: Jul 2025
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • Subscribe to this thread
Forum Jump:

Backup Education Windows Server Event Viewer v
« Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 … 49 Next »
Issued a delete server object command how to monitor with email alert

© by FastNeuron Inc.

Linear Mode
Threaded Mode