|
|
Question : Listing Server Side Rules in Exchange?
|
|
I need to, if possible, create a report showing all of the server-side rules in use on our exchange server. Specifically, I've been asked to list all accounts that are forwarding email through the use of a rule.
I'd like to run a vbscript that can gather the information. From what I've researched already, it looks like it would be hard if not impossible to do.
|
Answer : Listing Server Side Rules in Exchange?
|
|
All of that information is only available client side. SO you would have to run a script that accesses each mailbox and extracts the rules. That would need to be a MAPI connection, requiring permissions and gets very complex very quickly.
Simon.
|
|
|
|
|