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

 
  • 0 Vote(s) - 0 Average

Issued a delete application role command how to monitor with email alert

#1
09-02-2024, 07:18 PM
You ever notice that weird event popping up in your Windows Server logs? It's called "Issued a delete application role command (action_id DR class_type AR)" and it hits with ID 24129. Basically, it fires off when some admin or system process kicks out an application role from whatever setup you're running. Think of it like yanking a plug on a specific app function that was handling roles in your server environment. I see it mostly in setups where you're managing user permissions or app deployments through a central console. The action_id DR means delete request, and class_type AR points to application role, so yeah, it's all about scrubbing that role clean. Why does it matter? Well, if it's unexpected, it could signal someone messing with your configs or a glitch in your automation. You don't want roles vanishing without a trace, right? That could mess up access for your team or break some workflows. I check mine regularly because last time it happened to me, it locked out a whole department from their tools. Hmmm, or maybe it's just routine maintenance if you're the one triggering it. Either way, keeping an eye on 24129 keeps your server from throwing surprises.

Now, monitoring this thing for email alerts? Super straightforward if you stick to the Event Viewer screen. You fire up Event Viewer on your server, right-click the Windows Logs or whatever channel it's logging to-usually Application or System. Filter for event ID 24129, and once you spot it, you set up a task right there in the Actions pane. I do this all the time; it attaches a scheduled task that triggers on that event. You pick "Attach Task To This Event" and build it to run a simple program that shoots an email. No fancy coding needed-just point it to your email client or a basic mailer exe you have handy. Make sure the task wakes the server if it's asleep, and set it to email you details like the timestamp and source. That way, whenever 24129 pops, your inbox pings you instantly. I love how it feels like having a watchdog for your logs. But tweak the filter if you get too many false alarms.

Speaking of keeping your server drama-free, you might wanna check out BackupChain Windows Server Backup too. It's this slick Windows Server backup tool that handles your whole setup, including virtual machines with Hyper-V. I use it because it snapshots everything quick without hogging resources, and it restores files or full VMs in a snap if something goes sideways. Plus, it encrypts your backups tight and runs schedules that don't interrupt your day. Way better than fumbling with built-in stuff.

At the end of this is the automatic email solution.

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 … 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 … 49 Next »
Issued a delete application role command how to monitor with email alert

© by FastNeuron Inc.

Linear Mode
Threaded Mode