<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<feed xmlns="http://www.w3.org/2005/Atom"  xml:lang="en-gb">
	<title type="text">Microsoft Stuff</title>
	<subtitle type="text">Random bits of knowledge gathered over the years. Mostly IT related, but recipes etc will do, too.</subtitle>
	<link rel="alternate" type="text/html" href="https://dynamic.bubbakraut.com"/>
	<id>https://dynamic.bubbakraut.com/msstuff/22-office-365-migration</id>
	<updated>2021-01-14T10:20:53+01:00</updated>
	<author>
		<name>BubbaKraut.com</name>
		<email>admin@bubbakraut.com</email>
	</author>
	<generator uri="https://www.joomla.org">Joomla! - Open Source Content Management</generator>
	<link rel="self" type="application/atom+xml" href="https://dynamic.bubbakraut.com/msstuff/22-office-365-migration?format=feed&amp;type=atom"/>
	<entry>
		<title>Simplify Exchange Online OWA URL for hybrid environments</title>
		<link rel="alternate" type="text/html" href="https://dynamic.bubbakraut.com/msstuff/22-office-365-migration/41-simplify-exchange-online-owa-url-for-hybrid-environments"/>
		<published>2015-03-05T10:59:13+01:00</published>
		<updated>2015-03-05T10:59:13+01:00</updated>
		<id>https://dynamic.bubbakraut.com/msstuff/22-office-365-migration/41-simplify-exchange-online-owa-url-for-hybrid-environments</id>
		<author>
			<name>Sven Jambor</name>
			<email>admin@bubbakraut.com</email>
		</author>
		<summary type="html">&lt;p&gt;Outlook Web Access of Exchange Online can be found at https://mail.office365.com/yourtenant . When you have a hybrid deployment and users log into your on-premises CAS after their mailbox has moved to Exchange Online, they'll get a nice prompt telling them to get their collective butts to that URL. Basically, that works... but: It's not very nice - after all it looks like they're laving your organization to get their mail elsewhere.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;Enter: the possibility to change the URL that's displayed and used for Exchange Online's OWA.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;First of, I'm assuming you have control over your DNS space. Go there and create a CNAME in your namespace (e.g. Office365OWA.yourdomain.com) for mail.office365.com.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;That out of the way, go to (Exchange) Powershell on the on premises hybrid server.&lt;/p&gt;
&lt;pre&gt;C:\get-OrganizationRelationship|fl&lt;/pre&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;Find the value for &quot;Identity&quot; (probbaly something like: On-premises to O365 - 4e71xxxx-xxxx-xxxx-....)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;Now set the link for Exchange Online's OWA:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;set-OrganizationRelationship -Identity &quot;&amp;lt;string you found above&quot; -TargetOWAUrl http://&amp;lt;your new CNAME URL&amp;gt;/owa&lt;/pre&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;NB: Make sure you use http instead of https and do not forget the /owa at the end&lt;/span&gt;&lt;/p&gt;</summary>
		<content type="html">&lt;p&gt;Outlook Web Access of Exchange Online can be found at https://mail.office365.com/yourtenant . When you have a hybrid deployment and users log into your on-premises CAS after their mailbox has moved to Exchange Online, they'll get a nice prompt telling them to get their collective butts to that URL. Basically, that works... but: It's not very nice - after all it looks like they're laving your organization to get their mail elsewhere.&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;Enter: the possibility to change the URL that's displayed and used for Exchange Online's OWA.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;First of, I'm assuming you have control over your DNS space. Go there and create a CNAME in your namespace (e.g. Office365OWA.yourdomain.com) for mail.office365.com.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;That out of the way, go to (Exchange) Powershell on the on premises hybrid server.&lt;/p&gt;
&lt;pre&gt;C:\get-OrganizationRelationship|fl&lt;/pre&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;Find the value for &quot;Identity&quot; (probbaly something like: On-premises to O365 - 4e71xxxx-xxxx-xxxx-....)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;Now set the link for Exchange Online's OWA:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;set-OrganizationRelationship -Identity &quot;&amp;lt;string you found above&quot; -TargetOWAUrl http://&amp;lt;your new CNAME URL&amp;gt;/owa&lt;/pre&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12.1599998474121px; line-height: 1.3em;&quot;&gt;NB: Make sure you use http instead of https and do not forget the /owa at the end&lt;/span&gt;&lt;/p&gt;</content>
		<category term="Office 365 migration" />
	</entry>
</feed>
