forward rules
Where in exchnage/AD can you run a report to see which addresses are set up with autoforward rules on incoming mail? Thanks
September 3rd, 2012 8:25am

I don't believe there is anything standard or an easy way to do this.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2012 10:19am

On Mon, 3 Sep 2012 14:13:08 +0000, Ed Crowley wrote: > > >I don't believe there is anything standard or an easy way to do this. There's a semi-easy way. Glen Scales has a couple of scripts I've used to get this information: http://gsexdev.blogspot.com/2005/10/reporting-on-forwarding-rules-in.html#!/2005/10/reporting-on-forwarding-rules-in.html It might require a bit of fiddling to make them work in any particular organization, but they work (at leaast on Exchange 2007 -- I haven't tried them on 2010, but they should work there as well). --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
September 3rd, 2012 11:11am

You can use the Get-InboxRule cmdlet to view Inbox rule properties. And you can also try this cmdlet. Get-Mailbox -ResultSize unlimited | Where-Object {$_.ForwardingAddress -notLike ""} Moreover, here is another post for reference. Hope helps.Noya Lau TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
September 6th, 2012 2:22am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics