<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exchange Archives - Apostolidis Cloud Corner</title>
	<atom:link href="https://www.cloudcorner.gr/category/microsoft/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cloudcorner.gr/category/microsoft/exchange/</link>
	<description>Remarks from a Cloud Architect encounters</description>
	<lastBuildDate>Fri, 20 Nov 2020 09:00:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.cloudcorner.gr/wp-content/uploads/2021/04/cropped-cloudcorner2-32x32.png</url>
	<title>Exchange Archives - Apostolidis Cloud Corner</title>
	<link>https://www.cloudcorner.gr/category/microsoft/exchange/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to disconnect a mailbox &#038; re-assign it to new user in a Hybrid Scenario</title>
		<link>https://www.cloudcorner.gr/microsoft/office-365/how-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario/</link>
					<comments>https://www.cloudcorner.gr/microsoft/office-365/how-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario/#comments</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Wed, 21 Jun 2017 10:32:34 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[dirsync]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange online]]></category>
		<category><![CDATA[hybrid]]></category>
		<category><![CDATA[office 365]]></category>
		<category><![CDATA[powershell]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=1298</guid>

					<description><![CDATA[<p>How to disconnect a mailbox &#38; re-assign it to new user in a Hybrid Scenario Scenario objectives: We have an</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/office-365/how-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario/">How to disconnect a mailbox &#038; re-assign it to new user in a Hybrid Scenario</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: justify;">How to disconnect a mailbox &amp; re-assign it to new user in a Hybrid Scenario</h1>
<p style="text-align: justify;">Scenario objectives: We have an Exchange Hybrid setup between on-premises and Exchange Online (Office 365). All users are synced and the mailbox is located at Exchange Online.</p>
<p style="text-align: justify;">We need to separate an existing mailbox from its user account and re-connect this mailbox to a new user account. If the mailbox in this scenario was located at the on-premises Exchange it would be an easy process just using the Exchange Management Console. But in a Hybrid scenario, the process includes many steps since the mailbox is not directory conencted to the Active Directory user account but it is conected to the Azure AD Synced User Account.</p>
<p style="text-align: justify;">For the ease of the guide we will name the Existing User Account: OLDUSER and the New User Account: NEWUSER.</p>
<p style="text-align: justify;">We will disconnect the Exchange Online Mailbox from the OLDUSER and connect it to the NEWUSER.</p>
<p style="text-align: justify;">Step 1.</p>
<p style="text-align: justify;">At the on-premises Active Directory, at an OU that is not synced with Azure AD, create the new user account. The &#8220;NEWUSER&#8221;. Ensure that you do not enter nothing at the email field. Just a user account with no email attributes.</p>
<p style="text-align: justify;">Step 2.</p>
<p style="text-align: justify;">Move the &#8220;OLDUSER&#8221; to an OU that is not synced with Azure AD</p>
<p style="text-align: justify;">Step 3.</p>
<p style="text-align: justify;">Run a Delta Sync. Go to the server that the AD Connect is installed, open the PowerShell and run &#8220;Start-ADSyncSyncCycle&#8221;</p>
<p style="text-align: justify;">Step 4.</p>
<p style="text-align: justify;">We need to get the GUID of the NEWUSER. To do so login to a Domain Controller, open PowerShell and run:</p>
<pre class="lang:ps decode:true ">[system.convert]::ToBase64String((Get-Aduser NEWUSER).objectGUid.ToByteArray())</pre>
<p id="jmbPsYf" style="text-align: justify;"><img decoding="async" width="571" height="40" class="alignnone size-full wp-image-1301 " src="http://www.e-apostolidis.gr/wp-content/uploads/2017/06/img_594a4492c7b43.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a4492c7b43.png 571w, https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a4492c7b43-300x21.png 300w" sizes="(max-width: 571px) 100vw, 571px" /></p>
<p style="text-align: justify;">Copy the GUID to a Notepad</p>
<p style="text-align: justify;">Step 5.</p>
<p style="text-align: justify;">Open the Office 365 Admin Center and Restore the deleted user &#8220;OLDUSER&#8221;</p>
<p style="text-align: justify;">Go to Users &#8211;&gt; Deleted Users &#8211;&gt; Select the user &#8220;OLDUSER&#8221; &#8211;&gt;Click Restore</p>
<p id="cPpLMLX" style="text-align: justify;"><img fetchpriority="high" decoding="async" width="613" height="254" class="alignnone size-full wp-image-1302 " src="http://www.e-apostolidis.gr/wp-content/uploads/2017/06/img_594a456ca9d87.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a456ca9d87.png 613w, https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a456ca9d87-300x124.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a456ca9d87-600x249.png 600w" sizes="(max-width: 613px) 100vw, 613px" /></p>
<p style="text-align: justify;">Step 6.</p>
<p style="text-align: justify;">Connect to Azure AD and set the GUID of the &#8220;NEWUSER&#8221; to the Office 365 &#8220;OLD USER&#8221;. Details for connecting to Azure AD &#8220;<a href="https://technet.microsoft.com/en-us/library/dn975125.aspx">https://technet.microsoft.com/en-us/library/dn975125.aspx</a>&#8220;</p>
<pre class="lang:ps decode:true">Connect-MsolService

Set-MsolUser -UserPrincipalName olduser@mydomain.com -ImmutableId vMZGJpW6CUGY09bduJ5dlw==</pre>
<p id="gxeKOAr" style="text-align: justify;"><img decoding="async" width="579" height="41" class="alignnone size-full wp-image-1303 " src="http://www.e-apostolidis.gr/wp-content/uploads/2017/06/img_594a46a11e745.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a46a11e745.png 579w, https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a46a11e745-300x21.png 300w" sizes="(max-width: 579px) 100vw, 579px" /></p>
<p style="text-align: justify;">Step 5.</p>
<p style="text-align: justify;">Open the Office 365 Admin Center and Delete the old user &#8220;OLDUSER&#8221;</p>
<p style="text-align: justify;">Go to Users &#8211;&gt; Active users &#8211;&gt; Select the &#8220;OLDUSER&#8221; &#8211;&gt; click Delete user</p>
<p id="VoMSGyP" style="text-align: justify;"><img loading="lazy" decoding="async" width="505" height="217" class="alignnone size-full wp-image-1304 " src="http://www.e-apostolidis.gr/wp-content/uploads/2017/06/img_594a46e3db163.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a46e3db163.png 505w, https://www.cloudcorner.gr/wp-content/uploads/2017/06/img_594a46e3db163-300x129.png 300w" sizes="auto, (max-width: 505px) 100vw, 505px" /></p>
<p style="text-align: justify;">Step 6.</p>
<p style="text-align: justify;">Clean the on-premises Active Directory account of the old user &#8220;OLDUSER&#8221; from all attributes that will be added to the new user, like Proxy addresses, Target, address, Alias name, nickname etc.</p>
<p style="text-align: justify;">Step 7.</p>
<p style="text-align: justify;">Make the &#8220;NEWUSER&#8221; user account a Remote Mailbox object</p>
<p style="text-align: justify;">At the on-premises Exchange, open the Exchange Management Shell and run:</p>
<pre class="lang:ps decode:true ">Enable-RemoteMailbox -Identity NEWUSER -DisplayName "NEW USER" -RemoteRoutingAddress newuser@mydomain.onmicrosoft.com -Alias newuser -PrimarySmtpAddress newuser@mydomain.com</pre>
<p style="text-align: justify;">Step 8.</p>
<p style="text-align: justify;">Move the &#8220;NEWUSER&#8221; to an OU that is Synced with Azure AD and run a Delta Sync like Step 3.</p>
<p style="text-align: justify;">After that the &#8220;NEWUSER&#8221; active directory account will be connected with the &#8220;OLDUSER&#8221; Exchange Online mailbox and all attributes of the Exchange Online mailbox will be replaced with the &#8220;NEWUSER&#8217;s&#8221; values.</p>
<p>&nbsp;</p>
<p>I suppose there are other ways, maybe easier, to accomplish this task, but following this process you will have the desired result without problems.</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:prox&#105;m&#097;g&#114;&#064;h&#111;tmai&#108;&#046;com" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fhow-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario%2F&amp;linkname=How%20to%20disconnect%20a%20mailbox%20%26%20re-assign%20it%20to%20new%20user%20in%20a%20Hybrid%20Scenario" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fhow-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario%2F&amp;linkname=How%20to%20disconnect%20a%20mailbox%20%26%20re-assign%20it%20to%20new%20user%20in%20a%20Hybrid%20Scenario" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fhow-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario%2F&#038;title=How%20to%20disconnect%20a%20mailbox%20%26%20re-assign%20it%20to%20new%20user%20in%20a%20Hybrid%20Scenario" data-a2a-url="https://www.cloudcorner.gr/microsoft/office-365/how-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario/" data-a2a-title="How to disconnect a mailbox &amp; re-assign it to new user in a Hybrid Scenario"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/office-365/how-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario/">How to disconnect a mailbox &#038; re-assign it to new user in a Hybrid Scenario</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/office-365/how-to-disconnect-a-mailbox-re-assign-it-to-new-user-in-a-hybrid-scenario/feed/</wfw:commentRss>
			<slash:comments>22</slash:comments>
		
		
			</item>
		<item>
		<title>Exchange 2013/16 Set Virtual Directories Notes</title>
		<link>https://www.cloudcorner.gr/microsoft/exchange/exchange-201316-set-virtual-directories-notes/</link>
					<comments>https://www.cloudcorner.gr/microsoft/exchange/exchange-201316-set-virtual-directories-notes/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 13 Dec 2016 16:07:27 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2013]]></category>
		<category><![CDATA[exchange 2016]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=1092</guid>

					<description><![CDATA[<p>You can find all this info at many many blogs allover the internet, I just want to have a note</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/exchange/exchange-201316-set-virtual-directories-notes/">Exchange 2013/16 Set Virtual Directories Notes</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>You can find all this info at many many blogs allover the internet, I just want to have a note here to have them gathered for ease.</div>
<div></div>
<div><b>Outlook Anywhare</b></div>
<div>Get-OutlookAnywhere | Select Server,ExternalHostname,Internalhostname</div>
<div></div>
<div>Get-OutlookAnywhere | Set-OutlookAnywhere -ExternalHostname mail.mydomain.com -InternalHostname mail.mydomain.com -ExternalClientsRequireSsl $true -InternalClientsRequireSsl $true -DefaultAuthenticationMethod NTLM</div>
<div></div>
<div><b>MAPI</b></div>
<div>Get-MapiVirtualDirectory | Select Server,ExternalURL,InternalURL | fl</div>
<div></div>
<div>Get-MAPIVirtualDirectory | Set-MAPIVirtualDirectory -ExternalUrl https://mail.mydomain.com/mapi -InternalUrl https://mail.mydomain.com/mapi</div>
<div></div>
<div><b>OWA</b></div>
<div>Get-OwaVirtualDirectory | Select Server,ExternalURL,InternalURL | fl</div>
<div></div>
<div>Get-OwaVirtualDirectory | Set-OwaVirtualDirectory -ExternalUrl https://mail.mydomain.com/owa -InternalUrl https://mail.mydomain.com/owa</div>
<div></div>
<div><b>ECP</b></div>
<div>Get-EcpVirtualDirectory | Set-EcpVirtualDirectory -ExternalUrl https://mail.mydomain.com/ecp -InternalUrl https://mail.mydomain.com/ecp</div>
<div></div>
<div></div>
<div><b>ActiveSync</b></div>
<div>Get-ActiveSyncVirtualDirectory | select server,externalurl,internalurl | fl</div>
<div></div>
<div>Get-ActiveSyncVirtualDirectory | Set-ActiveSyncVirtualDirectory -ExternalUrl https://mail.mydomain.com/Microsoft-Server-ActiveSync -InternalUrl https://mail.mydomain.com/Microsoft-Server-ActiveSync</div>
<div></div>
<div><b>EWS</b></div>
<div>Get-WebServicesVirtualDirectory | Select Server,ExternalURL,InternalURL | fl</div>
<div></div>
<div>Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory -ExternalUrl https://mail.mydomain.com/EWS/Exchange.asmx -InternalUrl https://mail.mydomain.com/EWS/Exchange.asmx</div>
<div></div>
<div><b>OAB</b></div>
<div>Get-OabVirtualDirectory | Select Server,ExternalURL,InternalURL | fl</div>
<div></div>
<div>Get-OabVirtualDirectory | Set-OabVirtualDirectory -ExternalUrl https://mail.mydomain.com/OAB -InternalUrl https://mail.mydomain.com/OAB</div>
<div></div>
<div><b>AUTODISCOVER SCP</b></div>
<div>Get-ClientAccessServer | Select Name,AutoDiscoverServiceInternalURI</div>
<div></div>
<div>Get-ClientAccessServer | Set-ClientAccessServer -AutoDiscoverServiceInternalUri https://mail.mydomain.com/Autodiscover/Autodiscover.xml</div>
<div></div>
<div></div>
<div></div>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:p&#114;ox&#105;magr&#064;&#104;o&#116;m&#097;il.c&#111;&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-201316-set-virtual-directories-notes%2F&amp;linkname=Exchange%202013%2F16%20Set%20Virtual%20Directories%20Notes" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-201316-set-virtual-directories-notes%2F&amp;linkname=Exchange%202013%2F16%20Set%20Virtual%20Directories%20Notes" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-201316-set-virtual-directories-notes%2F&#038;title=Exchange%202013%2F16%20Set%20Virtual%20Directories%20Notes" data-a2a-url="https://www.cloudcorner.gr/microsoft/exchange/exchange-201316-set-virtual-directories-notes/" data-a2a-title="Exchange 2013/16 Set Virtual Directories Notes"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/exchange/exchange-201316-set-virtual-directories-notes/">Exchange 2013/16 Set Virtual Directories Notes</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/exchange/exchange-201316-set-virtual-directories-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Exchange 2010 &#124; add local domain CA certificate</title>
		<link>https://www.cloudcorner.gr/microsoft/exchange/exchange-2010-add-local-domain-ca-certificate/</link>
					<comments>https://www.cloudcorner.gr/microsoft/exchange/exchange-2010-add-local-domain-ca-certificate/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Fri, 29 Jul 2016 10:17:12 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=1019</guid>

					<description><![CDATA[<p>First we need to create a certificate request Open the Microsoft Exchange Management Console and navigate to Microsoft Exchange -&#62;</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/exchange/exchange-2010-add-local-domain-ca-certificate/">Exchange 2010 | add local domain CA certificate</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>First we need to create a certificate request</p>
<p>Open the Microsoft Exchange Management Console and navigate to Microsoft Exchange -&gt; Server Configuration.</p>
<p>On the right panel press the &#8220;New Exchange Certificate&#8221;</p>
<p id="IcnajXr"><img loading="lazy" decoding="async" width="205" height="116" class="alignnone size-full wp-image-1027 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b27be99f9e.png" alt="" /></p>
<p>The &#8220;New Exchange Certificate&#8221; wizard will start. Enter a friendly name, just a name to remember what this certificate is about.</p>
<p id="JDRaiCG"><img loading="lazy" decoding="async" width="591" height="257" class="alignnone size-full wp-image-1028 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b27fdbb3cf.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b27fdbb3cf.png 591w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b27fdbb3cf-300x130.png 300w" sizes="auto, (max-width: 591px) 100vw, 591px" /></p>
<p>no need to check the wildcard option</p>
<p id="EtdTZXg"><img loading="lazy" decoding="async" width="582" height="239" class="alignnone size-full wp-image-1029 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b2865f2737.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2865f2737.png 582w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2865f2737-300x123.png 300w" sizes="auto, (max-width: 582px) 100vw, 582px" /></p>
<p>At the next page select the services that you want, in most cases select all  &#8220;Client Access Server&#8221;,</p>
<p id="ZkhorfF"><img loading="lazy" decoding="async" width="592" height="512" class="alignnone size-full wp-image-1031 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b28e1b354b.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b28e1b354b.png 592w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b28e1b354b-300x259.png 300w" sizes="auto, (max-width: 592px) 100vw, 592px" /></p>
<p>Next add all the alternative names that you want to include to the certificate</p>
<p id="YlDGuRt"><img loading="lazy" decoding="async" width="588" height="350" class="alignnone size-full wp-image-1032 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b2937afb28.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2937afb28.png 588w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2937afb28-300x179.png 300w" sizes="auto, (max-width: 588px) 100vw, 588px" /></p>
<p>fill the Organization form and select the save path</p>
<p id="fQORogU"><img loading="lazy" decoding="async" width="585" height="472" class="alignnone size-full wp-image-1033 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b29920a85a.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b29920a85a.png 585w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b29920a85a-300x242.png 300w" sizes="auto, (max-width: 585px) 100vw, 585px" /></p>
<p>finally press &#8220;new&#8221; to create the certificate request</p>
<p id="utNSVvF"><img loading="lazy" decoding="async" width="589" height="503" class="alignnone size-full wp-image-1034 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b29c869221.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b29c869221.png 589w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b29c869221-300x256.png 300w" sizes="auto, (max-width: 589px) 100vw, 589px" /></p>
<p>after this at the Exchange Certificates windows of the Exchange Management Console you will see a new item that will say &#8220;Pending request&#8221;.</p>
<p>Open the exported file with notepad and save it as &#8220;ASCII&#8221; encoding (the original is Unicode)</p>
<p id="SZuTWJF"><img loading="lazy" decoding="async" width="319" height="127" class="alignnone size-full wp-image-1035 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b2b03bfcb1.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2b03bfcb1.png 319w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2b03bfcb1-300x119.png 300w" sizes="auto, (max-width: 319px) 100vw, 319px" /></p>
<p>Now we need to go to our Domain&#8217;s Active Directory Certification Authority and open an elevated command prompt.</p>
<p>Run the command:</p>
<p>certreq.exe -submit -attrib CertificateTemplate:WebServer</p>
<p id="UdQDUvn"><img loading="lazy" decoding="async" width="622" height="76" class="alignnone size-full wp-image-1036 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b2b42f3883.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2b42f3883.png 622w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2b42f3883-300x37.png 300w" sizes="auto, (max-width: 622px) 100vw, 622px" /></p>
<p>It will ask you to select the request file, select the ACHII encoded file</p>
<p id="hloRRHj"><img loading="lazy" decoding="async" width="504" height="177" class="alignnone size-full wp-image-1037 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b2b6875e43.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2b6875e43.png 504w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2b6875e43-300x105.png 300w" sizes="auto, (max-width: 504px) 100vw, 504px" /></p>
<p>and then select the Certification Authority</p>
<p id="xKWCLlX"><img loading="lazy" decoding="async" width="371" height="228" class="alignnone size-full wp-image-1038 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b2bc027538.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2bc027538.png 371w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2bc027538-300x184.png 300w" sizes="auto, (max-width: 371px) 100vw, 371px" /></p>
<p>finally it will produce a cer file.</p>
<p>Go back to the Exchange Certificates window of the Exchange Management Console, select the &#8220;pending certificate request&#8221; and press &#8220;complete pending request&#8221;. Select the cer file, select the services needed (IIS, SMTP, POP, IMAP) and the wizard will create the certificate and enable it for the services.</p>
<p id="tWSVZDr"><img loading="lazy" decoding="async" width="606" height="104" class="alignnone size-full wp-image-1039 " src="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/img_579b2d1220d47.png" alt="" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2d1220d47.png 606w, https://www.cloudcorner.gr/wp-content/uploads/2016/07/img_579b2d1220d47-300x51.png 300w" sizes="auto, (max-width: 606px) 100vw, 606px" /></p>
<p>&nbsp;</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:&#112;ro&#120;im&#097;&#103;&#114;&#064;ho&#116;m&#097;&#105;l&#046;&#099;o&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-2010-add-local-domain-ca-certificate%2F&amp;linkname=Exchange%202010%20%7C%20add%20local%20domain%20CA%20certificate" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-2010-add-local-domain-ca-certificate%2F&amp;linkname=Exchange%202010%20%7C%20add%20local%20domain%20CA%20certificate" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-2010-add-local-domain-ca-certificate%2F&#038;title=Exchange%202010%20%7C%20add%20local%20domain%20CA%20certificate" data-a2a-url="https://www.cloudcorner.gr/microsoft/exchange/exchange-2010-add-local-domain-ca-certificate/" data-a2a-title="Exchange 2010 | add local domain CA certificate"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/exchange/exchange-2010-add-local-domain-ca-certificate/">Exchange 2010 | add local domain CA certificate</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/exchange/exchange-2010-add-local-domain-ca-certificate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Match OnPrem Active Directory users to existing Office365 Users</title>
		<link>https://www.cloudcorner.gr/microsoft/office-365/match-onprem-active-directory-users-existing-office365-users/</link>
					<comments>https://www.cloudcorner.gr/microsoft/office-365/match-onprem-active-directory-users-existing-office365-users/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Fri, 29 Jul 2016 09:27:03 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[dirsync]]></category>
		<category><![CDATA[office 365]]></category>
		<category><![CDATA[powershell]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=1021</guid>

					<description><![CDATA[<p>Lets say you have an Office 365 account and cloud only users with mailboxes and now you decide that you want</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/office-365/match-onprem-active-directory-users-existing-office365-users/">Match OnPrem Active Directory users to existing Office365 Users</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Lets say you have an Office 365 account and cloud only users with mailboxes and now you decide that you want to sync it and match the Office 365 users with your Active Directory users.</p>
<p>I prepared a lab with one DC and I created a trial Office 365 E3 account with custom domain. I created users with the same username to both.  At Active Directory I set the UPN to match the Office 365 user name and also added the email address.</p>
<p>Next I enabled directory synchronization from Office 365 and installed Azure AD Connect to DC2. After the initial sync i got this error:</p>
<p><em>Unable to update this object because the following attributes associated with this object have values that may already be associated with another object in your local directory services: [Mail test1@xxxxx.gr;].</em></p>
<p>I realized that Office 365 could not map the users, it was trying to create new. So there must be an attribute that needs correction. The solution came form the following blog:</p>
<p>http://blogs.4ward.it/how-to-map-onprem-active-directory-users-to-existing-office365-users/</p>
<p>and specifically at the &#8220;manual match method&#8221; section:</p>
<p><em>In order to match the user with the cloud user you have to set the Immutable ID of onPremise Active Directory user’s ObjectGUID to the immutableID value of the Office365 user.</em><br />
<em>To retrieve the ObjectGUID you can use the following command:</em></p>
<p><em>Ldifde –d “CN=xxx…,OU=xxx,DC=xxxx,DC=xx” –f c:\temp\exportuser1.txt</em></p>
<p><em>“CN=xxx…,OU=xxx,DC=xxxx,DC=xx” is the distinguished name of the user. You can use ADSIEdit or the AD Users &amp; Computer (attribute editor) to find this value</em></p>
<p><em>In the Textfile exportuser1.txt look for the ObjectGUID. You will find a string like z2Xbu0xFTUapOeDqHRTN1A==</em></p>
<p><em>Then connect to Windows Azure Active Director and use the command</em></p>
<p><em>set-MsolUser -UserPrincipalName user1.surname1@customerdomain.com -ImmutableId z2Xbu0xFTUapOeDqHRTN1A==</em></p>
<p>After that I just forced a delta sync &#8220;Start-ADSyncSyncCycle -PolicyType Delta&#8221; , the sync was successful and the users in Office 365 changed from &#8220;In Clout&#8221; to &#8220;Synced with Active Directory&#8221;</p>
<p>&nbsp;</p>
<p><a href="http://www.e-apostolidis.gr/wp-content/uploads/2016/07/How-to-Map-OnPrem-Active-Directory-users-to-existing-Office365-Users.pdf">How to Map OnPrem Active Directory users to existing Office365 Users</a></p>
<p>source: http://blogs.4ward.it/how-to-map-onprem-active-directory-users-to-existing-office365-users/</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:pr&#111;&#120;i&#109;&#097;&#103;r&#064;h&#111;&#116;&#109;&#097;il.co&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fmatch-onprem-active-directory-users-existing-office365-users%2F&amp;linkname=Match%20OnPrem%20Active%20Directory%20users%20to%20existing%20Office365%20Users" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fmatch-onprem-active-directory-users-existing-office365-users%2F&amp;linkname=Match%20OnPrem%20Active%20Directory%20users%20to%20existing%20Office365%20Users" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fmatch-onprem-active-directory-users-existing-office365-users%2F&#038;title=Match%20OnPrem%20Active%20Directory%20users%20to%20existing%20Office365%20Users" data-a2a-url="https://www.cloudcorner.gr/microsoft/office-365/match-onprem-active-directory-users-existing-office365-users/" data-a2a-title="Match OnPrem Active Directory users to existing Office365 Users"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/office-365/match-onprem-active-directory-users-existing-office365-users/">Match OnPrem Active Directory users to existing Office365 Users</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/office-365/match-onprem-active-directory-users-existing-office365-users/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create migration endpoint &#124; (Cutover &#038; Staging Migration)</title>
		<link>https://www.cloudcorner.gr/microsoft/office-365/create-migration-endpoint-cutover-staging-migration/</link>
					<comments>https://www.cloudcorner.gr/microsoft/office-365/create-migration-endpoint-cutover-staging-migration/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 31 May 2016 19:31:11 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2013]]></category>
		<category><![CDATA[exchange online]]></category>
		<category><![CDATA[office 365]]></category>
		<category><![CDATA[powershell]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=1001</guid>

					<description><![CDATA[<p>Open the Office 365 Exchange Administration Console and go to Recipients &#62; Migration &#62; More &#62; Migration endpoints and click</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/office-365/create-migration-endpoint-cutover-staging-migration/">Create migration endpoint | (Cutover &#038; Staging Migration)</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Open the Office 365 Exchange Administration Console and go to Recipients &gt; Migration &gt; More &gt; Migration endpoints and click on the plus sign to add a new endpoint.</p>
<p><a href="http://www.e-apostolidis.gr/wp-content/uploads/2016/05/cme1.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1002" src="http://www.e-apostolidis.gr/wp-content/uploads/2016/05/cme1.png" alt="cme1" width="867" height="275" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/05/cme1.png 867w, https://www.cloudcorner.gr/wp-content/uploads/2016/05/cme1-300x95.png 300w, https://www.cloudcorner.gr/wp-content/uploads/2016/05/cme1-768x244.png 768w, https://www.cloudcorner.gr/wp-content/uploads/2016/05/cme1-660x209.png 660w" sizes="auto, (max-width: 867px) 100vw, 867px" /></a></p>
<p>Select the type of migration endpoint (Outlook Anywhere) and enter the details requested:</p>
<ul>
<li>An email address that will be migrated – this is used to test mailbox access during configuration</li>
<li>Account with privileges – usually a Domain Administrator, but it can be another user, in which case you must assign permissions as specified here</li>
<li>The privileged account you specify will be used to autodiscover the connection settings and test access to the mailbox specified above.</li>
</ul>
<p>Click next and verify that the correct details have been populated in the next dialogue box:</p>
<p><a href="http://www.e-apostolidis.gr/wp-content/uploads/2016/05/cme2.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1003" src="http://www.e-apostolidis.gr/wp-content/uploads/2016/05/cme2.png" alt="cme2" width="335" height="325" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/05/cme2.png 335w, https://www.cloudcorner.gr/wp-content/uploads/2016/05/cme2-300x291.png 300w" sizes="auto, (max-width: 335px) 100vw, 335px" /></a></p>
<p>Now that the endpoint has been tested you just need to define values for the number of concurrent migrations and supply a descriptive name for the endpoint.</p>
<p><a href="http://www.e-apostolidis.gr/wp-content/uploads/2016/05/cme3.png"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-1004" src="http://www.e-apostolidis.gr/wp-content/uploads/2016/05/cme3.png" alt="cme3" width="352" height="292" srcset="https://www.cloudcorner.gr/wp-content/uploads/2016/05/cme3.png 352w, https://www.cloudcorner.gr/wp-content/uploads/2016/05/cme3-300x249.png 300w" sizes="auto, (max-width: 352px) 100vw, 352px" /></a></p>
<p>&nbsp;</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:&#112;&#114;&#111;xima&#103;&#114;&#064;hot&#109;&#097;&#105;l&#046;&#099;&#111;m" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fcreate-migration-endpoint-cutover-staging-migration%2F&amp;linkname=Create%20migration%20endpoint%20%7C%20%28Cutover%20%26%20Staging%20Migration%29" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fcreate-migration-endpoint-cutover-staging-migration%2F&amp;linkname=Create%20migration%20endpoint%20%7C%20%28Cutover%20%26%20Staging%20Migration%29" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Foffice-365%2Fcreate-migration-endpoint-cutover-staging-migration%2F&#038;title=Create%20migration%20endpoint%20%7C%20%28Cutover%20%26%20Staging%20Migration%29" data-a2a-url="https://www.cloudcorner.gr/microsoft/office-365/create-migration-endpoint-cutover-staging-migration/" data-a2a-title="Create migration endpoint | (Cutover &amp; Staging Migration)"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/office-365/create-migration-endpoint-cutover-staging-migration/">Create migration endpoint | (Cutover &#038; Staging Migration)</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/office-365/create-migration-endpoint-cutover-staging-migration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Exchange 2013 Add public certificate and enable it</title>
		<link>https://www.cloudcorner.gr/microsoft/exchange/exchange-2013-add-public-certificate-enable/</link>
					<comments>https://www.cloudcorner.gr/microsoft/exchange/exchange-2013-add-public-certificate-enable/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 31 May 2016 19:19:07 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2013]]></category>
		<category><![CDATA[exchange online]]></category>
		<category><![CDATA[office 365]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=997</guid>

					<description><![CDATA[<p>The exchangeserverpro.com site has the below excellent articles, to create the certificate request: http://exchangeserverpro.com/create-ssl-certificate-request-exchange-2013/ to compete the pending request: http://exchangeserverpro.com/exchange-2013-complete-pending-certificate-request/ and</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/exchange/exchange-2013-add-public-certificate-enable/">Exchange 2013 Add public certificate and enable it</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The exchangeserverpro.com site has the below excellent articles,</p>
<p>to create the certificate request:</p>
<p>http://exchangeserverpro.com/create-ssl-certificate-request-exchange-2013/</p>
<p>to compete the pending request:</p>
<p>http://exchangeserverpro.com/exchange-2013-complete-pending-certificate-request/</p>
<p>and to enable it:</p>
<p>http://exchangeserverpro.com/exchange-2013-assign-ssl-certificate-to-services/</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:pr&#111;xima&#103;r&#064;&#104;&#111;t&#109;a&#105;&#108;&#046;co&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-2013-add-public-certificate-enable%2F&amp;linkname=Exchange%202013%20Add%20public%20certificate%20and%20enable%20it" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-2013-add-public-certificate-enable%2F&amp;linkname=Exchange%202013%20Add%20public%20certificate%20and%20enable%20it" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fexchange%2Fexchange-2013-add-public-certificate-enable%2F&#038;title=Exchange%202013%20Add%20public%20certificate%20and%20enable%20it" data-a2a-url="https://www.cloudcorner.gr/microsoft/exchange/exchange-2013-add-public-certificate-enable/" data-a2a-title="Exchange 2013 Add public certificate and enable it"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/exchange/exchange-2013-add-public-certificate-enable/">Exchange 2013 Add public certificate and enable it</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/exchange/exchange-2013-add-public-certificate-enable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Test Exchange mail submission using SMTP commands</title>
		<link>https://www.cloudcorner.gr/microsoft/test-exchange-mail-submission-using-smtp-commands/</link>
					<comments>https://www.cloudcorner.gr/microsoft/test-exchange-mail-submission-using-smtp-commands/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Wed, 21 Oct 2015 18:52:38 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[smtp]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=773</guid>

					<description><![CDATA[<p>A simple way to test if the Exchange server is processing emails is by using telnet &#38; SMTP commands. First</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/test-exchange-mail-submission-using-smtp-commands/">Test Exchange mail submission using SMTP commands</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A simple way to test if the Exchange server is processing emails is by using telnet &amp; SMTP commands.</p>
<p>First open a telnet client. The simplest is to open a Command Prompt and type:</p>
<p>&#8220;telnet yourexchangeserver 25&#8221; and press Enter</p>
<p><a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/21.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-774" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/1.jpg" alt="1" width="272" height="25" /></a></p>
<p>The Command Prompt will start the telnet client and try to connect to the mail server. The email server will post a 220 message that the mail service is ready. Now type &#8220;helo&#8221; and press enter.</p>
<p>The email server will reply to the helo command with a 250 Hello message. After that we need to specify the sender using the &#8220;mail from:&#8221;comand. Type &#8220;mail from: sender@domain.com&#8221; and press enter.</p>
<p>If the sender is accepted the email server will reply with a 250 2.1.0 Sender OK message.</p>
<p>Now we need to add the recipient using the &#8220;rcpt to:&#8221; command. Type &#8220;rcpt to: receipient@domain.com&#8221; and press enter.</p>
<p>If the recipient is accepted then the email server will reply with a 250 2.1.5 Recipient OK message.</p>
<p>Now we are ready to add text to the message. Type &#8220;data&#8221; press Enter and then start writting your message. To send the message type a dot &#8220;.&#8221; and press Enter. If the message is accepted the server will reply with a 250 2.6.0 message and post the message ID and the email is queued for delivery.</p>
<p><a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/21.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-775 size-full" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/21.jpg" alt="2" width="668" height="219" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/21.jpg 668w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/21-300x98.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/21-624x205.jpg 624w" sizes="auto, (max-width: 668px) 100vw, 668px" /></a></p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:&#112;roxim&#097;gr&#064;h&#111;&#116;&#109;ai&#108;&#046;&#099;&#111;&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Ftest-exchange-mail-submission-using-smtp-commands%2F&amp;linkname=Test%20Exchange%20mail%20submission%20using%20SMTP%20commands" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Ftest-exchange-mail-submission-using-smtp-commands%2F&amp;linkname=Test%20Exchange%20mail%20submission%20using%20SMTP%20commands" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Ftest-exchange-mail-submission-using-smtp-commands%2F&#038;title=Test%20Exchange%20mail%20submission%20using%20SMTP%20commands" data-a2a-url="https://www.cloudcorner.gr/microsoft/test-exchange-mail-submission-using-smtp-commands/" data-a2a-title="Test Exchange mail submission using SMTP commands"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/test-exchange-mail-submission-using-smtp-commands/">Test Exchange mail submission using SMTP commands</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/test-exchange-mail-submission-using-smtp-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Exchange 2016 &#124; Από το 0 στο 1ο email</title>
		<link>https://www.cloudcorner.gr/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%ce%ac/microsoft-exchange-2016-%ce%b1%cf%80%cf%8c-%cf%84%ce%bf-0-%cf%83%cf%84%ce%bf-1%ce%bf-email/</link>
					<comments>https://www.cloudcorner.gr/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%ce%ac/microsoft-exchange-2016-%ce%b1%cf%80%cf%8c-%cf%84%ce%bf-0-%cf%83%cf%84%ce%bf-1%ce%bf-email/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 20 Oct 2015 16:02:08 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Ελληνικά]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2016]]></category>
		<category><![CDATA[receive connector]]></category>
		<category><![CDATA[send connector]]></category>
		<guid isPermaLink="false">http://www.e-apostolidis.gr/?p=754</guid>

					<description><![CDATA[<p>Αυτό δεν είναι ένα από τα συνηθισμένα μου posts. Απλά θέλω να μοιραστώ την εμπειρία της καθαρής εγκατάστασης του Exchange</p>
<p>The post <a href="https://www.cloudcorner.gr/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%ce%ac/microsoft-exchange-2016-%ce%b1%cf%80%cf%8c-%cf%84%ce%bf-0-%cf%83%cf%84%ce%bf-1%ce%bf-email/">Microsoft Exchange 2016 | Από το 0 στο 1ο email</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Αυτό δεν είναι ένα από τα συνηθισμένα μου posts. Απλά θέλω να μοιραστώ την εμπειρία της καθαρής εγκατάστασης του Exchange 2016 για όποιον θέλει να δημιουργήσει ένα lab και να εξασκηθεί. Για το δικό μου lab χρησιμοποίησα έναν Windows Server 16 TP3, ο οποίος είναι Domain Controller &amp; DNS στο Domain mylab.lab</p>
<p style="text-align: justify;">Η εγκατάσταση του Exchange από την έκδοση 2013 μας δίνει την δυνατότητα να ενεργοποιήσει όλα τα προαπαιτούμενα όσον αφορά τα Windows Roles &amp; Features. Το μόνο που χρειάζεται να εγκαταστήσουμε πριν τρέξουμε το Setup του Exchange 2016 είναι το Unified Communications Managed API 4.0 Runtime από το: <a href="http://go.microsoft.com/fwlink/?LinkId=260990">http://go.microsoft.com/fwlink/?LinkId=260990</a></p>
<p style="text-align: justify;">Μπορούμε να κατεβάσουμε την εγκατάσταση του Microsoft Exchange 2016 από το: <a href="http://www.microsoft.com/en-us/download/details.aspx?id=49161">http://www.microsoft.com/en-us/download/details.aspx?id=49161</a><br />
Αφού κατέβει το αρχείο Exchange2016-x64.exe το τρέχουμε και κάνει αποσυμπίεση όλα τα αρχεία της εγκατάστασης όπου του ορίσουμε. Στη συνέχεια τρέχουμε το setup.exe και ξεκινάει ο Setup Wizard.</p>
<p style="text-align: justify;">Αποδεχόμαστε το agreement και πατάμε next<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/2.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-475 size-large" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/2.jpg?w=660" alt="2" width="660" height="546" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/2.jpg 779w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/2-300x248.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/2-624x516.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Διαλέγουμε &#8220;recommended Settings&#8221; και πατάμε next<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/3.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-476" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/3.jpg?w=660" alt="3" width="660" height="560" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/3.jpg 789w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/3-300x254.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/3-624x529.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Διαλέγουμε &#8220;Mailbox Role&#8221; &amp; &#8220;Automatically install Windows Server roles that are required to install Exchange Server&#8221; και πατάμε next<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/4.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-477" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/4.jpg?w=660" alt="4" width="660" height="547" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/4.jpg 778w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/4-300x249.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/4-624x517.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Επιλέγουμε την διαδρομή για την εγκατάσταση και πατάμε next<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/5.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-478" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/5.jpg?w=660" alt="5" width="660" height="562" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/5.jpg 768w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/5-300x255.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/5-624x531.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Δίνουμε όνομα στο Exchange Organization ή το αφήνουμε στο προεπιλεγμένο. Αν θέλουμε να διαχωρίσουμε τα δικαιώματα μεταξύ Active Directory &amp; Exchange Organization διαλέγουμε &#8220;Apply Active Directory split permissions security model to the Exchange organization&#8221;. Αν το Active Directory &amp; ο Exchange έχουν τους ίδιους Administrators τότε απλά το αφήνουμε στην προεπιλογή  (unchecked) &amp; πατάμε next<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/6.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-479" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/6.jpg?w=660" alt="6" width="660" height="578" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/6.jpg 773w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/6-300x263.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/6-624x547.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Διαλέγουμε αν θέλουμε το malware service ενεργό ή όχι και πατάμε next. <a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/7.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-480" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/7.jpg?w=660" alt="7" width="660" height="557" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/7.jpg 772w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/7-300x253.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/7-624x527.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">περιμένουμε να τελειώσουν τα Readiness Checks και πατάμε install για να ξεκινήσει η εγκατάσταση.<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/a.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-492" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/a.jpg" alt="a" width="537" height="445" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/a.jpg 537w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/a-300x249.jpg 300w" sizes="auto, (max-width: 537px) 100vw, 537px" /></a></p>
<p style="text-align: justify;">Περιμένουμε να ολοκληρωθεί η εγκατάσταση και πατάμε finish<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/b.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-493" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/b.jpg" alt="b" width="519" height="423" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/b.jpg 519w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/b-300x245.jpg 300w" sizes="auto, (max-width: 519px) 100vw, 519px" /></a></p>
<p style="text-align: justify;">Η εγκατάσταση του Exchange ολοκληρώθηκε. Παρακάτω είναι τα απαραίτητα βήματα για να μπορέσουμε να στείλουμε emails.</p>
<p style="text-align: justify;">Ανοίγουμε το Exhcange Admin Center. Στο lab μου είναι https://localhost/ecp &amp; login<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/9.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-482" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/9.jpg?w=660" alt="9" width="660" height="466" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/9.jpg 1064w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/9-300x212.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/9-1024x724.jpg 1024w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/9-624x441.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Στο &#8220;mail flow&#8221; πατάμε &#8220;send connectors&#8221;<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/10.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-483" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/10.jpg?w=660" alt="10" width="660" height="340" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/10.jpg 1080w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/10-300x154.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/10-1024x527.jpg 1024w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/10-624x321.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Στο &#8220;Send Connector&#8221; wizard δίνουμε ένα όνομα και διαλέγουμε &#8220;Internet&#8221;. Αυτό θα δημιουργήσει έναν connector ο οποίος θα στέλνει emails στο internet.<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/11.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-484" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/11.jpg?w=660" alt="11" width="660" height="572" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/11.jpg 720w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/11-300x260.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/11-624x541.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Στην επόμενη εικόνα επιλέγουμε &#8220;MX record associated withrecipient domain&#8221;<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/12.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-485" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/12.jpg?w=660" alt="12" width="660" height="563" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/12.jpg 714w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/12-300x256.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/12-624x532.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Στο &#8220;Address space&#8221; πατάμε το + και στο &#8220;add domain&#8221; διάλογο γράφουμε &#8220;*&#8221; στο πεδίο FQDN.<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/c.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-494" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/c.jpg" alt="c" width="497" height="343" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/c.jpg 497w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/c-300x207.jpg 300w" sizes="auto, (max-width: 497px) 100vw, 497px" /></a><br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/13.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-486" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/13.jpg?w=660" alt="13" width="660" height="545" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/13.jpg 720w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/13-300x248.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/13-624x516.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Διαλέγουμε τον Exchange Server για Source server και πατάμε finish<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/14.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-487" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/14.jpg?w=660" alt="14" width="660" height="571" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/14.jpg 714w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/14-300x260.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/14-624x540.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Μόλις δημιουργηθεί ο connector πατάμε το κουμπί &#8220;edit&#8221; (το εικονίδιο με το μολύβι) για να επεξεργαστούμε τον connector</p>
<p style="text-align: justify;"><a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/d.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-495" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/d.jpg?w=660" alt="d" width="660" height="377" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/d.jpg 978w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/d-300x171.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/d-624x356.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Και στο &#8220;scoping&#8221; tab στο πεδίο FQDN βάζουμε την εξωτερική διεύθυνση που θα απαντάει στο HELO/EHLO, για το lab έβαλα &#8220;mail.mylab.lab&#8221; και πατάμε save<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/e.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-496" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/e.jpg?w=660" alt="e" width="660" height="379" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/e.jpg 736w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/e-300x172.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/e-624x359.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Τώρα είμαστε έτοιμοι να στείλουμε το πρώτο μας email. Μπορούμε να ανοίξουμε το OWA και να στείλουμε ένα email οπουδήποτε. Το ποιο πιθανό είναι να πάει στο spam/junk φάκελο του παραλήπτη βέβαια.</p>
<p style="text-align: justify;">Ένα τελευταίο βήμα για να επιτρέψουμε στον Exchange να δέχεται emails από τον έξω κόσμο είναι να ρυθμίσουμε τον default receive connector.</p>
<p style="text-align: justify;">Από το &#8220;mail flow&#8221;, πατάμε &#8220;receive connectors&#8221;, και διαλέγουμε &#8220;Default Frontend servername&#8221; connector και πατάμε edit<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/f1.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-500" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/f1.jpg?w=660" alt="f" width="660" height="429" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/f1.jpg 1020w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/f1-300x195.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/f1-624x406.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Στο &#8220;security&#8221; tab επιλέγουμε το &#8220;Anonymous users&#8221; και πατάμε save<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/g1.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-499" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/g1.jpg?w=660" alt="g" width="660" height="544" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/g1.jpg 765w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/g1-300x247.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/g1-624x515.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align: justify;">Φυσικά χρειάζεται να κάνουμε έναν κανόνα στο εξωτερικό Firewall ώστε να προωθεί τις πόρτες 25 &amp; 443 εσωτερικά στον Exchange Server.</p>
<p style="text-align: justify;">Τώρα έχουμε έναν πλήρη Exchange Server 2016 που μπορεί να στείλει και να λάβει emails.</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:&#112;&#114;o&#120;ima&#103;&#114;&#064;&#104;&#111;tm&#097;i&#108;&#046;&#099;&#111;m" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2F%25ce%25b5%25ce%25bb%25ce%25bb%25ce%25b7%25ce%25bd%25ce%25b9%25ce%25ba%25ce%25ac%2Fmicrosoft-exchange-2016-%25ce%25b1%25cf%2580%25cf%258c-%25cf%2584%25ce%25bf-0-%25cf%2583%25cf%2584%25ce%25bf-1%25ce%25bf-email%2F&amp;linkname=Microsoft%20Exchange%202016%20%7C%20%CE%91%CF%80%CF%8C%20%CF%84%CE%BF%200%20%CF%83%CF%84%CE%BF%201%CE%BF%20email" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2F%25ce%25b5%25ce%25bb%25ce%25bb%25ce%25b7%25ce%25bd%25ce%25b9%25ce%25ba%25ce%25ac%2Fmicrosoft-exchange-2016-%25ce%25b1%25cf%2580%25cf%258c-%25cf%2584%25ce%25bf-0-%25cf%2583%25cf%2584%25ce%25bf-1%25ce%25bf-email%2F&amp;linkname=Microsoft%20Exchange%202016%20%7C%20%CE%91%CF%80%CF%8C%20%CF%84%CE%BF%200%20%CF%83%CF%84%CE%BF%201%CE%BF%20email" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2F%25ce%25b5%25ce%25bb%25ce%25bb%25ce%25b7%25ce%25bd%25ce%25b9%25ce%25ba%25ce%25ac%2Fmicrosoft-exchange-2016-%25ce%25b1%25cf%2580%25cf%258c-%25cf%2584%25ce%25bf-0-%25cf%2583%25cf%2584%25ce%25bf-1%25ce%25bf-email%2F&#038;title=Microsoft%20Exchange%202016%20%7C%20%CE%91%CF%80%CF%8C%20%CF%84%CE%BF%200%20%CF%83%CF%84%CE%BF%201%CE%BF%20email" data-a2a-url="https://www.cloudcorner.gr/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%ce%ac/microsoft-exchange-2016-%ce%b1%cf%80%cf%8c-%cf%84%ce%bf-0-%cf%83%cf%84%ce%bf-1%ce%bf-email/" data-a2a-title="Microsoft Exchange 2016 | Από το 0 στο 1ο email"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%ce%ac/microsoft-exchange-2016-%ce%b1%cf%80%cf%8c-%cf%84%ce%bf-0-%cf%83%cf%84%ce%bf-1%ce%bf-email/">Microsoft Exchange 2016 | Από το 0 στο 1ο email</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%ce%ac/microsoft-exchange-2016-%ce%b1%cf%80%cf%8c-%cf%84%ce%bf-0-%cf%83%cf%84%ce%bf-1%ce%bf-email/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Exchange 2016 &#124; From 0 to 1st email</title>
		<link>https://www.cloudcorner.gr/microsoft/microsoft-exchange-2016-from-0-to-1st-email/</link>
					<comments>https://www.cloudcorner.gr/microsoft/microsoft-exchange-2016-from-0-to-1st-email/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Wed, 14 Oct 2015 13:45:04 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2016]]></category>
		<category><![CDATA[receive connector]]></category>
		<category><![CDATA[send connector]]></category>
		<guid isPermaLink="false">https://proximagr.wordpress.com/?p=474</guid>

					<description><![CDATA[<p>This is not one of my ordinary posts, I just want to share the clean install experience of Microsoft Exchange</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/microsoft-exchange-2016-from-0-to-1st-email/">Microsoft Exchange 2016 | From 0 to 1st email</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align:justify;">This is not one of my ordinary posts, I just want to share the clean install experience of Microsoft Exchange 2016 on a Windows Server 16 TP3 for those who want to set a lab and practice. For my lab I used a Windows Server 16 TP3 promoted to Domain Controller, Domain mylab.lab and DNS.</p>
<p style="text-align:justify;">Exchange Setup, since 2013, allows us to select if we want the setup wizard to enable all required Windows Roles &amp; Features automatically. The only prerequisite is to install the Unified Communications Managed API 4.0 Runtime from: http://go.microsoft.com/fwlink/?LinkId=260990</p>
<p style="text-align:justify;">The Microsoft Exchange 2016 installation can be downloaded from: http://www.microsoft.com/en-us/download/details.aspx?id=49161<br />
Next we can start the Microsoft Exchange 2016 setup, using the setup.exe at the installation media.</p>
<p style="text-align:justify;">Accept the agreement and click next<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/2.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-475 size-large" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/2.jpg?w=660" alt="2" width="660" height="546" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/2.jpg 779w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/2-300x248.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/2-624x516.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Select &#8220;recommended Settings&#8221; and click next<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/3.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-476" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/3.jpg?w=660" alt="3" width="660" height="560" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/3.jpg 789w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/3-300x254.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/3-624x529.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Select &#8220;Mailbox Role&#8221; and &#8220;Automatically install Windows Server roles that are required to install Exchange Server&#8221; and press next<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/4.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-477" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/4.jpg?w=660" alt="4" width="660" height="547" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/4.jpg 778w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/4-300x249.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/4-624x517.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Select the path for  the installation and press next<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/5.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-478" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/5.jpg?w=660" alt="5" width="660" height="562" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/5.jpg 768w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/5-300x255.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/5-624x531.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Name the Exchange Organization or leave it default. If you want to split the premissions between Active Directory and Exchange Organization select the &#8220;Apply Active Directory split permissions security model to the Exchange organization&#8221;. If Active Directory and Exchange have the same Administrators then leave it default (unchecked) and press next<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/6.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-479" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/6.jpg?w=660" alt="6" width="660" height="578" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/6.jpg 773w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/6-300x263.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/6-624x547.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Chose if the malware service will be active or not and press next. <a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/7.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-480" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/7.jpg?w=660" alt="7" width="660" height="557" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/7.jpg 772w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/7-300x253.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/7-624x527.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">wait the Readiness Checks to complete and press install<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/a.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-492" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/a.jpg" alt="a" width="537" height="445" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/a.jpg 537w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/a-300x249.jpg 300w" sizes="auto, (max-width: 537px) 100vw, 537px" /></a></p>
<p style="text-align:justify;">Wait the Setup progress and finally once the setup is completed press finish<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/b.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-493" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/b.jpg" alt="b" width="519" height="423" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/b.jpg 519w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/b-300x245.jpg 300w" sizes="auto, (max-width: 519px) 100vw, 519px" /></a></p>
<p style="text-align:justify;">The Exchange Setup is completed. Below are the minimum steps to start sending emails.</p>
<p style="text-align:justify;">Open the Exhcange Admin Center. At my lab I used the https://localhost/ecp and login<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/9.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-482" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/9.jpg?w=660" alt="9" width="660" height="466" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/9.jpg 1064w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/9-300x212.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/9-1024x724.jpg 1024w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/9-624x441.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Go to &#8220;mail flow&#8221; and click the &#8220;send connectors&#8221;<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/10.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-483" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/10.jpg?w=660" alt="10" width="660" height="340" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/10.jpg 1080w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/10-300x154.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/10-1024x527.jpg 1024w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/10-624x321.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">At the &#8220;Send Connector&#8221; wizard type a name and select &#8220;Internet&#8221;. This will create a connector that will send emails to the internet.<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/11.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-484" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/11.jpg?w=660" alt="11" width="660" height="572" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/11.jpg 720w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/11-300x260.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/11-624x541.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Next select the &#8220;MX record associated withrecipient domain&#8221;<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/12.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-485" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/12.jpg?w=660" alt="12" width="660" height="563" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/12.jpg 714w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/12-300x256.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/12-624x532.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Next at the &#8220;Address space&#8221; click the + and at the &#8220;add domain&#8221; dialog add &#8220;*&#8221; to the FQDN to configure the connector to send all emails.<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/c.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-494" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/c.jpg" alt="c" width="497" height="343" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/c.jpg 497w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/c-300x207.jpg 300w" sizes="auto, (max-width: 497px) 100vw, 497px" /></a><br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/13.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-486" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/13.jpg?w=660" alt="13" width="660" height="545" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/13.jpg 720w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/13-300x248.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/13-624x516.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Next select the Exchange Server for Source server and press finish<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/14.jpg"><br />
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-487" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/14.jpg?w=660" alt="14" width="660" height="571" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/14.jpg 714w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/14-300x260.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/14-624x540.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Once the connector is created, press the &#8220;edit&#8221; button (the icon with the pen) to edit the connector<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/d.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-495" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/d.jpg?w=660" alt="d" width="660" height="377" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/d.jpg 978w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/d-300x171.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/d-624x356.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">And at the &#8220;scoping&#8221; tab add the FQDN that the server will provide for HELO/EHLO, for the lab i added &#8220;mail.mylab.lab&#8221; and press save<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/e.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-496" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/e.jpg?w=660" alt="e" width="660" height="379" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/e.jpg 736w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/e-300x172.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/e-624x359.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Now we are ready to send our first email. We can open OWA with the administrator account and send an email to the outside world. Probably it will be delivered to the spam/junk folder of the receipient 🙂</p>
<p style="text-align:justify;">One final step to enable our Exchange to receive emails from the outer world we need to configure the default receive connector.</p>
<p style="text-align:justify;">Go to &#8220;mail flow&#8221;, click the&#8221;receive connectors&#8221;, select the &#8220;Default Frontend servername&#8221; connector and click edit<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/f1.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-500" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/f1.jpg?w=660" alt="f" width="660" height="429" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/f1.jpg 1020w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/f1-300x195.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/f1-624x406.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Go to the &#8220;security&#8221; tab and check the &#8220;Anonymous users&#8221; and click save<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/g1.jpg"><img loading="lazy" decoding="async" class="alignnone size-large wp-image-499" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/g1.jpg?w=660" alt="g" width="660" height="544" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/g1.jpg 765w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/g1-300x247.jpg 300w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/g1-624x515.jpg 624w" sizes="auto, (max-width: 660px) 100vw, 660px" /></a></p>
<p style="text-align:justify;">Of cource we need to add a Port Forwarding rule to the external firewall for the ports 25 and 443 to the Exchange Server&#8217;s internal IP.</p>
<p style="text-align:justify;">Now we have a fully functional Microsoft Exchange 2016 server that sends and receives emails.</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:pro&#120;&#105;&#109;&#097;&#103;r&#064;&#104;&#111;&#116;m&#097;&#105;l&#046;co&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fmicrosoft-exchange-2016-from-0-to-1st-email%2F&amp;linkname=Microsoft%20Exchange%202016%20%7C%20From%200%20to%201st%20email" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fmicrosoft-exchange-2016-from-0-to-1st-email%2F&amp;linkname=Microsoft%20Exchange%202016%20%7C%20From%200%20to%201st%20email" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fmicrosoft-exchange-2016-from-0-to-1st-email%2F&#038;title=Microsoft%20Exchange%202016%20%7C%20From%200%20to%201st%20email" data-a2a-url="https://www.cloudcorner.gr/microsoft/microsoft-exchange-2016-from-0-to-1st-email/" data-a2a-title="Microsoft Exchange 2016 | From 0 to 1st email"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/microsoft-exchange-2016-from-0-to-1st-email/">Microsoft Exchange 2016 | From 0 to 1st email</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/microsoft-exchange-2016-from-0-to-1st-email/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DirSync &#038; Mail-Enabled Public Folders Distribution Group Members</title>
		<link>https://www.cloudcorner.gr/microsoft/dirsync-mail-enabled-public-folders-distribution-group-members/</link>
					<comments>https://www.cloudcorner.gr/microsoft/dirsync-mail-enabled-public-folders-distribution-group-members/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Tue, 06 Oct 2015 14:39:35 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange online]]></category>
		<category><![CDATA[office 365]]></category>
		<guid isPermaLink="false">https://proximagr.wordpress.com/?p=446</guid>

					<description><![CDATA[<p>During a latest Hybrid Migration from Exchange 2010 to Office 365, I encounter this problem. The client has Mail-Enabled Public</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/dirsync-mail-enabled-public-folders-distribution-group-members/">DirSync &#038; Mail-Enabled Public Folders Distribution Group Members</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>During a latest Hybrid Migration from Exchange 2010 to Office 365, I encounter this problem. The client has Mail-Enabled Public Folders that are members of Distribution Groups. DirSync synchronizes all members of the Distribution Groups except the Mail-Enabled Public Folders. Also since the DirSync is active you cannot manually add the Mail-Enabled Public folder to the Distribution Group. The solution that worked for me is to create a Mail Contact, then using ADSIEdit or the attrributes tab, change the &#8220;TargetAddress&#8221; to the Mail-Enabled Public Folder smtp address and finally add the Mail Contact as a member to the Distribution Group.</p>
<p>Now, Step-by-Step:</p>
<p>Lets say that the Mail-Enabled PF&#8217;s name is mypublicfolder and the Email Address is mypublicfolder@mydomain.gr</p>
<ol>
<li>Open Exchange Management Console</li>
<li>Go to &#8220;Receipient Configuration&#8221; / &#8220;Mail Contact&#8221; / &#8220;New Mail Contact&#8221;<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg01.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-448" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg01.jpg" alt="pfdg01" width="199" height="135" /></a></li>
<li>Select &#8220;New Contact&#8221; and click Next</li>
<li>Since the we cannot add the same details as the Public Folder, enter something similar just to remember, I use the &#8220;-O365&#8221; extension like this:<br />
Name: mypublicfolder-O365<br />
Alias: mypublicfolder-O365<br />
External e-mail address: mypublicfolder-O365@mydomain.gr<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg02.jpg"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-449" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg02.jpg?w=300" alt="pfdg02" width="300" height="107" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/pfdg02.jpg 433w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/pfdg02-300x107.jpg 300w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></li>
<li>Click Next, New and finally Finish to create the Mail Contact</li>
<li>Open Active Directory Users &amp; Computers</li>
<li>Go to &#8220;View&#8221; and check the &#8220;Advanced Features&#8221;</li>
<li>Go to the container that the new Mail Contact is located and double click to open the properties</li>
<li>Go to the &#8220;Attribute Editor&#8221; tab and search for the &#8220;TargetAddress&#8221;<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg03.jpg"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-451" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg03.jpg?w=300" alt="pfdg03" width="300" height="110" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/pfdg03.jpg 392w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/pfdg03-300x110.jpg 300w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></li>
<li>Click Edit and change the address to the Mail-Enable Public Folders address, in this case the Target Address field should change to: SMTP:mypublicfolder@mydomain.gr<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg04.jpg"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-452" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg04.jpg?w=300" alt="pfdg04" width="300" height="95" srcset="https://www.cloudcorner.gr/wp-content/uploads/2015/10/pfdg04.jpg 396w, https://www.cloudcorner.gr/wp-content/uploads/2015/10/pfdg04-300x95.jpg 300w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></li>
<li>Click OK, Apply and OK to close the properties.</li>
<li>Now go back to the Exchange Management Console and go to &#8220;Reciepient Configuration&#8221; / &#8220;Distribution Group&#8221;<br />
<a href="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg05.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-453" src="http://www.e-apostolidis.gr/wp-content/uploads/2015/10/pfdg05.jpg" alt="pfdg05" width="157" height="53" /></a></li>
<li>Locate the Distribution Group and add the Mail-Contact as a member.</li>
<li>Wait the DirSync to finish a full sync or force it and you are ok.</li>
</ol>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img loading="lazy" decoding="async" src="https://www.e-apostolidis.gr/wp-content/uploads/2019/05/mvpsummit2019.jpg" width="100"  height="100" alt="Pantelis Apostolidis" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://www.cloudcorner.gr/author/admin/" class="vcard author" rel="author"><span class="fn">Pantelis Apostolidis</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Pantelis Apostolidis is a Sr. Specialist, Azure at Microsoft and a former Microsoft Azure MVP. For the last 20 years, Pantelis has been involved to major cloud projects in Greece and abroad, helping companies to adopt and deploy cloud technologies, driving business value. He is entitled to a lot of Microsoft Expert Certifications, demonstrating his proven experience in delivering high quality solutions. He is an author, blogger and he is acting as a spokesperson for conferences, workshops and webinars. He is also an active member of several communities as a moderator in azureheads.gr and autoexec.gr. Follow him on Twitter @papostolidis.</p>
</div></div><div class="saboxplugin-web "><a href="https://www.cloudcorner.gr" target="_self" >www.cloudcorner.gr</a></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Facebook" target="_blank" href="https://www.facebook.com/pantelis.apostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 512"><path fill="currentColor" d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"></path></svg></span></a><a title="Linkedin" target="_blank" href="https://www.linkedin.com/in/papostolidis/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-linkedin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"></path></svg></span></a><a title="Instagram" target="_blank" href="https://www.instagram.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Rss" target="_blank" href="https://wwwcloudcorner.gr/feed/rdf/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-rss" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"></path></svg></span></a><a title="Twitter" target="_blank" href="https://twitter.com/papostolidis" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Github" target="_blank" href="https://github.com/proximagr" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-github" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></span></a><a title="User email" target="_self" href="mailto:&#112;ro&#120;imagr&#064;&#104;&#111;tm&#097;il&#046;c&#111;&#109;" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-user_email" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg></span></a></div></div></div><p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fdirsync-mail-enabled-public-folders-distribution-group-members%2F&amp;linkname=DirSync%20%26%20Mail-Enabled%20Public%20Folders%20Distribution%20Group%20Members" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_print" href="https://www.addtoany.com/add_to/print?linkurl=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fdirsync-mail-enabled-public-folders-distribution-group-members%2F&amp;linkname=DirSync%20%26%20Mail-Enabled%20Public%20Folders%20Distribution%20Group%20Members" title="Print" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.cloudcorner.gr%2Fmicrosoft%2Fdirsync-mail-enabled-public-folders-distribution-group-members%2F&#038;title=DirSync%20%26%20Mail-Enabled%20Public%20Folders%20Distribution%20Group%20Members" data-a2a-url="https://www.cloudcorner.gr/microsoft/dirsync-mail-enabled-public-folders-distribution-group-members/" data-a2a-title="DirSync &amp; Mail-Enabled Public Folders Distribution Group Members"><img src="https://static.addtoany.com/buttons/share_save_171_16.png" alt="Share"></a></p><p>The post <a href="https://www.cloudcorner.gr/microsoft/dirsync-mail-enabled-public-folders-distribution-group-members/">DirSync &#038; Mail-Enabled Public Folders Distribution Group Members</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/microsoft/dirsync-mail-enabled-public-folders-distribution-group-members/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
