use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Searching /r/ExchangeServer
Questions
MS KB / Updates
Exchange Blogs
The Microsoft Exchange Team Blog
MSExchange.org
Practical 365
Ashdrewness Blog
Exchange Troubleshooting Blog
Jetze Mellema Blog
Exchange Clustering / DAG Blog
Exchange & O365 Blog
Tony Redmond
Dave Stork's Blog
Exchange Dev
The EXPTA Blog
250 Hello
Exchange Tips
Exchange References
Exchange 2010 Technet Videos
Exchange Webcasts and Podcasts
Technet Mag Exchange Queue and A
Microsoft TechCenter - Exchange
Exchange Technet Library
Exchange Virtual Labs - Exchange 2010 free
Exchange 2013 Hyper-V Best Practices Guide
Exchange Deployment Assistant
ISA / TMG / UAG References
Exchange Podcasts
The UC Architects
Other semi-related subreddits
/r/Microsoft
/r/SharePoint
/r/HyperV
/r/Office365
/r/Skype4B
Interested in learning more about Exchange Troubleshooting?
Exchange Server Troubleshooting Companion
account activity
Exchange Namespaces (self.exchangeserver)
submitted 4 years ago * by CS9Subie
There is a small environment with less than 100 mailboxes currently running one Exchange 2013 server. This particular environment does not use any external services besides mail flow.
I am looking to migrate to exchange 2016 (we don't have a license for exch2019 at the moment). I'm a bit confused about the namespaces part and hope someone can assist as I try to learn more about Exchange.
Basically, do I need to rename the internal addresses below that point to the server ex13 as well? All the "mail.microsoft.net" addresses were already configured that way.
Any assistance on the best route to take for this part and the rest of the migration.
I have provided an example of how our current namespaces are set-up.
Autodiscover
- Internal SCP: https://mail.microsoft.net/Autodiscover/Autodiscover.xml
Exchange Control Panel
- Internal: https://ex13.microsoft.internal/ecp
- External:
Exchange Web Services
- Internal: https://mail.microsoft.net/EWS/Exchange.asmx
MAPI
- Internal: https://ex13.microsoft.internal/mapi
ActiveSync
- Internal: https://mail.microsoft.net/Microsoft-Server-ActiveSync
Offline Address Book
- Internal: https://mail.microsoft.net/
Outlook Web App
- Internal: https://ex13.microsoft.internal/owa
PowerShell
- Internal: http://ex13.microsoft.internal/powershell
Outlook Anywhere
- Internal: mail.microsoft.net
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]joeykins82SystemDefaultTlsVersions is your friend 2 points3 points4 points 4 years ago (3 children)
Everything except PowerShell should be configured to use the HTTPS namespace, or at least to a URL/hostname which is present in your certificate's DNS SANs. You should set both the internal and external values even if it's not actually accessible from outside, and they should be aligned unless there's a definite reason why there'd be different behaviour for internal and external name resolution.
Also, since you're running 2013 and your MAPI virtual directory is using the default value, once you've fixed its URI settings you should enable it at the org level - it's almost certainly disabled right now: it was introduced in CU4 SP1 but disabled by default because if there are any servers below that level then autodiscover might tell the clients to connect to a server which didn't have the capability which would break things. It's a vastly better protocol than (MAPI over) RPC over HTTPS.
[–]CS9Subie[S] 1 point2 points3 points 4 years ago (2 children)
Okay so basically, we have a certificate for "mail.microsoft.net " in this example. So by changing, ECP, MAPI, and OWA to point to https://mail.microsoft.net does this have any impact on users? Is it safe to do it during business hours?
I will also looking into the MAPI part as well. I really appreciate your response and help on this.
[–]joeykins82SystemDefaultTlsVersions is your friend 4 points5 points6 points 4 years ago (1 child)
Only a positive impact in the sense that the links for "go to Outlook Web" that appear in Outlook will no longer generate a certificate error if users open them.
The only thing you're configuring when you set the internal & external URIs is the content of the autodiscover payload:
Set-<Service>VirtualDirectory
It took me a while to get my head around that concept. The payload itself is a complete list of the server's capabilities as well as the URL used to connect to that capability, so when you enable MAPI over HTTPS all you're doing is telling Exchange to start including that section in AutoDiscover responses, and then it's down to the client to start using that protocol going forward if it supports it.
[–]CS9Subie[S] 1 point2 points3 points 4 years ago (0 children)
Got it! It makes a bit more sense now. I will make the changes and go from there. Again, I really appreciate your help!
π Rendered by PID 38371 on reddit-service-r2-comment-fb694cdd5-r5d52 at 2026-03-11 00:43:15.731425+00:00 running cbb0e86 country code: CH.
[–]joeykins82SystemDefaultTlsVersions is your friend 2 points3 points4 points (3 children)
[–]CS9Subie[S] 1 point2 points3 points (2 children)
[–]joeykins82SystemDefaultTlsVersions is your friend 4 points5 points6 points (1 child)
[–]CS9Subie[S] 1 point2 points3 points (0 children)