Link to home
Start Free TrialLog in
Avatar of tgustaf
tgustaf

asked on

In Exchange, is it possible to forward one user's email to another user one day a week, every Thursday for example?

I have a client who would like one user's email forwarded to her every Thursday (as the one person is unable to receive email Thursdays because she's unavailable).  Is this possible?  How to set it up?  Running SBS 2003 with Exchange 2003 until this weekend when we upgrade to SBS 2011 and Exchange 2010.
ASKER CERTIFIED SOLUTION
Avatar of ThorinO
ThorinO
Flag of United States of America 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
Avatar of Sigurdur Haraldsson
You could write a Powershell script with the Set-Mailbox command and the -ForwardingAddress parameter and schedule it to run Wednesday nights and Thursday nights (to disable the forwarding).

I don't have access to a system to try it out for you at the moment but this should put you in the right direction.
That's a good idea.
Avatar of tgustaf
tgustaf

ASKER

Seems like the easiest thing to do was to create the rule and teach them how to turn it on and off.