- Get link
- X
- Other Apps
In Exchange 2016, MAPI over HTTP can be set at the organization level or at the individual mailbox level. Mailbox-level settings always take precedence over organization-wide settings.
MAPI over HTTP is enabled by default in new Exchange 2016 typologies
Note: When MAPI over HTTP is enabled at the organization level, the MapiHttpEnabled parameter of the Get-OrganizationalConfig cmdlet is set to True.
Configure MAPI over HTTP
Make sure you have already configured the prerequisites described in MAPI over HTTP in Exchange 2016.
The digital certificate used by your Exchange environment must include the same InternalURL and ExternalURL values that are defined on the MAPI virtual directory.
Update server rules
Verify that your load balancers, reverse proxies, and firewalls are configured to allow access to the MAPI over HTTP virtual directory.
Enable MAPI over HTTP in your Exchange organization
After running the commands below, Outlook clients with MAPI over HTTP enabled will see a message to restart Outlook to use MAPI over HTTP.
Enable MAPI over HTTP for an individual mailbox
Test MAPI over HTTP connections
The following example tests the MAPI over HTTP connection from the Exchange server named Contoso Mail.
A successful test returns output that's similar to the following example:
Source : https://technet.microsoft.com/en-us/library/mt634322(v=exchg.160).aspx
MAPI over HTTP is enabled by default in new Exchange 2016 typologies
Note: When MAPI over HTTP is enabled at the organization level, the MapiHttpEnabled parameter of the Get-OrganizationalConfig cmdlet is set to True.
Configure MAPI over HTTP
Make sure you have already configured the prerequisites described in MAPI over HTTP in Exchange 2016.
Virtual directory configuration
Certificate configurationSet-MapiVirtualDirectory -Identity "Contoso\mapi (Default Web Site)" -InternalUrl https://Contoso.com/mapi -IISAuthenticationMethods Negotiate
The digital certificate used by your Exchange environment must include the same InternalURL and ExternalURL values that are defined on the MAPI virtual directory.
Update server rules
Verify that your load balancers, reverse proxies, and firewalls are configured to allow access to the MAPI over HTTP virtual directory.
Enable MAPI over HTTP in your Exchange organization
After running the commands below, Outlook clients with MAPI over HTTP enabled will see a message to restart Outlook to use MAPI over HTTP.
Set-OrganizationConfig -MapiHttpEnabled $true
Enable MAPI over HTTP for an individual mailbox
Set-CasMailbox <user or mailbox ID> -MapiHttpEnabled $true
The following example tests the MAPI over HTTP connection from the Exchange server named Contoso Mail.
Test-OutlookConnectivity -RunFromServerId ContosoMail -ProbeIdentity OutlookMapiHttpSelfTestProbe
MonitorIdentity StartTime EndTime Result Error Exception --------------- --------- ------- ------ ----- --------- OutlookMapiHttp.Protocol\OutlookMapiHttpSelfTestProbe 2/14/2016 7:15:00 AM 2/14/2016 7:15:10 AM Succeeded
- Get link
- X
- Other Apps
Comments
Post a Comment