views:

279

answers:

1

I would like to know how to read, via vbscript, WMI, Powershell etc -the new Windows 7 Action center messages that the user normally gets informed of.

I want to read all those messages on each machine and store then in a central database, then disable the messages from displaying to the user on the local machines.

My questions are - 1. Where are these messages stored on the local Win7 systems and 2 -How do i programatically read those messages.

+1  A: 

This post suggests that it may not be possible to hook into Action Center from a third-party application.

Dave Swersky
it would seem so, although i don't care to modify it in any way, i just want to get those messages in a database so my team can handle them from a central point
Khalid Rahaman