Link to home
Start Free TrialLog in
Avatar of xavier08
xavier08Flag for Afghanistan

asked on

Exchange 2010 Powershell to Set as Reply address

We're running Exchange 2010 on Server 2008 R2.  We're looking for a powershell script that will automatically change the "set as reply" address in Exchange.  The new address already exists on the mailboxes but it is not the "set as reply" address.

The further trick, is that we need to only change mailboxes defined in a .csv file.  The .csv would have a single column of usernames.  The goal is that we only want to modify a subset of our total users.

Thanks for any help you can provide.
ASKER CERTIFIED SOLUTION
Avatar of SubSun
SubSun
Flag of India 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
That's a very subsun-centric reply :D
Next time I will add your name too.. ;-)
Avatar of xavier08

ASKER

Thanks for the reply.  I appreciate you taking the time.  We're going to test your script shortly.  It looks similar to another script we put together earlier... but that one cleared all existing addresses and replaced them with the addresses specified in our script.  Will this do the same?

Also, it would be great to use address policy to update this but for some reason our address policies aren't getting applied.  The box to apply policy is checked on all mailboxes.  But that's a separate problem.  For now it would just be nice to get this script working.
The command will not overwrite the email addresses..
Thanks for your help. This is working perfectly.