<?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>hybrid Archives - Apostolidis Cloud Corner</title>
	<atom:link href="https://www.cloudcorner.gr/tag/hybrid/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cloudcorner.gr/tag/hybrid/</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>hybrid Archives - Apostolidis Cloud Corner</title>
	<link>https://www.cloudcorner.gr/tag/hybrid/</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:&#112;rox&#105;&#109;&#097;&#103;r&#064;&#104;&#111;t&#109;ai&#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%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>Move mailbox to Office 365 from Exchange 2013</title>
		<link>https://www.cloudcorner.gr/microsoft/move-mailbox-to-office-365-from-exchange-2013/</link>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Wed, 20 Aug 2014 04:48:38 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[hybrid]]></category>
		<guid isPermaLink="false">http://proximagr.wordpress.com/2014/08/20/move-mailbox-to-office-365-from-exchange-2013/</guid>

					<description><![CDATA[<p>Connect windows powershell to Exchange Online with a Global Administrator $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/</p>
<p>The post <a href="https://www.cloudcorner.gr/microsoft/move-mailbox-to-office-365-from-exchange-2013/">Move mailbox to Office 365 from Exchange 2013</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Connect windows powershell to Exchange Online with a Global Administrator</p>
<pre class="lang:ps decode:true ">$UserCredential = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session</pre>
<p>Provide the on-premise administrator credential</p>
<pre class="lang:ps decode:true ">Run $RemoteCredential= Get-Credential</pre>
<p>Start the move request</p>
<pre class="lang:ps decode:true ">New-MoveRequest -Identity “useralias” -Remote -RemoteHostName “mail.mydomain.com” -TargetDeliveryDomain mydomain.mail.onmicrosoft.com -BadItemLimit 10000 -AcceptLargeDataLoss -RemoteCredential $RemoteCredential</pre>
<p>&nbsp;</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:pr&#111;x&#105;m&#097;g&#114;&#064;h&#111;&#116;&#109;a&#105;&#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%2Fmove-mailbox-to-office-365-from-exchange-2013%2F&amp;linkname=Move%20mailbox%20to%20Office%20365%20from%20Exchange%202013" 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%2Fmove-mailbox-to-office-365-from-exchange-2013%2F&amp;linkname=Move%20mailbox%20to%20Office%20365%20from%20Exchange%202013" 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%2Fmove-mailbox-to-office-365-from-exchange-2013%2F&#038;title=Move%20mailbox%20to%20Office%20365%20from%20Exchange%202013" data-a2a-url="https://www.cloudcorner.gr/microsoft/move-mailbox-to-office-365-from-exchange-2013/" data-a2a-title="Move mailbox to Office 365 from Exchange 2013"><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/move-mailbox-to-office-365-from-exchange-2013/">Move mailbox to Office 365 from Exchange 2013</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Exchange 2007/2010 Hybrid Deployment &#038; Migrating to Office 365</title>
		<link>https://www.cloudcorner.gr/everything/exchange-20072010-hybrid-deployment-migrating-to-office-365/</link>
					<comments>https://www.cloudcorner.gr/everything/exchange-20072010-hybrid-deployment-migrating-to-office-365/#respond</comments>
		
		<dc:creator><![CDATA[Pantelis Apostolidis]]></dc:creator>
		<pubDate>Wed, 18 Jun 2014 09:33:53 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[hybrid]]></category>
		<guid isPermaLink="false">http://proximagr.wordpress.com/?p=82</guid>

					<description><![CDATA[<p>Those are notes for a migration to Office 365 using Hybrid Deployment. They are posts from severla blogs with some additions</p>
<p>The post <a href="https://www.cloudcorner.gr/everything/exchange-20072010-hybrid-deployment-migrating-to-office-365/">Exchange 2007/2010 Hybrid Deployment &#038; Migrating to Office 365</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div>Those are notes for a migration to Office 365 using Hybrid Deployment. They are posts from severla blogs with some additions from me.</div>
<div> </div>
<div><strong>You will need:</strong></div>
<div>2 x ADFS NLB (for identity federation)</div>
<div>2 x ADFS Proxy Servers NLB (for identity federation)</div>
<div>1 x domain member server with DIrSync configured (for directory synchronization with Office 365)</div>
<div>1 x SQL 2008 R2 server that will store the DirSync database</div>
<div>1 x Exchange 2010 Service Pack 2 + based hybrid deployment server (for rich coexistence with Exchange Online)</div>
<div>Access to public DNS of Domain (company.com)</div>
<div>3rd Party Certificates  (if you have on old exchange 2007 a wildcard export and import to 2010)</div>
<div>Domain User for ADFS service account</div>
<div>Configure UPN for company.com domain</div>
<div> </div>
<div><strong><span style="text-decoration:underline;">Walkthrough</span></strong></div>
<div>1. Add Domain (company.com)</div>
<div>2. Add TXT record to DNS for verification</div>
<div>3. Specify domain cervices (Exchange, Lync, Sharepoint)</div>
<div> </div>
<div><b style="font-style:normal;">4. ADFS (&amp;/or Farm)</b></div>
<div>Add IIS Role, Configure NLB sts.company.local (add hosts, add A record, enable MAC spoofing), add Certificate (SelfSigned or 3rd Party) &amp; bind default site to 443</div>
<div>Setup ADFS Federation server</div>
<div>AD FS 2.0 Federation Server Configuration Wizard</div>
<div>Domain User for ADFS service account</div>
<div> </div>
<div><b>5. ADFS Proxy (&amp;/or Farm)</b></div>
<div>Add IIS Role, Configure NLB sts.company.com (add hosts, add A record, enable MAC spoofing), add Certificate (SelfSigned or 3rd Party) &amp; bind default site to 443</div>
<div>Add host A to Public DNS (sts.company.com)</div>
<div>Add host record to proxy servers for sts.company.local local IP (ADFS NLB Address)</div>
<div>Setup ADFS Federation server proxy</div>
<div>AD FS 2.0 Federation Server Configuration Wizard</div>
<div> </div>
<div><b>6. Convert Domain to a Federated Domain</b></div>
<div>On Office 365 portal then downloads then step 3 &#8220;Set up and configure your office desktop apps&#8221;</div>
<div>de-select everything (only to install MOSM for powershell)</div>
<div>On office 365 portal then users then manage (SSO), install MOSM for powershell</div>
<div>Open MOSM and &#8220;$Cred=Get-Credential&#8221; add creds, then &#8220;Connect-Msolservice –Credentials $Cred&#8221; then &#8220;Convert-MsolDomainToFederated –DomainName “office365lab.dk”&#8221; and &#8220;Get-MsolDomain | fl&#8221; </div>
<div>Configure UPN for company.com domain</div>
<div>Go to  login.microsoftonline.com and check SSO login</div>
<div> </div>
<div><b>7. DirSync</b></div>
<div>o365 portal then users then set up under directory synchronization (after activate needs some hours)</div>
<div>o365 portal then users then set up ude active directory synchronization under step 4 download DirSync tool</div>
<div>Verify dirsync:</div>
<div>o365 portal then users then set up under actice directory synchronization check &#8220;active directory synchronization is activated&#8221; or powershell: &#8220;Get-MsolCompanyInformation | fl DirectorySynchronizationEnabled&#8221;</div>
<div>Sync:</div>
<div>run “Directory Sync Configuration&#8221;, add creds, check &#8220;Enable Exchange hybrid deployment&#8221;. <b>If you want to select OU, groups, users, etc then dont check &#8220;synchronize directories now&#8221;</b></div>
<div>Edit sync: “C:Program FilesMicrosoft Online Directory SyncSYNCBUSSynchronization ServiceUIShell” and run “miisclient” guide (http://blogs.msdn.com/b/denotation/archive/2012/11/21/installing-and-configure-dirsync-with-ou-level-filtering-for-office365.aspx)</div>
<div>Force Sync:</div>
<div>With powershell go to C:Program FilesMicrosoft Online Directory Sync” folder and from here run the “DirScConfigshell.psc1” script and on the new windows run &#8220;Start-ynOnlineCoexistenceSync&#8221;</div>
<div> </div>
<div><b>8. Hybrid Deployment</b></div>
<div>Configure NLB on Exchange 2010 HUB/CAS</div>
<div>ADD 3rd party certificate (if you have on old exchange 2007 a wildcard export and import to 2010)</div>
<div>assign services SMTP &amp; IIS</div>
<div>Configure URLS</div>
<div>OWA</div>
<div>Set-OwaVirtualDirectory -Identity &#8220;EX03OWA (Default Web Site)&#8221; -InternalURL https://hybrid.office365lab.dk/OWA -ExternalURL https://hybrid.office365lab.dk/OWA</div>
<div>Set-OwaVirtualDirectory -Identity &#8220;EX04OWA (Default Web Site)&#8221; -InternalURL https://hybrid.office365lab.dk/OWA -ExternalURL https://hybrid.office365lab.dk/OWA</div>
<div>ECP</div>
<div>Set-EcpVirtualDirectory -Identity &#8220;EX03ECP (Default Web Site)&#8221; -InternalURL https://hybrid.office365lab.dk/ECP  -ExternalURL https://hybrid.office365lab.dk/ECP</div>
<div>Set-EcpVirtualDirectory -Identity &#8220;EX04ECP (Default Web Site)&#8221; -InternalURL https://hybrid.office365lab.dk/ECP  -ExternalURL <a href="https://hybrid.office365lab.dk/ECP">https://hybrid.office365lab.dk/ECP</a></div>
<div>Active Sync</div>
<div>Set-ActivesyncVirtualDirectory -Identity “EX03Microsoft-Server-ActiveSync (Default Web Site)&#8221; -InternalURL https://hybrid.office365lab.dk/Microsoft-Server-Activesync  -ExternalURL https://hybrid.office365lab.dk/Microsoft-Server-Activesync</div>
<div>Set-ActivesyncVirtualDirectory -Identity “EX04Microsoft-Server-ActiveSync (Default Web Site)&#8221; -InternalURL https://hybrid.office365lab.dk/Microsoft-Server-Activesync  -ExternalURL <a href="https://hybrid.office365lab.dk/Microsoft-Server-Activesync">https://hybrid.office365lab.dk/Microsoft-Server-Activesync</a></div>
<div>OAB</div>
<div>Set-OABVirtualDirectory -Identity &#8220;EX03oab (Default Web Site)&#8221; -InternalUrl https://hybrid.office365lab.dk/oab -ExternalURL https://hybrid.office365lab.dk/oab</div>
<div>Set-OABVirtualDirectory -Identity &#8220;EX04oab (Default Web Site)&#8221; -InternalUrl https://hybrid.office365lab.dk/oab -ExternalURL <a href="https://hybrid.office365lab.dk/oab">https://hybrid.office365lab.dk/oab</a></div>
<div>EWS</div>
<div>Set-WebServicesVirtualDirectory -Identity &#8220;EX03EWS (Default Web Site)&#8221; -InternalUrl https://hybrid.office365lab.dk/ews/exchange.asmx -ExternalURL https://hybrid.office365lab.dk/ews/exchange.asmx</div>
<div>Set-WebServicesVirtualDirectory -Identity &#8220;EX04EWS (Default Web Site)&#8221; -InternalUrl https://hybrid.office365lab.dk/ews/exchange.asmx -ExternalURL https://hybrid.office365lab.dk/ews/exchange.asmx</div>
<div>Autodiscover</div>
<div>Set-ClientAccessServer –Identity EX03 -AutoDiscoverServiceInternalUri: https://hybrid.office365lab.dk/Autodiscover/Autodiscover.xml</div>
<div>Set-ClientAccessServer –Identity EX04 -AutoDiscoverServiceInternalUri: <a href="https://hybrid.office365lab.dk/Autodiscover/Autodiscover.xml">https://hybrid.office365lab.dk/Autodiscover/Autodiscover.xml</a></div>
<div> </div>
<div><b>9. Configure DNS to Exchange 2010</b></div>
<div>Configure SPF Record (http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/)</div>
<div>Add public DNS v=spf1 ip4:192.168.6.220 ip4:192.168.6.221 include:outlook.com -all</div>
<div>o365 portal then domains then SMTP domain properties under DNS management create SPF TXT record (name @ value v=spf1 ip4:192.168.6.220 ip4:192.168.6.221 include:outlook.com -all)</div>
<div> </div>
<div><b>10. Add o365 Tenant to EMC</b></div>
<div>from EMC add exchange forest</div>
<div>Connect to Exchange Online with powershell &#8220;$TenantCreds = Get-Credential&#8221; then &#8220;$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $TenantCreds -Authentication Basic –AllowRedirection&#8221; then &#8220;Import-PSSession $Session&#8221; then to test &#8220;Get-Mailbox | Get-MailboxStatistics | ft -a&#8221; or &#8220;Get-AcceptedDomain&#8221;</div>
<div> </div>
<div><b>11. Configuring Exchange 2010 Hybrid</b></div>
<div>EMC &#8211; on premises &#8211; Organization Configuration” &#8211; “Hybrid Configuration” &#8211; “New Hybrid Configuration&#8221;</div>
<div>Add TXT record to public DNS</div>
<div>Add transport certificate (3rd party)</div>
<div> </div>
<div>12. Now on can use EMS Get-HybridConfiguration</div>
<div>Checklist:</div>
<div>EMC on-premises</div>
<div>A federation trust with the Microsoft Federation Gateway (MFG) has been established for the specified domain | On-Premises Org Configuration &#8211; federation trust </div>
<div>an organizational relationship has been established with the Exchange Online organization in Office 365 | On-Premises Org Configuration | organization relationships</div>
<div>“tenant_name.mail.onmicrosoft.com” has been added as an accepted domain | on-premisis &#8211; org conf &#8211; hub &#8211; accepted domains</div>
<div>“tenant_name.mail.onmicrosoft.com” and “office365lab.dk” has been added as a remote domain | on-premises &#8211; org conf &#8211; hub &#8211; remote domains</div>
<div>The default E-Mail Address policy has been updated, so that it stamps a secondary proxy address (alias@tenant_name.mail.onmicrosoft.com) on mailbox user objects | on-premisis &#8211; org conf &#8211; hub &#8211; e-mail address policies</div>
<div>The HCW also creates a receive connector on each of the hybrid servers | on-premiss &#8211; server conf &#8211; HUB &#8211; receive connectors</div>
<div>the HCW will create a send connector that will route all e-mail messages destined for “tenant_name.mail.onmicrosoft.com” to Exchange Online in Office 365 | on-premisis &#8211; org conf &#8211; hub &#8211; send connectors</div>
<div>EMS: Get-OrganizationRelationship | fl</div>
<div>EMC online</div>
<div>Org conf &#8211; HUB &#8211; remote domains</div>
<div>Org conf &#8211; Organization Relationships</div>
<div>FOPE (forerfront access form ECP &#8211; Mail Control</div>
<div>check Two connectors (inbound &amp; outbound)</div>
<div> </div>
<div>Move mailbox = new remote move request | it will move to Mail Contact</div>
<div>New mailbox online: Mail Contact &#8211; new remote mailbox</div>
<div> </div>
<div><strong>After move</strong></div>
<div>Generally, Windows Phone 8 and iOS clients will be able to automatically update the ActiveSync profile, while Android based clients must have their ActiveSync profile recreated.</div>
<div>Outlook will need to close with admin message, re-open and add credentials</div>
<div> </div>
<div><strong>Decommission</strong></div>
<div>Move all mailboxes to Exchange Online, point all on-premise line of business applications, network devices and so on to Exchange Online, configures mail flow to go directly in and out of Exchange Online. In this scenario, you decommission all on-premise Exchange servers, but still use DirSync and ADFS for federation. With DirSync, the on-premise Active Directory is the source of authority, which means you should provision users in the on-premise Active Directory and then have them synchronized to Office 365/Exchange Online. In this cae, it’s usually a good idea to keep a single Exchange 2010 server on-premise, so you can use the Exchange 2010 EMC or cmdlets for the provisioning. Alternatively, you remove all Exchange 2010 servers and have an identity solution such as FIM provision the on-premise Active Directory objects with the required mail attributes in order for Exchange Online to treat them as mail enabled users. Bear in mind that with DirSync enabled, most user/mailbox attributes in Exchange Online are read-only meaning you must write to them via the on-premise Active Directory user/group object.</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;&#111;&#120;&#105;&#109;a&#103;r&#064;&#104;&#111;&#116;ma&#105;l&#046;c&#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%2Feverything%2Fexchange-20072010-hybrid-deployment-migrating-to-office-365%2F&amp;linkname=Exchange%202007%2F2010%20Hybrid%20Deployment%20%26%20Migrating%20to%20Office%20365" 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%2Feverything%2Fexchange-20072010-hybrid-deployment-migrating-to-office-365%2F&amp;linkname=Exchange%202007%2F2010%20Hybrid%20Deployment%20%26%20Migrating%20to%20Office%20365" 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%2Feverything%2Fexchange-20072010-hybrid-deployment-migrating-to-office-365%2F&#038;title=Exchange%202007%2F2010%20Hybrid%20Deployment%20%26%20Migrating%20to%20Office%20365" data-a2a-url="https://www.cloudcorner.gr/everything/exchange-20072010-hybrid-deployment-migrating-to-office-365/" data-a2a-title="Exchange 2007/2010 Hybrid Deployment &amp; Migrating to Office 365"><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/everything/exchange-20072010-hybrid-deployment-migrating-to-office-365/">Exchange 2007/2010 Hybrid Deployment &#038; Migrating to Office 365</a> appeared first on <a href="https://www.cloudcorner.gr">Apostolidis Cloud Corner</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.cloudcorner.gr/everything/exchange-20072010-hybrid-deployment-migrating-to-office-365/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
