{"id":1848,"date":"2021-05-01T03:35:09","date_gmt":"2021-05-01T01:35:09","guid":{"rendered":"https:\/\/itsimple.info\/?p=1848"},"modified":"2021-05-01T03:39:49","modified_gmt":"2021-05-01T01:39:49","slug":"how-to-connect-office-2016-to-exchnage-2010","status":"publish","type":"post","link":"https:\/\/itsimple.info\/?p=1848","title":{"rendered":"how to Connect office 2016 to exchnage 2010"},"content":{"rendered":"<p>Outlook 2016 is by default, using &#8220;MAPI OVER HTTP&#8221;. While outlook 2010\/2013 uses by default &#8220;RPC OVER HTTP&#8221;. As a result outlook 2016 in addition outlook 2016 using only autodiscover way to connect. So we need to customize the setting to get him connected<\/p>\n<p>As a general rule of thumb, any version of Outlook supports 5 different Exchange versions;<\/p>\n<ul>\n<li>2 previous versions of Exchange<\/li>\n<li>its corresponding Exchange version<\/li>\n<li>2 future versions of Exchange<\/li>\n<\/ul>\n<p>So Outlook 2016 supports;<\/p>\n<ul>\n<li>Exchange 2010<\/li>\n<li>Exchange 2013<\/li>\n<li>Exchange 2016<\/li>\n<li>Exchange 2019 (vNext 1)<\/li>\n<li>Exchange vNext 2<\/li>\n<\/ul>\n<p>So First you&#8217;ll need to set a registry key to disable <strong>MAPI over HTTP<\/strong>. This will cause Outlook 2016 to fall back to RPC over HTTP.<\/p>\n<pre><p class=\"reg\">HKEY_CURRENT_USER\\Software\\Microsoft\\Exchange DWORD: MapiHttpDisabled Value: 1<\/p><\/pre>\n<p>&nbsp;<\/p>\n<p>To make autodiscover go faster you want to skip the root domain search bay adding this registry key<\/p>\n<pre><p class=\"reg\">HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Office\\16.0\\Outlook\\AutoDiscover\\ DWORD: ExcludeHttpsRootDomain Value: 1<\/p><\/pre>\n<p><span class=\"entry-content\">If your company doesn&#8217;t publish autodiscover in DNS, you can try creating an XML file. Paste this into notepad and save as C:\\path\\to\\autodiscover.xml . Don&#8217;t forget to change the domain in redirecturl<\/span><\/p>\n<pre>&lt;?xml version=\"1.0\" encoding=\"utf-8\"?&gt; &lt;Autodiscover xmlns=\"http:\/\/schemas.microsoft.com\/exchange\/autodiscover\/responseschema\/2006\"&gt; &lt;Response xmlns=\"http:\/\/schemas.microsoft.com\/exchange\/autodiscover\/outlook\/responseschema\/2006a\"&gt; &lt;Account&gt; &lt;AccountType&gt;email&lt;\/AccountType&gt; &lt;Action&gt;redirectUrl&lt;\/Action&gt; &lt;RedirectUrl&gt;https:\/\/autodiscover.domain.com\/autodiscover\/autodiscover.xml&lt;\/RedirectUrl&gt; &lt;\/Account&gt; &lt;\/Response&gt; &lt;\/Autodiscover&gt;<\/pre>\n<p>Next, edit the registry to add an autodiscover reference:<\/p>\n<pre class=\"reg\">HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Office\\16.0\\Outlook\\AutoDiscover \nREG_SZ: domain.com\nValue: C:\\path\\to\\autodiscover.xml<br><br><br><\/pre>\n<p>If the Exchange server is not properly configured, you&#8217;ll need to create an autodiscover.xml containing all of your account information. If you have access to a computer with Outlook 2013 or older, you may be able to use the autodiscover file it used.<\/p>\n<p>Type or paste <strong>%localappdata%\\microsoft\\outlook<\/strong> in the address bar of Windows Explorer to open Explorer to the folder where the autodiscover file is stored. It will be named something like this: <em>9a2b291a2545a44e9fa74ac13aad98c2 &#8211; Autodiscover.xml<\/em>. Copy it the folder you entered in the registry, delete the previously created autodiscover file and rename the copy to autodiscover.xml<\/p>\n<p>The Exchange 2010 Autodiscover functionality provides most values needed and the only thing you should need to change&nbsp;is to enable flag 4 of the RPC\/HTTP Connection Flags.<br>The flags in the RPC\/HTTP Connection Flags are:<\/p>\n<ul>\n<li>1: Enables the \u2018Connect to Microsoft Exchange using HTTP checkbox\u2019 on the Connection tab.<\/li>\n<li>2: Enables the \u2018Connect using SSL only\u2019 checkbox<\/li>\n<li>3: Enables the \u2018Only connect to proxy servers that have this principal name in their certificate\u2019 checkbox<\/li>\n<li>4: Enables the \u2018On fast networks, connect using HTTP first, then connect using TCP\/IP\u2019 checkbox<\/li>\n<li>5: Enables the \u2018On slow networks, connect using HTTP first, then connect using TCP\/IP\u2019 checkbox<\/li>\n<\/ul>\n<p>I have used Flags 1+2+3+4+5 which enables all checkboxes the way it used to look in Outlook 2013 for me.<\/p>\n<p>If you don\u2019t have a way to target only your Outlook Anywhere users or you don\u2019t want to use a GPO for some reason you can use the registry to apply these policy settings too.<\/p>\n<p>They registry key where the below values should be stored is:<\/p>\n<pre>HKEY_CURRENT_USER\\Software\\Policies\\Microsoft\\Office\\16.0\\Outlook\\RPC<\/pre>\n<p>The registry path normally doesn\u2019t exist and has to be created.<\/p>\n<p>Values and meanings<\/p>\n<ul>\n<li>ProxyServerFlags (DWORD)<br>Corresponds to the \u201cRPC\/HTTP Connection Flags\u201d policy<br>Can have one of the following decimal values:\n<p>&nbsp;<\/p>\n<ul>\n<li>0 (Not configured = Autodiscover)<\/li>\n<li>33 (Flags 1+5)<\/li>\n<li>35 (Flags 1+2+5)<\/li>\n<li>39 (Flags 1+2+3+5)<\/li>\n<li>41 (Flags 1+4+5)<\/li>\n<li>43 (Flags 1+2+4+5)<\/li>\n<li>47 (Flags 1+2+3+4+5)<\/li>\n<\/ul>\n<\/li>\n<li>ProxyAuthenticationService (DWORD)<br>Corresponds to the \u201cRPC Proxy Authentication Setting\u201d policy<br>Can have one of the following decimal values:\n<p>&nbsp;<\/p>\n<ul>\n<li>1 (Basic Authentication)<\/li>\n<li>2 (NTLM)<\/li>\n<li>3 (Negotiate)<\/li>\n<li>4 (Certificate)<\/li>\n<\/ul>\n<\/li>\n<li>ProxyServerName (Expandable String Value)<br>Corresponds to the \u201cRPC Proxy Server Name\u201d policy<br>Your Outlook Anywhere host name. I.e. mail.fourthcoffee.com<\/li>\n<li>ProxyServerPrincipalName (Expandable String Value)<br>Corresponds to the \u201cOnly connect if Proxy Server certificate has this principal name\u201d policy<br>Your Outlook Anywhere principle name prefixed by msstd:<br>I.e. msstd:mail.fourthcoffee.com<\/li>\n<\/ul>\n<h4>I have created a sample reg file with all the setting. You can download it from <span style=\"color: #000080;\"><strong><a style=\"color: #000080;\" href=\"https:\/\/itsimple.info\/wp-content\/uploads\/2021\/05\/Enable-RPC.zip\">HERE<\/a><\/strong><\/span><\/h4>\n<p>&nbsp;<\/p>\n<pre class=\"reg\">&nbsp;<\/pre>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Outlook 2016 is by default, using &#8220;MAPI OVER HTTP&#8221;. While outlook 2010\/2013 uses by default &#8220;RPC OVER HTTP&#8221;. As a result outlook 2016 in addition outlook 2016 using only autodiscover way to connect. So we need to customize the setting to get him connected As a general rule of thumb, any version of Outlook supports [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,14],"tags":[],"class_list":["post-1848","post","type-post","status-publish","format-standard","hentry","category-tutorials","category-windows"],"_links":{"self":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/1848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1848"}],"version-history":[{"count":0,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/1848\/revisions"}],"wp:attachment":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1848"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1848"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}