Comments on: Manually Configuring Email Addresses for Exchange Server 2013 Recipients using PowerShell https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/ Practical Office 365 News, Tips, and Tutorials Mon, 29 Nov 2021 18:18:31 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Jim https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-237209 Mon, 29 Nov 2021 18:18:31 +0000 https://www.practical365.com/?p=6019#comment-237209 In reply to Paul Cunningham.

Hi Paul
I am in this situation – after some acquisitions we are standardizing on one @domain and want to do a first.last but the givenName is controlled by HR and isn’t always suitable for the addresses. I could populate an extensionAttribute with the desired prefix, like “preferred-first.initial.last” but don’t know how to specify that as the email address format.
Is it even possible?
Thanks for all the years of help this site has provided!
Jim

]]>
By: Sri https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-203106 Wed, 17 Apr 2019 14:07:12 +0000 https://www.practical365.com/?p=6019#comment-203106 Hi Paul, I am a big fan of yours. I require a help with the script to capture all the x500 proxy addresses of mail contacts from a specific OU and then write it back to the mail contacts on a different OU.

]]>
By: Barnster https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-165279 Wed, 10 Oct 2018 22:57:59 +0000 https://www.practical365.com/?p=6019#comment-165279 Hi Paul
Really like the format you have used and the explanations along the way.
Hoping you can help me with a very similar issue to what you have presented.
What I am trying to do is very similar but with one big difference, I’m trying to add an additional email address to a Mail Enabled AD Security Group (DistributionGroup). What I need to do is as follows –

1. add additional email address to mail enabled Security Group (eg. ???@abcd.net.co)
2. disable the ’email address policy’
3. make the new email address the primary SMTP address (change primary SMTP from ???@xyz.com.au to ???@abcd.net.co)

Would really appreciate any assistance you can provide.

]]>
By: Dee https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-156219 Wed, 22 Nov 2017 03:34:21 +0000 https://www.practical365.com/?p=6019#comment-156219 In reply to Paul Cunningham.

Thank you so much Paul! Sorry for the very delayed reply. I’ll check the script.

]]>
By: Kristy https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-155592 Wed, 25 Oct 2017 03:30:51 +0000 https://www.practical365.com/?p=6019#comment-155592 Thank you!! This was exactly what I needed.
[PS] C:\>Set-Mailbox Paul.Cunningham -EmailAddresses SMTP:paulc@exchange2013demo.com,smtp:paul.cunningham@exchange2013demo.com

]]>
By: Paul Cunningham https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-133722 Fri, 18 Aug 2017 00:48:50 +0000 https://www.practical365.com/?p=6019#comment-133722 In reply to Dee.

You can adapt this script to suit your needs.

https://www.practical365.com/exchange-server/add-smtpaddresses-ps1-bulk-add-smtp-addresses-to-office-365-mailbox-users/

]]>
By: Dee https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-133698 Fri, 18 Aug 2017 00:24:49 +0000 https://www.practical365.com/?p=6019#comment-133698 Hi,

I am very new to scripting.
I would like to add “zzz” to existing SMTP and smtp addresses of usernames in a CSV file. Anyone has script for this?

Thanks in advance!

]]>
By: Christian https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-75394 Fri, 21 Apr 2017 10:09:10 +0000 https://www.practical365.com/?p=6019#comment-75394 In reply to Paul Cunningham.

thx!

Sometimes its so easy that you dont see it yourself 😉

]]>
By: Paul Cunningham https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-75230 Fri, 21 Apr 2017 01:17:29 +0000 https://www.practical365.com/?p=6019#comment-75230 In reply to Christian.

You’re missing the hyphen on the -EmailAddressPolicyEnabled parameter.

]]>
By: Christian https://practical365.com/manually-configuring-email-addresses-for-exchange-server-2013-recipients-using-powershell/#comment-75030 Thu, 20 Apr 2017 14:11:12 +0000 https://www.practical365.com/?p=6019#comment-75030 how can i change the setting for users of a special OU ?

found this, but is not working in exchange 2016:
Get-mailbox -OrganizationalUnit “OU name”| set-mailbox EmailAddressPolicyEnabled $true
Argument true is not acceptet

]]>