I have an alert in scom that alerts when a user is added to a security enabled group. Due to the large number of users that are added daily the volume is quite large with lots of alerts that I don't care about. What I'd like to do is tune this list in powershell(ie. to only forward on self promotions).
The steps I've taken is to create a channel in scom calling my powershell script and passing the eventid and the alertid to it but so far I've been unable to access the full log that was generated.
The reason I'm not querying the controllers directly is due to the large number of controllers and that scom is already collecting data for another department and I don't want to add additional strain to the controllers.
Any help would be appreciated and if I'm going about this the totally wrong way I'm open to other suggestions.