Link to home
Start Free TrialLog in
Avatar of emailjws
emailjws

asked on

How can I see all the existing mail forwards in Exchange 2007

Afternoon,

I would like to get a dump of all the mail forwards that are currently active on my Exchange 2007 server. Does anyone know if this is possible via Powershell? I've been googling for a while but no luck.

Thanks.
Avatar of ATIG
ATIG
Flag of United States of America image

Are you looking for the Admin configured mail to be fowarded or user rules?
Avatar of emailjws
emailjws

ASKER

Right now I am looking for user rules (forwards that they have configured using Outlook I guess), but ideally I would like a list of all accounts that are being forwarded outside the organization.

Thanks.
get-mailbox -resultsize:unlimited | fl Alias,ForwardingAddress

this will not get rules though
ASKER CERTIFIED SOLUTION
Avatar of Farhan Kazi
Farhan Kazi
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the replies, much appreciated.

farhankaziDate- I ran the script from the second link and it works great but it doesn't seem to show the users that have the forward setup via outlook.

To give your more information, I am particually looking for one user who moved to another division within our org, his email address is autoforwarding to his new address, he now wants this stoppped. Thing is his AD account was deleted a while back so I can't see how the forwarding is still working, I have tested it though and it is. Very strange. Any ideas?