RE: reporting on users with a auto forward rule

2008-02-28 Thread Senter, John
: RE: reporting on users with a auto forward rule Truth... In the 5.5 days, Premier had a little program that would do a crawl through hall the mailboxes, logging in to each and checking for forward/reply rules - couple of tick boxes, IIRC. I have no idea if such a program still exists, nor

RE: reporting on users with a auto forward rule

2008-02-28 Thread Bingham, Kevin
. From: Campbell, Rob [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 11:09 AM To: MS-Exchange Admin Issues Subject: RE: reporting on users with a auto forward rule I think that'll get you any forwarding address configured on the mailbox in AD,

RE: reporting on users with a auto forward rule

2008-02-28 Thread Campbell, Rob
008 11:03 AM To: MS-Exchange Admin Issues Subject: Re: reporting on users with a auto forward rule ** Note: The information contained in this message may be privileged and confidential and

Re: reporting on users with a auto forward rule

2008-02-28 Thread Angie Urtel
Found the server side: Get-Mailbox | where {$_.ForwardingAddress -ne $null} | ft name,forwardingaddress On Wed, Feb 27, 2008 at 1:31 PM, Angie Urtel <[EMAIL PROTECTED]> wrote: > I'm interested in this as well on the client side. > Or, does anyone know of a server-side way to tell if there are add

Re: reporting on users with a auto forward rule

2008-02-27 Thread Angie Urtel
I'm interested in this as well on the client side. Or, does anyone know of a server-side way to tell if there are additional smtp addresses setup for forwarding email to? (I know we have external contacts listed, but no way to link them to the mailboxes that forward to them) I'd need both solutio

reporting on users with a auto forward rule

2008-02-21 Thread Senter, John
Our security team is asking if there is a way to generate a report of all users that have a forward rule in place and pull where the rule is forwarding to. Does anyone know of a product of script that will crawl through the mailboxes and report on the hidden rules for a user? ~ Ninja Email Securi