You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jessica, thank you very much for your blog and this repo, I've dicovered them 2 days ago and learned a lot of new things!
I'm trying to use weffles to send an email alert when a user is added to some admin groups .
Event forwarding is working, the eventwatcher is in place, the email is fire when the groups get modified ... but when I stop/restart the schedule task I'm receiving emails for events that were already processed !
I was thinking we have to update the bookmark in the action block of the register-eventRecordWrittenEvent , so I tried this :
Hi Jessica, thank you very much for your blog and this repo, I've dicovered them 2 days ago and learned a lot of new things!
I'm trying to use weffles to send an email alert when a user is added to some admin groups .
Event forwarding is working, the eventwatcher is in place, the email is fire when the groups get modified ... but when I stop/restart the schedule task I'm receiving emails for events that were already processed !
I was thinking we have to update the bookmark in the action block of the register-eventRecordWrittenEvent , so I tried this :
but doesnt seem to work neither :(
Do you have any help to offer on this subject please ?
BTW I think there is some things missing in your script : the hashtable you create for specific events are never used ...
The text was updated successfully, but these errors were encountered: