MAPI over HTTP question

Hi,

We have a single Exchange Organization consisting of 2 domains with separate Exchange services per domain. The parent domain servers are all at Exchange 2010 while the subdomain has been migrated to Exchange 2013 and all the Exchange 2010 servers have been decommissioned. I was looking at implementing MAPI over HTTP for the subdomain (which is Exchange 2013), however since part of the process involves a global setting (Set-OrganizationConfig -MapiHttpEnabled $true) I am concerned that this might impact the parent domain which is at Exchange 2010.

Any ideas?

Thank you.

March 2nd, 2015 3:35pm

Hi,

From your description, I would like to clarify the following thing:

MAPI over HTTP is an organization level setting. Since your old Exchange 2010 servers have been decommissioned, this setting shouldn't have an effect on them.

Hope my clarification can be helpful to you.

Best regards,

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
March 3rd, 2015 10:24am

Hi Amy,

Thank you for your reply.

I might have been a bit unclear in my original post. The parent domain is at Exchange 2010 and the child domain is at Exchange 2013, I am thinking about implementing MAPI over HTTP only in the child domain. Now since part of the process involves the command 'Set-OrganizationConfig -MapiHttpEnabled $true' will this somehow effect functionality in the parent domain which has only Exchange 2010 servers?

Thank you.


March 3rd, 2015 11:17am

Hi,

Yes, the command will enable both parent and child domain users to use ROH. If you want only the child domain users to use ROH, you can use:

1. Enable for all users

Set-OrganizationConfig -MapiHttpEnabled $true

2. Disable ROH through server level:

Disable-OutlookAnywhere -Server:'ServerName'

Or Disable ROH through mailbox level:

Get-mailbox database parentusersDB | set-CASMailbox  -mapiblockoutlookrpchttp $false

Thanks,

Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

 

Free Windows Admin Tool Kit Click here and download it now
March 4th, 2015 9:27pm

Hi,

Is there any update on this thread?


Thanks,

Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

 

March 9th, 2015 7:22am

Hi Simon,

I need the users in the parent domain (Exchange 2010) to use Outlook Anywhere, so I'm not in a position to do that. I just need to know if enabling MAPI over HTTP in the child domain (Exchange 2013) will have any unwanted effect on the parent domain.

I have now opened a ticket with Microsoft support and will update this thread with their reply.

Thank you.

Free Windows Admin Tool Kit Click here and download it now
March 10th, 2015 9:30am

Hello,

 

The Set-OrganizationConfig command is an organization level switch for Outlook Anywhere. It will affect the all the domains.

 

Thanks, Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com

 

March 18th, 2015 10:59am

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

Other recent topics Other recent topics