clareq Posted August 30, 2017 Posted August 30, 2017 We use 365 for our mail, and want to change the default e-mail suffix. Currently we have [email protected] as default and [email protected] as a secondary account - I did this by running set-ADUser -identity -add @{'proxyAddresses'='smtp:@','SMTP:@ Now I want to swap, so newsuffix is the primary, butset-ADUser -identity @','SMTP:@'} isn't working What am I doing wrong?
skell Posted August 30, 2017 Posted August 30, 2017 Try removing the old address and adding it back after the new one.
clareq Posted August 30, 2017 Author Posted August 30, 2017 Got it - I needed to use -replace, not -add 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now