This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

GPO Changes Report - Only Send When Changed?

Is there a way to stop getting a daily report with nothing in it? I'd only like to get a GPO Changed report if something actually changed. 
I also tried to go to alerts and just alert on GPO changes, but the option isn't there. Can you make custom alerts?

Parents
  • If you know SQL, then look at the timeline table (dbo schema) or history tables. Then you can write a Daily PowerShell job that will send a report when certain events occur. It's not real-time, but you could schedule it every 5-10 minutes. We already do this with our customers, for example with new Azure Only users. I can't promise you anything yet, but I can see if I can write a mini sample script, of course only if you want and this is a viable solution for you?

Reply
  • If you know SQL, then look at the timeline table (dbo schema) or history tables. Then you can write a Daily PowerShell job that will send a report when certain events occur. It's not real-time, but you could schedule it every 5-10 minutes. We already do this with our customers, for example with new Azure Only users. I can't promise you anything yet, but I can see if I can write a mini sample script, of course only if you want and this is a viable solution for you?

Children
No Data