Monitoring for Disabled Outlook Rules
-
2012년 3월 2일 금요일 오전 8:20
Hi,
If I want to monitor for the event of the Outlook rule is disabled due to any errors, how do I configure this in Outlook?
Meaning, I want to be notified (via email) if the Outlook rule is disabled by errors/exceptions. How do I configure this in Outlook?
If there is no such property, what is the best approach to do so?
- 편집됨 izy100 2012년 3월 2일 금요일 오전 8:21
모든 응답
-
2012년 3월 4일 일요일 오후 4:23중재자I am not aware of any Outlook feature that would do this for you. Users should be instructed to test their rules after creating them. As an administrator, you may consider viewing the output of get-inboxrule (perhaps the ISVALID property?).
Mike Crowley | MVP
My Blog -- Planet Technologies

-
2012년 3월 5일 월요일 오전 2:24중재자
-
2012년 3월 6일 화요일 오전 4:25
Hi,
About this, "get-inboxrule (perhaps the ISVALID property?)." I couldn't find the ISVALID property.
Can you advise me the location/URL?
Thanks
-
2012년 4월 27일 금요일 오전 1:31중재자
It's the last field output in this command:
Get-InboxRule | fl
But unfortunately, it's not the most accurate description. I just created a rule referencing a group, and then deleted the group. The rule still appears as "valid".
Its possible (perhaps with increased diagnostic logging) an event is recorded to the application log when a rule fails, but I'd have to do some research into this. I'm not sure at this time.
Mike Crowley | MVP
My Blog -- Planet Technologies


