Edit Default EAP - or add a new one
Exchange 2007 SP3 - 5000 users I need to add a SIP address to all users. I have working on a script to do this for existing users but would still need a way for new users. How can I edit the Default Email Address Policy to add a SIP address? The EAC only appears to allow for adding SMTP address. If I use the powershell set-emailaddresspolicy will this remove the rest of the settings or just change, add the address that I need? Thanks!
May 29th, 2011 2:21pm

On Sun, 29 May 2011 18:14:53 +0000, The_Messenger wrote: > > >Exchange 2007 SP3 - 5000 users > >I need to add a SIP address to all users. I have working on a script to do this for existing users but would still need a way for new users. > >How can I edit the Default Email Address Policy to add a SIP address? The EAC only appears to allow for adding SMTP address. Click the little down-arrow to the right of the "+ Add..." if you're using the EMC. Select "Custom address...". >If I use the powershell set-emailaddresspolicy will this remove the rest of the settings or just change, add the address that I need? Something like this should work: $p=Get-EmailAddressPolicy "policyname" $e=$p.EnabledEmailAddressTemplates $e+="SIP:%m@domain.tld" $p|Set-EmailAddressPolicy -EnabledEmailAddressTemplates $e --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 29th, 2011 5:55pm

Hi, In Exchange 2007, you also can add Non-SMTP e-mail address and Custom SMTP e-mail address. You can refer to this document: Managing E-Mail Address Policies http://technet.microsoft.com/en-us/library/aa998940(EXCHG.80).aspx When you want use Default Email Address Policy to add a SIP address, please refer to these: Exchange 2010 SP1 - Add SIP Address to E-mail Address Policy http://social.technet.microsoft.com/Forums/en-US/exchangesvrgeneral/thread/691501c1-d3a3-4e6c-9b68-8f27619cfc58/ How to Add, Remove, or Modify a SIP Address for a UM-Enabled User http://technet.microsoft.com/en-us/library/bb691029(EXCHG.80).aspx Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contact tngfb@microsoft.com Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
May 30th, 2011 4:15am

>If I use the powershell set-emailaddresspolicy will this remove the rest of the settings or just change, add the address that I need? Something like this should work: $p=Get-EmailAddressPolicy "policyname" $e=$p.EnabledEmailAddressTemplates $e+="SIP:%m@domain.tld" $p|Set-EmailAddressPolicy -EnabledEmailAddressTemplates $e --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP Rich - thanks. I have tried a similar set of commands. I will try this, thanks! Evan - This SIP address is not for UM enabled users. The Managing E-Mail Address Policies Document states that the "required .dll must be provided" but there isn't any information on how to obtain this required .dll.
Free Windows Admin Tool Kit Click here and download it now
May 30th, 2011 8:52am

I'm not using Unified Messaging, this SIP address is needed for Cisco Presence. I guess this is why the SIP address isn't defined in adsi. Since the type isn't defined I can't add it to the email address policy. Application log entry: The e-mail address description object in the Microsoft Exchange directory for the 'SIP' address type on 'AMD64' machines is missing.  1. Can I just add an entry for SIP using adsiedit? 2. should I go back to my original thought and just run a script that will add the address for all users? Rich, looks like you've been in on this discussion before :) http://social.technet.microsoft.com/Forums/en-US/exchangesvrgeneral/thread/691501c1-d3a3-4e6c-9b68-8f27619cfc58/ My Cisco setup is LDAP / AD integrated ??. I'm still reading.
May 30th, 2011 9:16am

It seems like he found the solution here: Exchange 2010 SP1 - Bulk Add E-mail Address http://social.technet.microsoft.com/Forums/en-US/ITCG/thread/d0cf6a7d-9e3f-4140-a0ee-635b22d9099c/MCTS: Messaging | MCSE: S+M
Free Windows Admin Tool Kit Click here and download it now
May 31st, 2011 5:47pm

Hi, Yes, when you add a non-SMTP custom e-mail address, you must have the appropriate dynamic-link library (DLL) files. If you do not provide the appropriate DLL files, you will not be able to create a customized e-mail address policy. Any updates after you contact the vendor of the product? I checked on my lab (Exchange 2007 SP3 without UM role), and didn’t find SIP address type can be added in ADSI. Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contact tngfb@microsoft.com Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
June 1st, 2011 10:52pm

As far as I have seen there is no .dll to provide. I will check again with our Cisco engineer, but I haven't seen anything in any Cisco forums or documentation - from the Exchange side. So, in this case, it might be that the solution is running a script on every user mailbox. Seems -messed up. I can create a sip address manaully with the EMC or EMS, I can add the address individually using ADSI -this is the instructions I have from Cisco - but can't add the address to the policy. The Application Event log states that the type is missing in ADSI, from that it seems reasonable thta it could be added with ADSI. It should be a Cisco deal to provide a .dll for their system but it seems like something is missing from MS side that would make this a better process. Any Cisco people out there that know of a .dll?
Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2011 8:58am

Hi, Any updates on this issue? If you still not be able to create the customized e-mail address policy, maybe you can use the script to add the SIP address. Thanks, Evan Liu TechNet Subscriber Support in forum If you have any feedback on our support, please contact tngfb@microsoft.com Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
June 6th, 2011 10:16pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics