<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Joomla! - Open Source Content Management" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Microsoft Stuff</title>
		<description><![CDATA[Random bits of knowledge gathered over the years. Mostly IT related, but recipes etc will do, too.]]></description>
		<link>https://dynamic.bubbakraut.com/msstuff/22-office-365-migration</link>
		<lastBuildDate>Thu, 14 Jan 2021 10:20:52 +0100</lastBuildDate>
		<generator>Joomla! - Open Source Content Management</generator>
		<atom:link rel="self" type="application/rss+xml" href="https://dynamic.bubbakraut.com/msstuff/22-office-365-migration?format=feed&amp;type=rss"/>
		<language>en-gb</language>
		<managingEditor>admin@bubbakraut.com (BubbaKraut.com)</managingEditor>
		<item>
			<title>Simplify Exchange Online OWA URL for hybrid environments</title>
			<link>https://dynamic.bubbakraut.com/msstuff/22-office-365-migration/41-simplify-exchange-online-owa-url-for-hybrid-environments</link>
			<guid isPermaLink="true">https://dynamic.bubbakraut.com/msstuff/22-office-365-migration/41-simplify-exchange-online-owa-url-for-hybrid-environments</guid>
			<description><![CDATA[<p>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.</p>
<p><span style="font-size: 12.1599998474121px; line-height: 1.3em;">Enter: the possibility to change the URL that's displayed and used for Exchange Online's OWA.</span></p>
<p><span style="font-size: 12.1599998474121px; line-height: 1.3em;">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.</span></p>
<p>That out of the way, go to (Exchange) Powershell on the on premises hybrid server.</p>
<pre>C:\get-OrganizationRelationship|fl</pre>
<p><span style="font-size: 12.1599998474121px; line-height: 1.3em;">Find the value for "Identity" (probbaly something like: On-premises to O365 - 4e71xxxx-xxxx-xxxx-....)</span></p>
<p><span style="font-size: 12.1599998474121px; line-height: 1.3em;">Now set the link for Exchange Online's OWA:</span></p>
<pre>set-OrganizationRelationship -Identity "&lt;string you found above" -TargetOWAUrl http://&lt;your new CNAME URL&gt;/owa</pre>
<p><span style="font-size: 12.1599998474121px; line-height: 1.3em;">NB: Make sure you use http instead of https and do not forget the /owa at the end</span></p>]]></description>
			<author>admin@bubbakraut.com (Sven Jambor)</author>
			<category>Office 365 migration</category>
			<pubDate>Thu, 05 Mar 2015 10:59:13 +0100</pubDate>
		</item>
	</channel>
</rss>
