Jump to content

Recommended Posts

Posted

I have changed the name and e-mail addresses in AD of a user who has got married; I think I've gotten everything in Attribute Editor (including msExchShadowProxyAddresses). The old e-mail address still shows at the top of Outlook 2016 and at the top of the folders on the left hand side. How can I get that changed to the new e-mail address or text of my choice? We have on premises AD with Office 365...

 

Regards,

 

Paul Vernon

Posted
Thanks, Danp. I was hoping to avoid having to do that as we sometimes have an issue with connecting a new profile to Office 365. Thanks for the suggestion, though.
Posted

have you dumped all of a users AD attributes and searched for the offending email address just in case it's still in there somewhere? Something like this and then check the file:

Get-ADUser -Filter {Name -eq "Username Here"} -Properties * | Out-File 'path to output .txt'

 

e.g

Get-ADUser -Filter {Name -eq "bobross"} -Properties * | Out-File 'C:\temp\ADUser.txt'

Posted

I've also never managed to do it with onsite AD/Exchange and Office365. Always end up creating new account and linking old mailboxes etc..

 

Would love to know if it is possible and how to do it as we've got a couple of wedding in the near future.

Posted
You just need to delete the local profile in control panel and let outlook rebuild it on the next run.

 

Yup - this should do it as long as the attributes are all as they should be (which it seems like they are). Funny how some people don't care at all (some don't even bother asking for their name to be changed), and some really​ care.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...