<?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>SharePoint Online Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/sharepoint-online/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/sharepoint-online/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Fri, 12 Jul 2024 08:55:55 +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>
	<item>
		<title>How to Rename a Modern SharePoint Site URL in Office 365</title>
		<link>https://blogit.create.pt/miguelisidoro/2019/09/23/how-to-rename-a-modern-sharepoint-site-url-in-office-365/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2019/09/23/how-to-rename-a-modern-sharepoint-site-url-in-office-365/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Mon, 23 Sep 2019 21:19:57 +0000</pubDate>
				<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Modern SharePoint]]></category>
		<category><![CDATA[Modern Workplace]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=11448</guid>

					<description><![CDATA[<p>This posts explains how to rename a Modern SharePoint site URL in Office 365. Introduction Site URL Rename has been one of the most popular requests via&#160;UserVoice&#160;and in SharePoint Conference 2019, in one my favorite announcements of the event, Microsoft finally announced the possibilty to rename a Site URL. How It Works Renaming a site [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/09/23/how-to-rename-a-modern-sharepoint-site-url-in-office-365/">How to Rename a Modern SharePoint Site URL in Office 365</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This posts explains how to rename a Modern SharePoint site URL in Office 365.</p>



<h2 class="wp-block-heading">Introduction</h2>



<p>Site URL Rename has been one of the most popular requests via&nbsp;<a rel="noreferrer noopener" href="https://sharepoint.uservoice.com/forums/329214-sites-and-collaboration/suggestions/13217277-enable-renaming-the-site-collection-urls" target="_blank">UserVoice</a>&nbsp;and in <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank">SharePoint Conference 2019</a>, in one my favorite announcements of the event, Microsoft finally announced the possibilty to rename a Site URL.</p>



<h2 class="wp-block-heading">How It Works</h2>



<p>Renaming a site can be done either using the SharePoint Admin Center or using a PowerShell script.</p>



<p><strong>Important:</strong>  This feature is currently on Preview (you can test it if your tenant is part of the Admin Center Preview) and should be available soon! You have to be a SharePoint Administrator to be able to rename a Site URL.</p>



<h3 class="wp-block-heading">Using the SharePoint Admin Center</h3>



<p>The easiest way to rename a site URL is using the SharePoint Admin Center. Select &#8220;Active Sites&#8221;, then the site you want to rename and click &#8220;Edit&#8221;.</p>



<div class="wp-block-image"><figure class="aligncenter"><img fetchpriority="high" decoding="async" width="1165" height="481" src="https://i0.wp.com/blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter.jpg?fit=696%2C288&amp;ssl=1" alt="" class="wp-image-11468" srcset="https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter.jpg 1165w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter-300x124.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter-768x317.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter-1024x423.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter-696x287.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter-1068x441.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter-1017x420.jpg 1017w" sizes="(max-width: 1165px) 100vw, 1165px" /><figcaption>Renaming a Site URL using SharePoint Admin Center</figcaption></figure></div>



<p>A popup will appear and the only thing you have to do is to write the new URL and ensure that the new URL is not being used.7</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="298" height="293" src="https://blogit.create.pt////wp-content/uploads/2019/09/SharePoint_RenameSiteURL_AdminCenter_SetURL.jpg" alt="" class="wp-image-11519" /><figcaption>Set the new URL for the SharePoint site</figcaption></figure></div>



<h3 class="wp-block-heading">Using PowerShell</h3>



<p>The same thing can be achieved using a simple PowerShell script, using the Start-SPOSiteRename cmdlet.</p>



<p>The syntax of the  Start-SPOSiteRename cmdlet is the following:</p>



<p>Start-SPOSiteRename [-Identity]  [-NewSiteUrl]  [[-NewSiteTitle] ] [[-SuppressMarketplaceAppCheck]] [[-SuppressWorkflow2013Check]] [[-Reserved] ] [-WhatIf][-Confirm] [CommonParameters]</p>



<p>The main parameters of the cmdlet are:</p>



<p> <strong>-Identity</strong></p>



<p>Current Site URL.</p>



<p><strong>-NewSiteUrl</strong></p>



<p>The new site URL. This the URL you want to rename the site to.</p>



<p>Follow the steps below to do the magic:</p>



<ol class="wp-block-list"><li>Open a PowerShell console (as adminstrator) and type the SharePoint Online authentication command. In this command, you must use your tenant&#8217;s Admin URL<br><br> Connect-SPOService -Url https://yourtenant-admin.sharepoint.com<br><br></li><li>Supply your tenant&#8217;s administrator credentials </li><li>Run the following command:<br><br>Start-SPOSiteRename<br>   -Identity https://yourtenant.sharepoint.com/sites/oldURL<br>   -NewSiteUrl https://yourtenant.sharepoint.com/sites/newURL</li></ol>



<p>For more details in the Start-SPOSiteRename cmdlet, click <a href="https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/start-spositerename?view=sharepoint-ps" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>



<p>If all goes well, your site will be renamed. If the feature is not enabled in your tenant, you will get an error message like the one below.</p>



<figure class="wp-block-image"><img decoding="async" width="791" height="314" src="https://blogit.create.pt////wp-content/uploads/2019/09/SharePoint_RenameSiteURL_PowerShell_Error.jpg" alt="" class="wp-image-11514" srcset="https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_PowerShell_Error.jpg 791w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_PowerShell_Error-300x119.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_PowerShell_Error-768x305.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/09/SharePoint_RenameSiteURL_PowerShell_Error-696x276.jpg 696w" sizes="(max-width: 791px) 100vw, 791px" /><figcaption>Renaming a SharePoint site using PowerShell</figcaption></figure>



<p>The &#8220;This site address can&#8217;t be changed.&#8221; message means that the feature is not available in your tenant yet and you have to wait a little bit more.</p>



<h3 class="wp-block-heading">Impact on Links</h3>



<p>If you are worried if you are going to have broken links, stop worrying! The changes to the site URL will have no impact since access requests to the old URL will be redirected to the new URL, meaning that users will not need to update their links and bookmarks or reshare previously shared links. </p>



<p><strong>Important: </strong>The redirection may take a few minutes after the site URL is changed and in that period is possible you can see a HTTP 500 error.</p>



<h3 class="wp-block-heading">Limitations</h3>



<p>The site cannot be a Hub Site &#8211; if the site is a hub site, unregister it as a hub site, rename the site URL and then register the site back as a hub site.</p>



<h2 class="wp-block-heading">Related Articles</h2>



<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a rel="noreferrer noopener" aria-label="h (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank">here</a>.</p>



<p>If you want to modernize your SharePoint classic root site to a modern SharePoint site, click <a href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>



<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>.</p>



<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank">here</a>. </p>



<p>If you prefer to use the traditional method to update your farm and want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank">here</a>.</p>



<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>&nbsp;and&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>. </p>



<p>If you want to learn how to upgrade a SharePoint 2010 farm to SharePoint 2016, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank">here</a>.</p>



<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">learning resources</a>.</p>



<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">this article</a>.</p>



<p>If you want to know all about the latest SharePoint and Office 365 announcements from Ignite and some more recent announcements, including Microsoft Search, What’s New to Build a Modern Intranet with SharePoint in Office 365, Deeper Integration between Microsoft Teams and SharePoint and the latest news on SharePoint development, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/" target="_blank">here</a>.</p>



<p>If your organization is still not ready to go all in to SharePoint Online and Office 365, a hybrid scenario may be the best choice. SharePoint 2019 RTM was recently announced and if you to learn all about SharePoint 2019 and all its features, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank">here</a>.</p>



<p>Happy SharePointing! </p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/09/23/how-to-rename-a-modern-sharepoint-site-url-in-office-365/">How to Rename a Modern SharePoint Site URL in Office 365</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2019/09/23/how-to-rename-a-modern-sharepoint-site-url-in-office-365/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to convert a classic root site to Modern SharePoint in Office 365 using Invoke-SPOSiteSwap PowerShell cmdlet</title>
		<link>https://blogit.create.pt/miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Tue, 27 Aug 2019 00:05:30 +0000</pubDate>
				<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Modern SharePoint]]></category>
		<category><![CDATA[Modern Workplace]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=11282</guid>

					<description><![CDATA[<p>Do you have an old Office 365 tenant with a classic Team Site as homepage? Wanting to convert a classic root site to a modern SharePoint site? Now, using the recently released Invoke-SPOSiteSwap PowerShell cmlet, you convert your classic tenant&#8217;s root site collection to a modern site collection (for example a modern Communication Site). Introduction [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/">How to convert a classic root site to Modern SharePoint in Office 365 using Invoke-SPOSiteSwap PowerShell cmdlet</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Do you have an old Office 365 tenant with a classic Team Site as homepage? Wanting to convert a classic root site to a modern SharePoint site?</p>



<p>Now, using the recently released <a rel="noreferrer noopener" aria-label="Invoke-SPOSiteSwap (opens in a new tab)" href="https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/invoke-spositeswap?view=sharepoint-ps" target="_blank">Invoke-SPOSiteSwap</a> PowerShell cmlet, you convert your classic tenant&#8217;s root site collection to a modern site collection (for example a modern Communication Site).</p>



<h2 class="wp-block-heading">Introduction</h2>



<p>In <a rel="noreferrer noopener" aria-label="Microsoft Ignite 2018 (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/" target="_blank">Microsoft Ignite 2018</a>, announced that all new Office 365 tenants would start getting the modern Communication Site as the root site by default.</p>



<p>Microsoft will soon release the possibility for administrators to set a Communication Site as the experience for the root site of a tenant (should be rolled out in September, more details <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&amp;searchterms=46338" target="_blank">here</a>) and until now, there wasn&#8217;t an easy way to convert a classic root site collection into a modern SharePoint site. Now, with this release, we will finally be able to get a modern SharePoint site as the root site collection even on an older Office 365 tenant!</p>



<h2 class="wp-block-heading">The Solution</h2>



<h3 class="wp-block-heading">Dependencies</h3>



<p>To be able to modernize your SharePoint homepage, you will first need to download and install SharePoint Online Management Shell version 16.0.8812.1200 or later. To get the latest version of the SharePoint Online Management Shell, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://www.microsoft.com/en-in/download/details.aspx?id=35588" target="_blank">here</a> or run the following PowerShell command:</p>



<p>Install-Module -Name Microsoft.Online.SharePoint.PowerShell -force</p>



<p><strong>NOTE: </strong>If the Invoke-SPOSiteSwap PowerShell cmlet is not available yet in your tenant, just wait a little bit more, since it is currently being rolled out!</p>



<h3 class="wp-block-heading">How It Works </h3>



<p>In the steps below we are assuming the following:</p>



<ul class="wp-block-list"><li>You have a classic root site collection at https://yourtenant.sharepoint.com</li><li>You have a modern Communication Site already created in your tenant (for example at  https://yourtenant.sharepoint.com/sites/modernintranet)</li></ul>



<p><strong>Important Note:</strong> the Invoke-SPOSiteSwap cmdlet doesn&#8217;t transform your existing classic root site collection into a modern site collection. Instead, it replaces the current root site collection (a class site collection) by another existing site collection, in this example, a modern Communication Site.</p>



<p>The syntax of the Invoke-SPOSiteSwap cmdlet is the following:</p>



<p>Invoke-SPOSiteSwap -SourceUrl &lt;string&gt; -TargetUrl &lt;string&gt; -ArchiveUrl &lt;string&gt;          [&lt;CommonParameters&gt;]</p>



<p>The main parameters of the cmdlet are:</p>



<p> <strong>-SourceUrl</strong></p>



<p>URL of the source site. The site at this location must exist before performing the swap. </p>



<p>If the target is the root site at&nbsp;https://yourtenant.sharepoint.com&nbsp;then the source site must be either a Team Site (STS#0), a Modern Team Site (STS#3), or a Communication Site (SITEPAGEPUBLISHING#0).</p>



<p>In our example, this will be our modern Communication Site at  https://yourtenant.sharepoint.com/sites/modernintranet and it represents the site that will replace our old classic Team Site.</p>



<p><strong>-TargetUrl</strong></p>



<p>URL of the target site that the source site will be swapped to. The site at this location must exist before performing the swap.</p>



<p>The target site must be the either:</p>



<ul class="wp-block-list"><li>The root site at https://yourtenant.sharepoint.com; or</li><li>The search center site at&nbsp;https://yourtenant.sharepoint.com/search</li></ul>



<p>In our example, this will be our classic Team Site root site collection at https://yourtenant.sharepoint.com that will be replaced by our modern Communication Site. </p>



<p><strong> -ArchiveUrl</strong></p>



<p>URL to where the target site will be archived. There should be no existing site, including a deleted site in the Recycle Bin, at this location before performing the swap.</p>



<p>In our example, this will the URL where our classic Team Site root site collection will be archived to.</p>



<h3 class="wp-block-heading">Pulling the Trigger</h3>



<p>Follow the steps below to do the magic:</p>



<ol class="wp-block-list"><li>Open a PowerShell console (as adminstrator) and type the SharePoint Online authentication command. In this command, you must use your tenant&#8217;s Admin URL<br><br> Connect-SPOService -Url https://yourtenant-admin.sharepoint.com<br></li><li>Supply your tenant&#8217;s administrator credentials </li><li>Run the following command:<br><br>Invoke-SPOSiteSwap<br>   -SourceUrl https://yourtenant.sharepoint.com/sites/modernintranet<br>   -TargetUrl https://yourtenant.sharepoint.com<br>   -ArchiveUrl https://yourtenant.sharepoint.com/sites/oldroot</li></ol>



<p>Making the swap will take about one minute and it is pretty straightforward. After the swap, you should have a brand new Communication Site as your homepage.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="812" height="946" src="https://blogit.create.pt////wp-content/uploads/2019/08/SharePoint-comm-site.jpg" alt="" class="wp-image-11369" srcset="https://blogit.create.pt/wp-content/uploads/2019/08/SharePoint-comm-site.jpg 812w, https://blogit.create.pt/wp-content/uploads/2019/08/SharePoint-comm-site-258x300.jpg 258w, https://blogit.create.pt/wp-content/uploads/2019/08/SharePoint-comm-site-768x895.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/08/SharePoint-comm-site-696x811.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/08/SharePoint-comm-site-361x420.jpg 361w" sizes="(max-width: 812px) 100vw, 812px" /><figcaption>Modern Communication Site As Tenant&#8217;s HomePage</figcaption></figure></div>



<h2 class="wp-block-heading">Limitations</h2>



<p>Making the swap will take about one minute and it is pretty straightforward, but you must take some restrictions into consideration. Neither the source or target site can be: </p>



<ul class="wp-block-list"><li>Neither the source or target site can be connected to an Office 365 Group</li><li>Neither the source or target site can be a Hub Site &#8211; if a site is a hub site, unregister it as a hub site, swap the root site, and then register the site back as a hub site </li><li>Neither the source or target site can be associated with a Hub Site &#8211; if a site is associated with a hub, disassociate the site, swap the root site, and then reassociate the site  </li><li>Only sites within the same domain, for example,&nbsp;<a href="https://contoso.sharepoint.com/">https://contoso.sharepoint.com</a>&nbsp;can be swapped</li><li>The source site must be a modern team site (STS#3), a communication site (SITEPAGEPUBLISHING#0), or a classic team site (STS#0)</li><li>All subsites contained with the source and target sites will be swapped</li><li>Any sharing links or bookmarks will need to be recreated after the site swap</li></ul>



<h2 class="wp-block-heading">Conclusion</h2>



<p>If you want a modern experience in your existing Office 365 tenant and convert your classic team site into a modern SharePoint Modern Experience, this is the easiest way to go.</p>



<p>Before doing the swap, there are a few things you need to consider:</p>



<ul class="wp-block-list"><li>Assign permissions to the new Communication Site so that users can access the new site</li><li>Plan navigation (ex: Mega Menu navigation) to ensure navigation to your existing content</li><li>Configure your new Communication Site homepage to show the most relevant content you want to show to your users</li><li>Migrate content from the old classic root site collection to the new Communication Site</li></ul>



<p>Another great thing about this approach is that if you don&#8217;t like the result of the swap, you can always swap back using the same PowerShell command. </p>



<h2 class="wp-block-heading">Related Articles</h2>



<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank" rel="noreferrer noopener" aria-label="h (opens in a new tab)">h</a><a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank">ere</a> and <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank">here</a>.</p>



<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>.</p>



<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank">here</a>. </p>



<p>If you prefer to use the traditional method to update your farm and want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank">here</a>.</p>



<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>&nbsp;and&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>. </p>



<p>If you want to learn how to upgrade a SharePoint 2010 farm to SharePoint 2016, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank">here</a>.</p>



<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">learning resources</a>.</p>



<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">this article</a>.</p>



<p>If you want to know all about the latest SharePoint and Office 365 announcements from Ignite and some more recent announcements, including Microsoft Search, What’s New to Build a Modern Intranet with SharePoint in Office 365, Deeper Integration between Microsoft Teams and SharePoint and the latest news on SharePoint development, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/" target="_blank">here</a>.</p>



<p>If your organization is still not ready to go all in to SharePoint Online and Office 365, a hybrid scenario may be the best choice. SharePoint 2019 RTM was recently announced and if you to learn all about SharePoint 2019 and all its features, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank">here</a>.</p>



<p>Happy SharePointing! </p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/">How to convert a classic root site to Modern SharePoint in Office 365 using Invoke-SPOSiteSwap PowerShell cmdlet</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Why You Should Migrate To Microsoft 365 (Part 2)</title>
		<link>https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Sun, 28 Jul 2019 23:58:10 +0000</pubDate>
				<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Modern Workplace]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint 2019]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=11056</guid>

					<description><![CDATA[<p>Is your business evaluating if it should move to the Cloud and migrate to Microsoft 365? Then you came to the right place! This post series will show you some of the top reasons to move to the Cloud and Microsoft 365. Introduction This two part blog post is the first part of a blog [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/">Why You Should Migrate To Microsoft 365 (Part 2)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Is your business evaluating if it should move to the Cloud and migrate to Microsoft 365? Then you came to the right place! This post series will show you some of the top reasons to move to the Cloud and Microsoft 365.</p>



<h2 class="wp-block-heading">Introduction</h2>



<p>This two part blog post is the first part of a blog post series that will try to give you an idea of the advantages of moving to the Cloud and the benefits of adopting Microsoft 365 as a collaboration platform.</p>



<p>We live in a world that is rapidly moving towards Software as a Service (SaaS) solutions in several areas from collaboration, E-Commerce and many other areas, are moving from a reality where systems and respective data are deployed within the companies infrastructure (On-Premises) to the Cloud.</p>



<p>The goal of this two part blog posts is to give you an overview of the main features included in Microsoft 365 and how your organization can take advantage of them if you migrate to Microsoft 365.</p>



<p>In the first part of this post, I already discussed the following topics:</p>



<ul class="wp-block-list"><li>Microsoft 365</li><li>Collaboration with SharePoint and OneDrive</li><li>Mobility</li><li>Use Microsoft Teams as your Work Hub</li><li>Easy and Secure External Sharing</li></ul>



<p>To read the first part of this post, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank">here</a>.</p>



<p>These are the main topics I will discuss in the second part of this two part blog post:</p>



<ul class="wp-block-list"><li>Security and Reliability</li><li>Business Applications Development</li><li>Insights</li><li>Migration Options</li><li>Hybrid Scenarios</li><li>Other Benefits</li></ul>



<h2 class="wp-block-heading">Security and Reliability</h2>



<p>In the <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank" rel="noreferrer noopener" aria-label="first part (opens in a new tab)">first part</a> of this blog post, I already talked a little bit about Microsoft 365 which includes Windows 10, Office 365 and Enterprise Mobility + Security.</p>



<p>One of the main concerns of companies in choosing a Cloud collaboration platform, in which the Microsoft 365 is an example and leading platform, is the security of their information. One of the biggest challenges when organizations are deciding if they want migrate to Microsoft 365 is related to the demystification that having the information in the Cloud is less secure than if it resides on the premises of the organizations themselves.</p>



<p>To address these same concerns, Microsoft has made a very strong investment in security which provides users and system administrators with several features to address these needs and apply a set of best practices in four main areas:</p>



<ul class="wp-block-list"><li>Security</li><li>Privacy</li><li>Compliance</li><li>Transparency</li></ul>



<p>In addition to security, <strong>Reliability </strong>is another major benefit of a Cloud solution (Microsoft 365 has a average 99,98% availability) and organizations don&#8217;t need to worry about maintaining their own infrastructure.</p>



<p>Below, are some of the main security features natively offered by the platform.</p>



<figure class="wp-block-image"><img decoding="async" width="1024" height="431" src="https://blogit.create.pt////wp-content/uploads/2019/07/Security_Reliabilty-1024x431.png" alt="" class="wp-image-10723" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/Security_Reliabilty-1024x431.png 1024w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_Reliabilty-300x126.png 300w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_Reliabilty-768x323.png 768w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_Reliabilty-696x293.png 696w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_Reliabilty-1068x449.png 1068w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_Reliabilty-999x420.png 999w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_Reliabilty.png 1289w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading">Security</h3>



<p>Regarding <strong>Security</strong>, Microsoft 365 ensures the encryption of data in transit and at rest. At rest, <em>Bitlocker</em> technology is used to encrypt all information on the servers’ hard drives. In addition, all files are segmented (in small pieces called chunks) and each segment is individually encrypted and encryption keys are securely stored in a different physical location.<br>In transit, all files are encrypted with TLS using 2048-bit keys.</p>



<h3 class="wp-block-heading">Privacy</h3>



<p>Regarding <strong>Privacy</strong>, it is possible to define differentiated access policies based on 4 vectors: user, device, location and sensitivity of the information. Some examples include:</p>



<ul class="wp-block-list"><li>Set a time bound window for external sharing or only allow sharing with certain domains</li><li>Block access from insecure locations (example: open Wi-Fi networks)</li><li>Enforce multi-factor authentication (ex: supply a PIN sent to a mobile device). You can enforce multi-factor authentication for all users, for a restricted set of users or based on conditions like the device being used or the access location (example: open Wi-Fi networks)</li></ul>



<h3 class="wp-block-heading">Compliance</h3>



<p>In what regards to<strong> Compliance</strong>, the main concern is to define a set of rules that allow sensitive information to be protected and to prevent the leakage of sensitive information outside of the organization. These are some of the features Microsoft 365 includes to address this need:</p>



<ul class="wp-block-list"><li><strong>Data Loss Prevention</strong>: Allows organizations to create policies to protect their most sensitive information. Example: prevent documents with credit card information or citizen card numbers from being shared outside the organization. To read more about Data Loss Prevention, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://docs.microsoft.com/en-us/office365/securitycompliance/data-loss-prevention-policies" target="_blank">here</a>.</li><li><strong>Microsoft 365 Unified Labeling</strong>: Allows organizations to create policies that protect the content of documents stored in the Microsoft 365 platform (mainly SharePoint, OneDrive and Exchange). Protection is based on the Azure Rights Management service and allows for administrators to configure sensitivity labels that can be applied to emails and documents to protect sensitive information. Labels can be applied automatically to all documents in a SharePoint document library, based on specific content types or based on the contents of the document (ex: documents containing credit card numbers). For protected documents, you can restrict access to a restricted set of users, enable encryption and apply a variety of document level protection such as:<ul><li>Block copy and paste of email or document information</li><li>Block Print Screen of a document</li><li>Block document printing</li><li>Block email actions like Forward or Reply</li><li>etc</li></ul></li></ul>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="777" height="833" src="https://blogit.create.pt////wp-content/uploads/2019/07/Security_UnifiedLabeling.png" alt="" class="wp-image-10765" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/Security_UnifiedLabeling.png 777w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_UnifiedLabeling-280x300.png 280w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_UnifiedLabeling-768x823.png 768w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_UnifiedLabeling-696x746.png 696w, https://blogit.create.pt/wp-content/uploads/2019/07/Security_UnifiedLabeling-392x420.png 392w" sizes="(max-width: 777px) 100vw, 777px" /><figcaption>Microsoft 365 Unified Labeling Protection</figcaption></figure></div>



<p>To learn about Microsoft 365 Unified Labeling and Information Protection, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://docs.microsoft.com/en-us/Office365/SecurityCompliance/protect-information" target="_blank">here</a>.</p>



<h3 class="wp-block-heading">Transparency</h3>



<p>Regarding <strong>Transparency</strong>, a very important note is that Microsoft does not have access to the organization&#8217;s data and the only occasions where this may be necessary is in resolving support incidents that require access to the data. In these cases, and using a feature called <em>Customer Lockbox</em>, the customer can approve or reject access requests, and access is only granted in case the request is approved. In addition, all accesses are audited to ensure the transparency of the process.</p>



<p>These are just a few of the examples of the vast set of features available to users and administrators to protect information residing on the Microsoft 365 platform. Security is such a huge topic that is impossible to summarize all features in this post. Stay tuned for my next posts where I will address security features in more detail!</p>



<h2 class="wp-block-heading">Business Applications Development</h2>



<p>Microsoft 365 has a very rich feature set and it addresses a very broad range of collaboration needs. The good thing is that is also highly extensible allowing for developers to build rich user experiences for pretty much any business requirement.</p>



<p>There are other powerful ways to extend SharePoint Online and Microsoft 365 without the need of professional developers and the Rapid Application Development approaches are gaining more and more space in the development world, essentially to build business applications.</p>



<p>Microsoft&#8217;s vision for Rapid Application Development is composed by two main development platforms:</p>



<ul class="wp-block-list"><li>PowerApps</li><li>Microsoft Flow</li></ul>



<h3 class="wp-block-heading">PowerApps</h3>



<p>PowerApps is a suite of apps, services, connectors and data platform that provides a Rapid Application Development environment to build custom business applications. Using PowerApps, &#8220;citizen developers&#8221; can quickly build custom business applications that connect to your business data stored&nbsp;On-Premises<em> </em>(accessible through a <a rel="noreferrer noopener" aria-label="On-OnPremises Data Gateway (opens in a new tab)" href="https://powerapps.microsoft.com/pt-pt/blog/connect-to-your-on-premises-data-sources-using-on-premises-data-gateway-from-powerapps/" target="_blank">On-OnPremises Data Gateway</a>) or to Online data sources.</p>



<p>Currently there are dozens of connectors that allow PowerApps applications to connect to data sources like SharePoint, OneDrive, Exchange, Dynamics 365, SQL Server, etc.</p>



<p>One of the great things about PowerApps applications is they are developed in a mobile-first approach and you can easy use business applications in any mobile device from your tablet to your mobile phone.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="983" height="614" src="https://blogit.create.pt////wp-content/uploads/2019/07/PowerApps.jpg" alt="" class="wp-image-10943" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/PowerApps.jpg 983w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerApps-300x187.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerApps-768x480.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerApps-696x435.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerApps-672x420.jpg 672w" sizes="(max-width: 983px) 100vw, 983px" /><figcaption>Microsoft PowerApps</figcaption></figure></div>



<p>PowerApps is great to quickly build business applications and below are a few examples of business applications that could be developed using PowerApps:</p>



<ul class="wp-block-list"><li>Expense Report</li><li>Travel Request</li><li>Vacation Request</li></ul>



<p>To take a look at an example of what PowerApps can do, take a look at the <a rel="noreferrer noopener" aria-label="Microsoft Expense Report sample (opens in a new tab)" href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/expense-report-install" target="_blank">Microsoft Expense Report sample</a>.</p>



<p>To learn more about PowerApps, click <a href="https://powerapps.microsoft.com/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>



<h3 class="wp-block-heading">Microsoft Flow</h3>



<p>Microsoft Flow is a Cloud-based service that makes it easier for line-of-business users to create workflows that help automate time-consuming business processes and help connect applications and services.</p>



<p>As in PowerApps, Flow currently there are <a rel="noreferrer noopener" aria-label="dozens of connectors (opens in a new tab)" href="https://emea.flow.microsoft.com/en-us/connectors/" target="_blank">dozens of connectors</a> that allow flows to connect to data sources like SharePoint, OneDrive, Exchange, Dynamics 365, SQL Server, etc.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="1161" height="724" src="https://i0.wp.com/blogit.create.pt/wp-content/uploads/2019/07/MicrosoftFlow.jpg?fit=696%2C434&amp;ssl=1" alt="" class="wp-image-10941" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftFlow.jpg 1161w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftFlow-300x187.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftFlow-768x479.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftFlow-1024x639.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftFlow-696x434.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftFlow-1068x666.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftFlow-674x420.jpg 674w" sizes="(max-width: 1161px) 100vw, 1161px" /><figcaption>Microsoft Flow Templates</figcaption></figure></div>



<p>There are numerous examples of where Flow can be used to automate processes and Flow is great to be used together with PowerApps. A good example would be a Expense Report built with PowerApps with the Approval process handled by Flow, allowing you also for example to automate the integration of approved expenses with your ERP or financial system.</p>



<p>To learn more about Microsoft Flow, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://emea.flow.microsoft.com/" target="_blank">here</a>. </p>



<h3 class="wp-block-heading">Other Development Options</h3>



<p>If the business requirement is too complex and PowerApps and Flow may not be the best approach, SharePoint and Microsoft 365 offer a huge development platform, mainly trough the development of solutions based on <a rel="noreferrer noopener" href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview" target="_blank">SharePoint Framework (SPFx)</a>. </p>



<h2 class="wp-block-heading">Insights</h2>



<p>Microsoft 365 as a collaboration platform generates a lot of information, specially if you are a large organization. To help you get insights from the information stored in Microsoft 365, you can use:</p>



<ul class="wp-block-list"><li><strong>Power BI:</strong> Provides a business intelligence platform that allows you to generate reports and dashboards to get critical business insights from a <a rel="noreferrer noopener" aria-label="variety of data sources (opens in a new tab)" href="https://docs.microsoft.com/en-us/power-bi/desktop-data-sources" target="_blank">variety of data sources</a>. <br><br><img decoding="async" width="896" height="617" class="wp-image-10946" style="width: 600px" src="https://blogit.create.pt////wp-content/uploads/2019/07/PowerBI.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/PowerBI.jpg 896w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerBI-300x207.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerBI-768x529.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerBI-100x70.jpg 100w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerBI-218x150.jpg 218w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerBI-696x479.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/07/PowerBI-610x420.jpg 610w" sizes="(max-width: 896px) 100vw, 896px" /><br>To learn more about Power BI, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://powerbi.microsoft.com/en-us/" target="_blank">here</a>.<br></li><li><strong>Delve:</strong> Allows you to browse and discover relevant content for you, including your recent documents, content based on who you work with and trends in the organization<br><br>To learn more about Delve, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://support.office.com/en-us/article/what-is-office-delve-1315665a-c6af-4409-a28d-49f8916878ca" target="_blank">here</a>.<br></li><li><strong>My Analytics</strong>: Allows you to measure Personal and Organizational Productivity Indicators, time spent in meetings and focused work or track your response and email read times<br><br>To learn more My Analytics, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://products.office.com/en-us/business/myanalytics-personal-analytics" target="_blank">here</a>.</li></ul>



<h2 class="wp-block-heading">Migration Options</h2>



<p>If you have information On-Premises, either using an old file share or an On-Premises version of SharePoint Server, the path to SharePoint Online and Microsoft 365 is achieved using a content migration approach to migrate content to SharePoint Online and typically a 3rd party solution is necessary to do the migration. A few 3rd party solutions that can do the job are <a rel="noreferrer noopener" href="https://sharegate.com/products/sharegate-desktop" target="_blank">ShareGate</a>, <a rel="noreferrer noopener" href="https://www.avepoint.com/products/hybrid/office-365-migration/" target="_blank">AvePoint</a> and <a rel="noreferrer noopener" href="https://www.quest.com/metalogix/" target="_blank">Metalogix</a>. Microsoft has also released sometime ago the <a rel="noreferrer noopener" aria-label="SharePoint Migration Tool (opens in a new tab)" href="https://docs.microsoft.com/en-us/sharepointmigration/introducing-the-sharepoint-migration-tool" target="_blank">SharePoint Migration Tool</a> that also does the job but with less options than the 3rd party solutions.</p>



<p>The great thing when you migrate to Microsoft 365 and SharePoint Online (specially if you are using SharePoint Server) is that this should be the last migration you have to do! If you are using SharePoint Server and instead choose to do a SharePoint version upgrade, you will always have at least one more migration ahead of you (assuming you want to have Microsoft support, MS support for SharePoint Server will end after a few years, you can find more information <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://support.microsoft.com/en-us/lifecycle/search" target="_blank">here</a>).</p>



<p>Migrating to SharePoint Online and Microsoft 365 has another clear advantage: reduction of IT costs and probably reduction of overall licensing costs since you don&#8217;t have to be worried about paying SharePoint Server licenses (and also SQL Server licenses if SharePoint is the only reason why you use SQL Server). In Microsoft 365, licensing is paid in a subscription based model where you can choose the best subscription model that fits your organization&#8217;s needs.</p>



<h2 class="wp-block-heading">Hybrid Scenarios</h2>



<p>If your organization is still not ready to migrate to Microsoft 365 entirely (one of the strongest reasons is in the case of data residency requirements where highly sensitive may not leave the country and there is no Microsoft 365 data center in that country, like for example in Portugal). In this case, a hybrid scenario may be your best option.</p>



<p>There are several hybrid supported scenarios and a possible approach could be to keep the most sensitive information On-Premises (for example in SharePoint 2019 that has improved hybrid support) and take the less sensitive information into the cloud and start taking advantage of the cloud innovations from SharePoint Online and Microsoft 365.</p>



<h2 class="wp-block-heading">Other Benefits</h2>



<p>Microsoft 365 is a huge productivity suite and there are other applications in the suite that are relevant:</p>



<ul class="wp-block-list"><li><strong>Yammer: </strong>Corporate social network where you can promote discussions and ideas and promote employee engagement across your organization. To learn more about Yammer, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://products.office.com/en-us/yammer/" target="_blank">here</a>.</li><li><strong>Microsoft Stream:</strong> Microsoft 365 streaming platform where you can store and tag relevant corporate videos, assign videos to channels and share videos across organizations allowing you to promote employee engagement. To learn more about Microsoft Stream, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://products.office.com/en-us/microsoft-stream" target="_blank">here</a>.</li><li><strong>Microsoft Forms:</strong> Allows you to quickly create surveys and get feedback from users in your organization. To learn more about Microsoft Forms, click <a rel="noreferrer noopener" href="https://support.office.com/en-us/article/create-a-form-with-microsoft-forms-4ffb64cc-7d5d-402f-b82e-b1d49418fd9d" target="_blank">here</a>. </li><li><strong>Dynamics 365:</strong> CRM platform included in Microsoft 365 where you can manage customers, relationships and create dashboards to help you make better decisions and help your business grow. To learn more about Dynamics 365, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://dynamics.microsoft.com/en-us/" target="_blank">here</a>.</li></ul>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Knowing where to take your business and choose the right collaboration platform is a critical business decision. Microsoft 365 is a very comprehensive collaboration and productivity suite that can help your organization to work smarter and take advantages of the constant innovations that Microsoft keeps adding to the suite.</p>



<p>If you still are in On-Premises scenario (either using file share, SharePoint Server or any other collaboration platform), you should carefully evaluate the options you have and evaluate the Pros and Cons of keeping your organization On-Premises or move to the Cloud (to SharePoint Online and Microsoft 365).</p>



<p>One thing I have no doubt: Microsoft is putting all the innovation and best collaboration features in SharePoint Online and Microsoft 365 and the gap to SharePoint Server is getting bigger and bigger, leaving companies that are not taking advantage of Microsoft 365 in a clear disadvantage with the ones that do.</p>



<p>One last argument: if your are still On-Premises, most probably you already have Microsoft 365 licensed and probably not using it or not taking full advantage it. If you are already paying, why not start taking full advantage of the innovations in Microsoft 365?</p>



<p>To finish, and to get a broader vision of SharePoint and Microsoft 365 evolution over the years, don&#8217;t miss Jeff Teper &#8220;Hitting Refresh on SharePoint&#8221; articles:</p>



<ul class="wp-block-list"><li><a rel="noreferrer noopener" href="https://www.linkedin.com/pulse/hitting-refresh-sharepoint-more-part-1-jeff-teper/" target="_blank">Hitting Refresh on SharePoint and More &#8211; Part 1</a></li><li><a rel="noreferrer noopener" href="https://www.linkedin.com/pulse/hitting-refresh-sharepoint-more-part-2-jeff-teper/" target="_blank">Hitting Refresh on SharePoint and More &#8211; Part 2</a></li><li><a rel="noreferrer noopener" href="https://www.linkedin.com/pulse/hitting-refresh-sharepoint-more-part-3-jeff-teper/" target="_blank">Hitting Refresh on SharePoint and More &#8211; Part 3</a></li><li><a rel="noreferrer noopener" href="https://www.linkedin.com/pulse/hitting-refresh-sharepoint-more-part-4-jeff-teper/" target="_blank">Hitting Refresh on SharePoint and More &#8211; Part 4</a></li></ul>



<p>To read the first part of this post, click <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>. </p>



<h2 class="wp-block-heading">Related Articles</h2>



<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>.</p>



<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank">here</a>. </p>



<p>If you prefer to use the traditional method to update your farm and want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank">here</a>.</p>



<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>&nbsp;and&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>. </p>



<p>If you want to learn how to upgrade a SharePoint 2010 farm to SharePoint 2016, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank">here</a>.</p>



<p>If you are new to SharePoint and Microsoft 365 and want to learn all about it, take a look at these <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank">learning resources</a>.</p>



<p>If you are work in a large organization who is using Microsoft 365 or thinking to migrate to Microsoft 365 and is considering between a single or multiple Microsoft 365 tenants, I invite you to read <a aria-label=" (opens in a new tab)" rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank">this article</a>.</p>



<p>If you want to know all about the latest SharePoint and Microsoft 365 announcements from SharePoint Conference 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank">here</a>.</p>



<p>If your organization is still not ready to migrate to Microsoft 365, a hybrid scenario may be the best choice. SharePoint 2019 RTM was recently announced and if you to learn all about SharePoint 2019 and all its features, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank">here</a>.</p>



<p>Happy SharePointing! </p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/">Why You Should Migrate To Microsoft 365 (Part 2)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Why You Should Migrate To Microsoft 365 (Part 1)</title>
		<link>https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Sun, 28 Jul 2019 23:34:51 +0000</pubDate>
				<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Modern Workplace]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint 2019]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=10521</guid>

					<description><![CDATA[<p>Is your business evaluating if it should move to the Cloud and migrate to Microsoft 365? Then you came to the right place! This post series will show you some of the top reasons to move to the Cloud and Microsoft 365. Introduction This two part blog post is the first part of a blog [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/">Why You Should Migrate To Microsoft 365 (Part 1)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Is your business evaluating if it should move to the Cloud and migrate to Microsoft 365? Then you came to the right place! This post series will show you some of the top reasons to move to the Cloud and Microsoft 365.</p>



<h2 class="wp-block-heading">Introduction</h2>



<p>This two part blog post is the first part of a blog post series that will try to give you an idea of the advantages of moving to the Cloud and the benefits of adopting Microsoft 365 as a collaboration platform.</p>



<p>We live in a world that is rapidly moving towards Software as a Service (SaaS) solutions in several areas from collaboration, E-Commerce and many other areas, are moving from a reality where systems and respective data are deployed within the companies infrastructure (On-Premises) to the Cloud.</p>



<p>The goal of this two part blog posts is to give you an overview of the main features included in Microsoft 365 and how your organization can take advantage of them if you migrate to Microsoft 365.</p>



<p>These are the topics I will discuss in the first part of this two part blog post: </p>



<ul class="wp-block-list">
<li>Microsoft 365</li>



<li>Collaboration with SharePoint and OneDrive</li>



<li>Mobility</li>



<li>Use Microsoft Teams as your Work Hub</li>



<li>Easy and Secure External Sharing</li>
</ul>



<p>To read the second part of this post, click <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>



<h2 class="wp-block-heading">Microsoft 365</h2>



<p>First things first! What is Microsoft 365?</p>



<p>One of the main concerns of companies in choosing a Cloud collaboration platform, in which the Microsoft 365 is an example and leading platform, is the security of their information. One of the biggest challenges when organizations are deciding if they want migrate to Microsoft 365 is related to the demystification that having the information in the Cloud is less secure than if it resides on the premises of the organizations themselves.</p>



<p>Microsoft has launched a licensing model that includes an impressive security feature set called <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.microsoft.com/en-us/microsoft-365/" target="_blank">Microsoft 365</a>. This is a bundle that includes:</p>



<ul class="wp-block-list">
<li>Windows 10</li>



<li>Office 365</li>



<li>Enterprise Mobility + Security</li>
</ul>



<p>This bundle comes in three different flavors:</p>



<ul class="wp-block-list">
<li><a href="https://www.microsoft.com/en-us/microsoft-365/business" target="_blank" rel="noreferrer noopener">Microsoft 365 Business</a></li>



<li><a href="https://www.microsoft.com/en-us/microsoft-365/enterprise" target="_blank" rel="noreferrer noopener">Microsoft 365 Enterprise</a></li>



<li><a aria-label=" (opens in a new tab)" href="https://www.microsoft.com/en-us/education/buy-license/microsoft365" target="_blank" rel="noreferrer noopener">Microsoft 365 Education</a></li>
</ul>



<p>The way I see it, Microsoft 365, in which Office 365 is a big part, has two main branches that are closely linked:</p>



<ul class="wp-block-list">
<li>Collaboration</li>



<li>Security</li>
</ul>



<p>The main purpose of Microsoft 365, is to <strong>empower business to collaborate in a secure way</strong>.</p>



<p>If you want to know more about all the security features included Microsoft 365, click <a href="https://www.microsoft.com/en-us/trustcenter/security/office365-security" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.  </p>



<p>Below, is a summary of the top reasons why you should move to the Cloud and start using Microsoft 365. The summary is mainly focused on Microsoft 365 features.</p>



<h2 class="wp-block-heading">Collaboration with SharePoint and OneDrive</h2>



<p>Besides email, Microsoft 365 information will be stored either in <a rel="noreferrer noopener" href="https://products.office.com/en-us/sharepoint/sharepoint-online-collaboration-software" target="_blank">SharePoint Online</a> or <a rel="noreferrer noopener" href="https://products.office.com/en-us/onedrive-for-business/online-cloud-storage" target="_blank">OneDrive</a>:</p>



<ul class="wp-block-list">
<li><strong>SharePoint Online:</strong> the heart of collaboration in Microsoft 365 and where shared information in your organization should reside</li>



<li><strong>OneDrive:</strong> based on the same technology as SharePoint, it is a private space that allows each employee in the organization to store their personal documents. Each employee gets from 1 TB to 5 TB <a aria-label="depending on the your licensing model (opens in a new tab)" href="https://docs.microsoft.com/en-us/office365/servicedescriptions/onedrive-for-business-service-description" target="_blank" rel="noreferrer noopener">depending on your licensing model</a>.</li>
</ul>



<h3 class="wp-block-heading">Office Web Apps (SharePoint and OneDrive) </h3>



<p>With Microsoft 365, each Office application has a corresponding web app that allows you to collaborate on documents directly from the browser without the need of its corresponding Office client applications. These are the available Office Web Apps in Microsoft 365:</p>



<ul class="wp-block-list">
<li>Word Online</li>



<li>Excel Online</li>



<li>PowerPoint Online</li>



<li>Visio Online</li>



<li>OneNote Online</li>
</ul>



<p>Each of this web apps allows you to open and edit documents directly from the browser. The experience is similar to the Office client application and there are just a few restrictions in edit experience (ex: you can open but not edit macro-enabled Excel files).</p>



<h3 class="wp-block-heading">Real-Time Collaboration and Co-Authoring (SharePoint and OneDrive)</h3>



<p>Are you tired of reviewing documents sending successive copies of the same document back and forth by email and not knowing what the latest version of the document is? Mee too and this is where co-authoring is a huge help!</p>



<p>When documents are stored in SharePoint or OneDrive, co-authoring allows you to share a document with users inside or outside your organization and have them collaborate on the document in real time without the need to save multiple versions of the same document and loose track of the changes that were made by each contributor. All contributions are merged into the same document and you can see who else is editing and what changes each contributor has made.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="972" height="648" src="https://blogit.create.pt////wp-content/uploads/2019/07/Word_Co-Authoring.png" alt="" class="wp-image-10700" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/Word_Co-Authoring.png 972w, https://blogit.create.pt/wp-content/uploads/2019/07/Word_Co-Authoring-300x200.png 300w, https://blogit.create.pt/wp-content/uploads/2019/07/Word_Co-Authoring-768x512.png 768w, https://blogit.create.pt/wp-content/uploads/2019/07/Word_Co-Authoring-696x464.png 696w, https://blogit.create.pt/wp-content/uploads/2019/07/Word_Co-Authoring-630x420.png 630w" sizes="(max-width: 972px) 100vw, 972px" /><figcaption class="wp-element-caption">Real Time Collaboration (Co-Authoring a Word document in SharePoint or OneDrive)</figcaption></figure>
</div>


<p>This allows you to have full real time collaboration over the same document instead of having multiple copies going back and forth by email, having the added advantage to significantly reduce the size of your mailbox and making you much more productive.</p>



<p>SharePoint and OneDrive take advantages of secure sharing, allowing you to choose who can access and edit the document.</p>



<p>To learn more about real time collaboration and co-authoring, click <a rel="noreferrer noopener" href="https://support.office.com/en-gb/article/document-collaboration-and-co-authoring-ee1509b4-1f6e-401e-b04a-782d26f564a4" target="_blank">here</a>. </p>



<h3 class="wp-block-heading">Stop Sending Attachments by Email</h3>



<p>Another advantage of using SharePoint and OneDrive for collaboration is that instead of attaching a copy of your document in the email, you can simply share a link to the document that is stored in SharePoint or OneDrive.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="461" height="225" src="https://blogit.create.pt////wp-content/uploads/2019/07/Outlook_Attachment_Share_Link.png" alt="" class="wp-image-10689" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/Outlook_Attachment_Share_Link.png 461w, https://blogit.create.pt/wp-content/uploads/2019/07/Outlook_Attachment_Share_Link-300x146.png 300w" sizes="(max-width: 461px) 100vw, 461px" /><figcaption class="wp-element-caption">Insert attachment as Link to SharePoint or OneDrive file in Outlook</figcaption></figure>
</div>


<p>For users, the attachment looks exactly the same as a normal attachment with the difference of a having a small &#8220;cloud&#8221; symbol near the document icon.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="258" height="61" src="https://blogit.create.pt////wp-content/uploads/2019/07/Outlook_Attachment_Share_Link_2.png" alt="" class="wp-image-10695" /><figcaption class="wp-element-caption"> <em>Insert attachment as Link to SharePoint or OneDrive file in Outlook</em> (Cloud Attachment)</figcaption></figure>
</div>


<p>This way, we also significantly reduce the size of user&#8217;s mailboxes since what we are sharing is the link do the document in SharePoint or OneDrive and not a copy of the file. Sharing documents this way also enables users to use real time collaboration by allowing them to co-edit the &#8220;attached&#8221; document. The document can be edited either in the browser or using the appropriate Office client application.</p>



<p>To learn more on Cloud Attachments, click <a href="https://support.office.com/en-us/article/attach-files-in-outlook-on-the-web-48b8dca1-7a76-43ce-97d1-e1cf73893f55" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<h3 class="wp-block-heading">Offline Access</h3>



<p>Documents in SharePoint and OneDrive are stored in document libraries. You can sync any SharePoint or OneDrive files to a folder on your computer where you can work directly in the files using File Explorer and you can even access and work on the files when you&#8217;re offline.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="896" height="469" src="https://blogit.create.pt////wp-content/uploads/2019/07/SharePoint_Doclib_SyncLib.png" alt="" class="wp-image-10712" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/SharePoint_Doclib_SyncLib.png 896w, https://blogit.create.pt/wp-content/uploads/2019/07/SharePoint_Doclib_SyncLib-300x157.png 300w, https://blogit.create.pt/wp-content/uploads/2019/07/SharePoint_Doclib_SyncLib-768x402.png 768w, https://blogit.create.pt/wp-content/uploads/2019/07/SharePoint_Doclib_SyncLib-696x364.png 696w, https://blogit.create.pt/wp-content/uploads/2019/07/SharePoint_Doclib_SyncLib-802x420.png 802w" sizes="(max-width: 896px) 100vw, 896px" /><figcaption class="wp-element-caption">Sync a SharePoint document library for Offline Access</figcaption></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="749" height="170" src="https://blogit.create.pt////wp-content/uploads/2019/07/SharePoint_Doclib_Synced.png" alt="" class="wp-image-10709" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/SharePoint_Doclib_Synced.png 749w, https://blogit.create.pt/wp-content/uploads/2019/07/SharePoint_Doclib_Synced-300x68.png 300w, https://blogit.create.pt/wp-content/uploads/2019/07/SharePoint_Doclib_Synced-696x158.png 696w" sizes="(max-width: 749px) 100vw, 749px" /><figcaption class="wp-element-caption"><em>Access SharePoint files using File Explorer</em></figcaption></figure>
</div>


<p>Once you get back online, any changes that you or other users make will be synced automatically.</p>



<p>To learn more on how to sync a SharePoint or OneDrive document library, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://support.office.com/en-gb/article/sync-sharepoint-files-with-the-new-onedrive-sync-client-6de9ede8-5b6e-4503-80b2-6190f3354a88" target="_blank">here</a>.</p>



<h3 class="wp-block-heading">Microsoft 365 Groups</h3>



<p>Microsoft 365 groups are the preferred method for team collaboration in Microsoft 365. When created, an Microsoft 365 group provides the following for its members:</p>



<ul class="wp-block-list">
<li>A Security Group (<a aria-label=" (opens in a new tab)" href="https://azure.microsoft.com/en-us/services/active-directory/" target="_blank" rel="noreferrer noopener">Azure AD</a>)</li>



<li>A Shared Group Mailbox (<a aria-label="Exchange (opens in a new tab)" href="https://products.office.com/en-us/exchange/" target="_blank" rel="noreferrer noopener">Exchange</a>)</li>



<li>A Shared Team Site (<a aria-label=" (opens in a new tab)" href="https://products.office.com/en-us/sharepoint/" target="_blank" rel="noreferrer noopener">SharePoint</a>)</li>



<li>A Shared Notebook (<a aria-label=" (opens in a new tab)" href="https://products.office.com/en-us/onenote/" target="_blank" rel="noreferrer noopener">OneNote</a>)</li>



<li>A Team in <a aria-label="Microsoft Teams (opens in a new tab)" href="https://products.office.com/en-us/microsoft-teams/" target="_blank" rel="noreferrer noopener">Microsoft Teams</a> (if created through Teams or if later a Team in Microsoft Teams is associated to an existing Microsoft 365 group)</li>



<li>A Teamwork Planning Space (<a aria-label=" (opens in a new tab)" href="https://products.office.com/en-us/business/task-management-software" target="_blank" rel="noreferrer noopener">Microsoft Planner</a>)</li>
</ul>



<p>Microsoft 365 Groups can be created from a variety of ways in Microsoft 365 (among others: SharePoint, Outlook and Microsoft Teams) and its main purpose is to facilitate teams inside the organizations to collaborate. For instance, the Shared Group Mailbox that is created is not a distribution list but a shared mailbox in Exchange Online and it allows for a new member in the group to have instant access to all emails sent to the shared mailbox prior to his addition to the group!</p>



<p>To learn more about Microsoft 365 Groups, click <a aria-label=" (opens in a new tab)" rel="noreferrer noopener" href="https://support.office.com/en-gb/article/learn-about-office-365-groups-b565caa1-5c40-40ef-9915-60fdb2d97fa2" target="_blank">here</a>.</p>



<h2 class="wp-block-heading">Mobility</h2>



<p>One of the strongest advantages when you migrate to Microsoft 365 is mobility. You will be able to access your documents, emails, business processes from any device and from any location.</p>



<p>Below, are a few examples of what you can do directly from your mobile phone or tablet:</p>



<ul class="wp-block-list">
<li>Access your email and contacts using Exchange Online and Outlook Mobile App</li>



<li>Open and collaborate on shared documents in SharePoint Team Sites using Office mobile apps (there is a mobile version for Word, Excel, PowerPoint, etc)</li>



<li>Share and access important news with your team using SharePoint Communication Sites</li>



<li>Access your organizations dashboards using Power BI</li>



<li>Access important business processes (example: approve your team&#8217;s expenses) using  PowerApps</li>



<li>Join a meeting directly from your phone using Microsoft Teams mobile app</li>



<li>Access relevant corporate information using the mobile SharePoint app</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="682" height="547" src="https://blogit.create.pt////wp-content/uploads/2019/07/Office365_Mobile.jpg" alt="" class="wp-image-11054" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/Office365_Mobile.jpg 682w, https://blogit.create.pt/wp-content/uploads/2019/07/Office365_Mobile-300x241.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/07/Office365_Mobile-524x420.jpg 524w" sizes="(max-width: 682px) 100vw, 682px" /><figcaption class="wp-element-caption">SharePoint Mobile App</figcaption></figure>
</div>


<p>All of this can be achieved in a secure way. I will talk a little bit more on security later in the second part of the blog post.</p>



<h2 class="wp-block-heading">Use Microsoft Teams as your Work Hub</h2>



<p>Microsoft Teams is a collaboration platform that was launched on March 14, 2017 and it combines workplace chat, audio and video based conference call meetings, notes, attachments and all that relates to digital team work. This service integrates seamlessly with Microsoft 365 including Microsoft Office, SharePoint Online and can also integrate with non-Microsoft products.</p>



<figure class="wp-block-image"><img decoding="async" width="959" height="614" src="https://blogit.create.pt////wp-content/uploads/2019/07/MicrosoftTeams.jpg" alt="" class="wp-image-10812" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams.jpg 959w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams-300x192.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams-768x492.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams-696x446.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams-656x420.jpg 656w" sizes="(max-width: 959px) 100vw, 959px" /></figure>



<p>Microsoft Teams is already the fastest growing business app in Microsoft&#8217;s history and is rapidly growing to be the work hub for collaboration in Microsoft 365. In summary, Microsoft Teams provides:</p>



<ul class="wp-block-list">
<li><strong>1-to-1 and Team Chats:</strong> You can chat with any internal users in your Microsoft 365 tenant and also guest users (for more details, about internal users and external users and Pros and Cons of Single Tenant vs Multiple Tenants in Microsoft 365, click <a aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener">here</a>)</li>



<li><strong>Channels:</strong> By default, a single channel called &#8220;General&#8221; is created for every Team but new channels can be created. The most common approach is to create a few channels, one for each relevant topic within the Team. For now, all channels share same security settings as the team but in the near future it will be possible to have private channels (with specific permissions)</li>



<li><strong>Meetings:</strong> You can organize and attend online meetings (audio and video) and you can even start your meeting using your PC and continue attending it using your mobile device. All you need is a stable internet connection!</li>



<li><strong>Files: </strong>You can open your files directly in Teams without the need to go to SharePoint where the files are stored. Soon, Teams will have the full SharePoint files experience and the user experience to interact with files will be even better than it is today (if you want to know more about the recent announcements on Teams, SharePoint and Microsoft 365, click <a aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank" rel="noreferrer noopener">here</a> and <a aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank" rel="noreferrer noopener">here</a>)</li>



<li><strong>Tabs:</strong> Tabs is a great way to add content to your Team or channel. It allows you to add new tabs that show content from Microsoft 365 (ex: a shared calendar, the Team Planner, a PowerBI dashboard) or relevant external content (ex: an external web page)<br><br><img decoding="async" width="694" height="924" class="wp-image-10841" style="width: 500px" src="https://blogit.create.pt////wp-content/uploads/2019/07/MicrosoftTeams_Tabs.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams_Tabs.jpg 694w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams_Tabs-225x300.jpg 225w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams_Tabs-315x420.jpg 315w" sizes="(max-width: 694px) 100vw, 694px" /></li>



<li><strong>Connectors: </strong>Similar to tabs but it allows you to get content from a variety of content sources directly into a channel (ex: a relevant RSS feed, Twitter account activity, etc)<br><br><img decoding="async" width="802" height="742" class="wp-image-10849" style="width: 500px" src="https://blogit.create.pt////wp-content/uploads/2019/07/MicrosoftTeams_Connectors.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams_Connectors.jpg 802w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams_Connectors-300x278.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams_Connectors-768x711.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams_Connectors-696x644.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/07/MicrosoftTeams_Connectors-454x420.jpg 454w" sizes="(max-width: 802px) 100vw, 802px" /></li>



<li><strong>Bots:</strong> Microsoft Teams also has the ability to communicate with Bots that are artificial intelligence applications which can complete simple or complex tasks using chat-based commands</li>



<li><strong>Mobile App:</strong> All the above can be done using the Teams Mobile app, which is a rich feature set app, available for IOS and Android</li>
</ul>



<p>To learn more about Microsoft Teams, click <a href="https://products.office.com/en-us/microsoft-teams/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<h2 class="wp-block-heading">Easy and Secure External Sharing</h2>



<p>For organizations to be able to share content from an On-Premises SharePoint installation, it involves some complex IT configurations to be set in place. If you migrate to Microsoft 365 and SharePoint Online, it gets much easier to share information with external users, allowing information to be easily shared in a secure way.</p>



<p>SharePoint Online makes it possible to easily share:</p>



<ul class="wp-block-list">
<li><strong>Sites:</strong> Share a whole site with an external user</li>



<li><strong>Document Libraries: </strong>Share only the contents of a specific document library</li>



<li><strong>Folders:</strong> Share only the contents of a specific folder</li>



<li><strong>Documents: </strong>Share only the contents of a specific document</li>
</ul>



<p>To be able to share with external users, external sharing must be enabled on the Microsoft 365 Admin Center and from a security perspective it is possible to control for which domains external sharing is allowed (either by using black or white lists).</p>



<p>To learn more about external sharing on Microsoft 365, click <a aria-label="here (opens in a new tab)" rel="noreferrer noopener" href="https://docs.microsoft.com/en-us/sharepoint/external-sharing-overview" target="_blank">here</a>.</p>



<p> To read the second part of this post, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank">here</a>.</p>



<h2 class="wp-block-heading">Related Articles</h2>



<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank">here</a>.</p>



<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>.</p>



<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank">here</a>. </p>



<p>If you prefer to use the traditional method to update your farm and want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank">here</a>.</p>



<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>&nbsp;and&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>. </p>



<p>If you want to learn how to upgrade a SharePoint 2010 farm to SharePoint 2016, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank">here</a>.</p>



<p>If you are new to SharePoint and Microsoft 365 and want to learn all about it, take a look at these <a aria-label=" (opens in a new tab)" rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank">learning resources</a>.</p>



<p>If you are work in a large organization who is using Microsoft 365 or thinking to migrate to Microsoft 365 and is considering between a single or multiple Microsoft 365 tenants, I invite you to read <a aria-label=" (opens in a new tab)" rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank">this article</a>.</p>



<p>If you want to know all about the latest SharePoint and Microsoft 365 announcements from SharePoint Conference 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank">here</a>.</p>



<p>If your organization is still not ready to migrate to Microsoft 365, a hybrid scenario may be the best choice. SharePoint 2019 RTM was recently announced and if you to learn all about SharePoint 2019 and all its features, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank">here</a>.</p>



<p>Happy SharePointing! </p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/">Why You Should Migrate To Microsoft 365 (Part 1)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>What&#8217;s New for SharePoint and Office 365 from SharePoint Conference 2019 (Part 2)</title>
		<link>https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Tue, 04 Jun 2019 23:07:11 +0000</pubDate>
				<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Modern Workplace]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint 2019]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=10394</guid>

					<description><![CDATA[<p>From May 21st to 23rd, Microsoft has once again hosted SharePoint Conference, one of its biggest tech events, with many new announcements and revealing a lot of exciting new features in the Microsoft world, including SharePoint and Office 365. Introduction SharePoint and Office 365 have come a long way and it is nothing but amazing [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/">What&#8217;s New for SharePoint and Office 365 from SharePoint Conference 2019 (Part 2)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>From May 21st to 23rd, Microsoft has once again hosted <a rel="noreferrer noopener" href="https://www.sharepointconference.com/" target="_blank">SharePoint Conference</a>, one of its biggest tech events, with many new announcements and revealing a lot of exciting new features in the Microsoft world, including SharePoint and Office 365. </p>



<h2 class="wp-block-heading">Introduction</h2>



<p>SharePoint and Office 365 have come a long way and it is nothing but amazing to see the constant innovation that Microsoft has been introducing to the platform over the years! </p>



<p>There are lot of new announcements being released at a very fast pace and it is challenging to stay up to date with everything that is being released!</p>



<p>This post will try to resume the latest announcements in the&nbsp;SharePoint and Office 365 world and what it means for end users, IT Pros and developers.</p>



<p>Hope you are ready for a ride, fasten your seat belt, because there are many new features coming (some of them may be already rolled out at the time of this writing). While it is impossible to talk about everything that has been announced, I will try to resume some of the biggest announcements in a two part series. These are the main topics I will discuss in the second part of this two part series: </p>



<ul class="wp-block-list"><li>What&#8217;s New for Administrators</li><li>What&#8217;s New for Security and Compliance</li><li>What&#8217;s New for SharePoint Server (On-Premises)</li><li>Fluid Framework</li><li>Other Relevant Announcement</li></ul>



<p>To read the first part of this post series, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank">here</a>.</p>



<h2 class="wp-block-heading">What&#8217;s New for Administrators</h2>



<p>As in other areas, there are a lot of new announcements for administrators.</p>



<h3 class="wp-block-heading">SharePoint Admin Center</h3>



<p>In Preview for some time, the modern SharePoint admin center will become the default experience for administering SharePoint Online including the management of classic experiences through the new modern UI. Below, some of the most important announcements.</p>



<h3 class="wp-block-heading" id="toc-hId-1070995236">Consolidated Views (Available Soon)</h3>



<p>With the new update, in the new SharePoint admin center experience you can manage both settings related to modern SharePoint experiences and classic features, meaning that there will be no need to to work across modern and classic admin centers to manage settings across modern and classic settings.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="1547" height="872" src="https://i1.wp.com/blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_ClassicFeatures.jpg?fit=696%2C392&amp;ssl=1" alt="" class="wp-image-10185" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_ClassicFeatures.jpg 1547w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_ClassicFeatures-300x169.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_ClassicFeatures-768x433.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_ClassicFeatures-1024x577.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_ClassicFeatures-696x392.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_ClassicFeatures-1068x602.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_ClassicFeatures-745x420.jpg 745w" sizes="(max-width: 1547px) 100vw, 1547px" /></figure></div>



<h3 class="wp-block-heading">Bulk Actions (Available Soon)</h3>



<p>Soon it will be possible to performing bulk actions against a collection of sites. These actions include updating the site’s sharing configuration, performing hub site association or deleting sites.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="974" height="650" src="https://blogit.create.pt////wp-content/uploads/2019/06/SharePoint_Admin_Center_BulkActions.jpg" alt="" class="wp-image-10189" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_BulkActions.jpg 974w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_BulkActions-300x200.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_BulkActions-768x513.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_BulkActions-696x464.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_BulkActions-629x420.jpg 629w" sizes="(max-width: 974px) 100vw, 974px" /></figure></div>



<h3 class="wp-block-heading">Site URL Rename (Available Soon)</h3>



<p>One my favorite announcements of the whole event! Site URL Rename has been one of the most popular requests via&nbsp;<a rel="noreferrer noopener" href="https://sharepoint.uservoice.com/forums/329214-sites-and-collaboration/suggestions/13217277-enable-renaming-the-site-collection-urls" target="_blank">UserVoice</a> and soon it will be possible in the SharePoint Admin Center to change a site URL.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="974" height="387" src="https://blogit.create.pt////wp-content/uploads/2019/06/SharePoint_Admin_Center_SiteRename.jpg" alt="" class="wp-image-10201" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_SiteRename.jpg 974w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_SiteRename-300x119.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_SiteRename-768x305.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Admin_Center_SiteRename-696x277.jpg 696w" sizes="(max-width: 974px) 100vw, 974px" /></figure></div>



<p>If you are worried if you are going to have broken links, stop worrying! The changes to the site URL will have no impact since access requests to the old URL will be redirected to the new URL, meaning that users will not need to update their links and bookmarks.</p>



<h3 class="wp-block-heading">SharePoint Site Swap (Coming Soon)</h3>



<p>A new Windows PowerShell cmdlet (Invoke-SPOSiteSwap) will be available soon that allows admins to replace the root site within a tenant, e.g.&nbsp;<a rel="noreferrer noopener" href="https://contoso.sharepoint.com/" target="_blank">https://contoso.sharepoint.com</a> with an existing site, such as&nbsp;<a rel="noreferrer noopener" href="https://contoso.sharepoint.com/sites/%3csite" target="_blank">https://contoso.sharepoint.com/sites/&lt;modernsite&gt;</a>. This is extremely useful if you have a classic site as the root site of the tenant and you want to replace it with a modern site.</p>



<p>To learn more about all the announcements for administrators, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/Updates-to-SharePoint-security-administration-and-migration/ba-p/549585" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<h2 class="wp-block-heading">What&#8217;s New for Security and Compliance </h2>



<p>If it is nothing but impressive to see the way SharePoint and Office 365 introduces new collaboration features, it is not less impressive the investments made on security in the Office 365 platform. In 2017, Microsoft has launched a licensing model that includes an impressive security feature set called <a href="https://www.microsoft.com/en-us/microsoft-365/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Microsoft 365</a>. This is a bundle that includes:</p>



<ul class="wp-block-list"><li>Windows 10</li><li>Office 365</li><li>Enterprise Mobility + Security</li></ul>



<p>This bundle comes in three different flavors:</p>



<ul class="wp-block-list"><li><a rel="noreferrer noopener" href="https://www.microsoft.com/en-us/microsoft-365/business" target="_blank">Microsoft 365 Business</a></li><li><a rel="noreferrer noopener" href="https://www.microsoft.com/en-us/microsoft-365/enterprise" target="_blank">Microsoft 365 Enterprise</a></li><li><a href="https://www.microsoft.com/en-us/education/buy-license/microsoft365" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Microsoft 365 Education</a></li></ul>



<p>If you want to know more about all the security features included Microsoft 365, click <a rel="noreferrer noopener" href="https://www.microsoft.com/en-us/trustcenter/security/office365-security" target="_blank">here</a>.</p>



<p>Below, are the main announcements for Security and Compliance.</p>



<h3 class="wp-block-heading">Sensitivity Labels for SharePoint Sites (Private Preview)</h3>



<p>Collaborating in a secure and protecting the information in your tenant is critical, specially if you have sensitive information.</p>



<p>By using Sensitivity Labels, you can apply security and access policies to SharePoint sites based on the sensitivity of the site. You can create sensitivity labels (ex: Confidential Document) and associate them with policies in the Microsoft 365 Security and Compliance Center to for example restrict users from download or print documents or even share them with external users. These labels can then be applied to files, emails, groups, sites and teams to enforce consistent policies across the information in your tenant.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="974" height="650" src="https://blogit.create.pt////wp-content/uploads/2019/06/Security_Sensitivity_Labels.jpg" alt="" class="wp-image-10219" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels.jpg 974w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels-300x200.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels-768x513.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels-696x464.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels-629x420.jpg 629w" sizes="(max-width: 974px) 100vw, 974px" /></figure></div>



<p>One of the major security announcements of the event is that soon it will be possible to edit protected documents with Sensitivity Labels as long as you have edit permissions on the document. This is a major update since before this update, it was not possible to edit protected documents at all.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="974" height="572" src="https://blogit.create.pt////wp-content/uploads/2019/06/Security_Sensitivity_Labels_Collaboration.jpg" alt="" class="wp-image-10226" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels_Collaboration.jpg 974w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels_Collaboration-300x176.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels_Collaboration-768x451.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels_Collaboration-696x409.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_Sensitivity_Labels_Collaboration-715x420.jpg 715w" sizes="(max-width: 974px) 100vw, 974px" /></figure></div>



<h3 class="wp-block-heading">External Access Expiration (Preview Q3 CY19)</h3>



<p>Another important update announced in the event is that it will be possible for a tenant administrator to specify how long external users can have access to sites and the content that is shared with them.&nbsp;Once the expiration date is reached, the external user will no longer have access to the site or content unless their access is extended by the site owner or a new sharing invitation is sent.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="974" height="547" src="https://blogit.create.pt////wp-content/uploads/2019/06/Security_External_Access_Expiration.jpg" alt="" class="wp-image-10233" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Security_External_Access_Expiration.jpg 974w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_External_Access_Expiration-300x168.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_External_Access_Expiration-768x431.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_External_Access_Expiration-696x391.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_External_Access_Expiration-748x420.jpg 748w" sizes="(max-width: 974px) 100vw, 974px" /></figure></div>



<h3 class="wp-block-heading">DLP Restricted Sharing (Private Preview Q3 CY19)</h3>



<p>With this new update, it will be possible for organizations to block sharing as anonymous anonymous links of content flagged as sensitive by DLP (Data Loss Prevention).</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="966" height="535" src="https://blogit.create.pt////wp-content/uploads/2019/06/Security_DLP_Restricted_Sharing.jpg" alt="" class="wp-image-10240" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Security_DLP_Restricted_Sharing.jpg 966w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_DLP_Restricted_Sharing-300x166.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_DLP_Restricted_Sharing-768x425.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_DLP_Restricted_Sharing-696x385.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Security_DLP_Restricted_Sharing-758x420.jpg 758w" sizes="(max-width: 966px) 100vw, 966px" /></figure></div>



<h3 class="wp-block-heading">OneDrive Restricted User Access (Private Preview)</h3>



<p>It will be possible to prevent external users to create OneDrive sites and to access other users&#8217;s OneDrive sites.</p>



<p>To learn more about all the announcements for security and compliance, click <a rel="noreferrer noopener" href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/Updates-to-SharePoint-security-administration-and-migration/ba-p/549585" target="_blank">here</a>. </p>



<h2 class="wp-block-heading">What&#8217;s New for SharePoint Server</h2>



<p>There are two major announcements for SharePoint Server. support for SQL Managed Instances and support for Azure Stack.</p>



<h3 class="wp-block-heading">SQL Managed Instances </h3>



<p>It will now be possible to run SharePoint Server 2019 on SQL Managed Instances, allowing SharePoint to take advantage of the benefits of managed instances with SharePoint environments hosted in Azure. To learn more about SQL Managed Instances, click <a href="https://docs.microsoft.com/en-us/azure/sql-database/sql-database-managed-instance" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<h3 class="wp-block-heading">Azure Stack</h3>



<p>It will now be possible to install SharePoint on Azure Stack (Azure running On-Premises). To learn more about Azure Stack, click <a href="https://azure.microsoft.com/en-us/overview/azure-stack/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<p>To learn more about the announcements for SharePoint Server, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/What-s-new-for-SharePoint-Server/ba-p/579550" target="_blank">here</a>. </p>



<h2 class="wp-block-heading">Fluid Framework</h2>



<p>Fluid Framework was <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.microsoft.com/en-us/microsoft-365/blog/2019/05/06/build-2019-people-centered-experiences-microsoft-365-productivity-cloud/" target="_blank">first announced at Build</a> and there isn&#8217;t yet a lot of information available. According to Microsoft, Fluid Framework is:</p>



<p><em>&#8220;A developer technology for building a new class of shared, interactive experiences on the web. It offers three key capabilities. First, experiences powered by the Fluid Framework will support multi-person coauthoring on web and document content at a speed and scale not yet achieved in the industry. Second, it provides a componentized document model that allows authors to deconstruct content into collaborative building blocks, use them across applications, and combine them in a new, more flexible kind of document. Third, the Fluid Framework makes room for intelligent agents to work alongside humans to translate text, fetch content, suggest edits, perform compliance checks, and more.&#8221;</em></p>



<p>One thing is for sure: it is a huge announcement and a possible game changer for multi-user collaboration scenarios with a lot of room for AI.</p>



<p>An impressive example shown at Build is a browser showing 9 browsers, each one with a text being translated to their own language!</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="1920" height="1080" src="https://i2.wp.com/blogit.create.pt/wp-content/uploads/2019/06/Fluid_Framework_Translation.gif?fit=696%2C392&amp;ssl=1" alt="" class="wp-image-10337" /></figure></div>



<p>Later this year, we will start to see new experiences taking advantage of Fluid Framework in Office applications and a SDK will also be made available for developers!</p>



<h2 class="wp-block-heading">Other Relevant Announcements</h2>



<p>Some other relevant announcements:</p>



<ul class="wp-block-list"><li>New Capabilities for Microsoft Stream</li><li>New Capabilities for Yammer</li><li>Create Lists from Excel Files</li><li>SharePoint File Storage Improvements</li></ul>



<h3 class="wp-block-heading">New Capabilities for Microsoft Stream</h3>



<p>Now it is possible to securely record, upload and share videos using Microsoft Stream mobile app.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="578" height="548" src="https://blogit.create.pt////wp-content/uploads/2019/06/Stream_MobileApp.jpg" alt="" class="wp-image-10282" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Stream_MobileApp.jpg 578w, https://blogit.create.pt/wp-content/uploads/2019/06/Stream_MobileApp-300x284.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Stream_MobileApp-443x420.jpg 443w" sizes="(max-width: 578px) 100vw, 578px" /></figure></div>



<p>Additionally, it is possible to insert polls or surveys directly into videos with Microsoft Forms.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="884" height="593" src="https://blogit.create.pt////wp-content/uploads/2019/06/Stream_Forms.jpg" alt="" class="wp-image-10286" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Stream_Forms.jpg 884w, https://blogit.create.pt/wp-content/uploads/2019/06/Stream_Forms-300x201.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Stream_Forms-768x515.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Stream_Forms-696x467.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Stream_Forms-626x420.jpg 626w" sizes="(max-width: 884px) 100vw, 884px" /></figure></div>



<p>To learn more about Microsoft Stream announcements, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-Stream-Blog/New-Mobile-Features-Interactivity-and-More-Announced-at/ba-p/614046" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<h3 class="wp-block-heading">New Capabilities for Yammer</h3>



<p>Yammer will have a new feature that allows you to ask a question and then you or a group administrator can mark the best answer. It will be also possible to add intelligent, bot-like responses to frequently asked questions.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="1046" height="740" src="https://i1.wp.com/blogit.create.pt/wp-content/uploads/2019/06/Yammer_QA.gif?fit=696%2C492&amp;ssl=1" alt="" class="wp-image-10293" /></figure></div>



<p>To learn more about Yammer announcements, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://aka.ms/Yammer/Blog/SPC19" target="_blank">here</a>.</p>



<h3 class="wp-block-heading">Create SharePoint Lists from Excel Files</h3>



<p>Several innovations were announced on the SharePoint side and specifically in SharePoint Lists but my favorite one is the possibility to create a SharePoint List from Excel. Users just have to choose the Excel file, the desired table and then confirm the columns and their data types in SharePoint. Easy and powerful!</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="1253" height="677" src="https://i2.wp.com/blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Create_List_FromExcel.jpg?fit=696%2C376&amp;ssl=1" alt="" class="wp-image-10300" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Create_List_FromExcel.jpg 1253w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Create_List_FromExcel-300x162.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Create_List_FromExcel-768x415.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Create_List_FromExcel-1024x553.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Create_List_FromExcel-696x376.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Create_List_FromExcel-1068x577.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Create_List_FromExcel-777x420.jpg 777w" sizes="(max-width: 1253px) 100vw, 1253px" /></figure></div>



<h3 class="wp-block-heading">SharePoint File Storage Improvements</h3>



<p>This is not an announcement by itself but some interesting numbers on improvements that were made in the SharePoint File Storage over the last few years:</p>



<ul class="wp-block-list"><li>Accessing data from Microsoft 365 is ten times faster than it was just two years ago</li><li>User&#8217;s experience in Office 365 is three times faster than a year ago, with investments across architecture that accelerate your experience even when you are working far      from your own data center</li><li>Users can view more than 320 file types, without requiring dedicated applications, across Microsoft 365 web, mobile, and desktop applications and Windows 10</li><li>Differential sync, coming to OneDrive, will synchronize large files significantly faster and      considerably reduce network utilization by the sync process</li></ul>



<h2 class="wp-block-heading">Summary</h2>



<p>If you want to know more about what recent updates in the SharePoint and Office 365 world, I invite you to read all about the latest announcements from the SharePoint Conference:</p>



<ul class="wp-block-list"><li><a rel="noreferrer noopener" aria-label="SharePoint Conference 2019 web site (with video to the event keynote) (opens in a new tab)" href="https://www.microsoft.com/en-us/spvs" target="_blank">SharePoint Conference 2019 web site (with video to the event keynote)</a></li><li><a rel="noreferrer noopener" aria-label="Microsoft 365&nbsp;innovations for the intelligent workplace post by Jeff Teper (opens in a new tab)" href="https://www.microsoft.com/en-us/microsoft-365/blog/2019/05/21/sharepoint-home-sites-microsoft-365-innovations-intelligent-workplace/" target="_blank">Microsoft 365&nbsp;innovations for the intelligent workplace post by Jeff Teper</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/SharePoint/Blog/SPC19-HomeSites" target="_blank">SharePoint home sites: a landing for your organization on the intelligent intranet</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/Yammer/Blog/SPC19" target="_blank">New Yammer investments add engagement and compliance capabilities</a></li><li><a rel="noreferrer noopener" href="https://techcommunity.microsoft.com/t5/Microsoft-Stream-Blog/New-Mobile-Features-Interactivity-and-More-Announced-at/ba-p/614046" target="_blank">New Microsoft Stream mobile features, interactivity and more announced at SharePoint Conference 2019</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/OneDrive/Blog/SPC19" target="_blank">OneDrive announcements—SharePoint Conference 2019</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/SharePoint/Blog/SPC19-CollabCloud" target="_blank">Turbocharging&nbsp;Microsoft 365&nbsp;cloud user experiences</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/SharePoint/Blog/SPC19-Search" target="_blank">Getting started with Microsoft Search</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/SharePoint/Blog/SPC19-Security" target="_blank">Updates to SharePoint security, administration, and migration</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/5.21EIAUpdates" target="_blank">New Records Management solution and machine learning updates come to&nbsp;Microsoft 365&nbsp;compliance</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/SharePoint/Blog/SPC19-Server" target="_blank">What’s new for SharePoint Server</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/SharePoint/Blog/SPC19-Developers" target="_blank">Announcements for SharePoint developers</a></li><li><a rel="noreferrer noopener" href="https://aka.ms/MicrosoftAdoption" target="_blank">Microsoft adoption resources center</a></li><li><a rel="noreferrer noopener" href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/Optimizing-business-solutions-with-SharePoint-and-Office-365-at/ba-p/623923" target="_blank">Optimizing business solutions with SharePoint and&nbsp;Office 365&nbsp;at SPC19</a></li></ul>



<p>To finish, I leave you the fantastic contribution from <a rel="noreferrer noopener" aria-label="Luise Freese (opens in a new tab)" href="https://twitter.com/LuiseFreese" target="_blank">Luise Freese</a> that summarizes the major announcements of the event!</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="941" height="1843" src="https://i0.wp.com/blogit.create.pt/wp-content/uploads/2019/06/SPC_2019_Summary.jpg?fit=523%2C1024&amp;ssl=1" alt="" class="wp-image-10090" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/SPC_2019_Summary.jpg 941w, https://blogit.create.pt/wp-content/uploads/2019/06/SPC_2019_Summary-153x300.jpg 153w, https://blogit.create.pt/wp-content/uploads/2019/06/SPC_2019_Summary-768x1504.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/SPC_2019_Summary-523x1024.jpg 523w, https://blogit.create.pt/wp-content/uploads/2019/06/SPC_2019_Summary-696x1363.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/SPC_2019_Summary-214x420.jpg 214w" sizes="(max-width: 941px) 100vw, 941px" /></figure></div>



<p>To read the first part of this post series, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank">here</a>. </p>



<h2 class="wp-block-heading">Related Articles</h2>



<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank">here</a>.</p>



<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a rel="noreferrer noopener" aria-label="h (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank">here</a>.</p>



<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>.</p>



<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank">here</a>. </p>



<p>If you prefer to use the traditional method to update your farm and want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank">here</a>.</p>



<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>&nbsp;and&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>. </p>



<p>If you want to learn how to upgrade a SharePoint 2010 farm to SharePoint 2016, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank">here</a>.</p>



<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">learning resources</a>.</p>



<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">this article</a>.</p>



<p>If you want to know all about the latest SharePoint and Office 365 announcements from Ignite and some more recent announcements, including Microsoft Search, What’s New to Build a Modern Intranet with SharePoint in Office 365, Deeper Integration between Microsoft Teams and SharePoint and the latest news on SharePoint development, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/" target="_blank">here</a>.</p>



<p>If your organization is still not ready to go all in to SharePoint Online and Office 365, a hybrid scenario may be the best choice. SharePoint 2019 RTM was recently announced and if you to learn all about SharePoint 2019 and all its features, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank">here</a>.</p>



<p>Happy SharePointing! </p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/">What&#8217;s New for SharePoint and Office 365 from SharePoint Conference 2019 (Part 2)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What&#8217;s New for SharePoint and Office 365 from SharePoint Conference 2019 (Part 1)</title>
		<link>https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Tue, 04 Jun 2019 23:05:58 +0000</pubDate>
				<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Modern Workplace]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint 2019]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=9793</guid>

					<description><![CDATA[<p>From May 21st to 23rd, Microsoft has once again hosted SharePoint Conference, one of its biggest tech events, with many new announcements and revealing a lot of exciting new features in the Microsoft world, including SharePoint and Office 365. Introduction SharePoint and Office 365 have come a long way and it is nothing but amazing [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/">What&#8217;s New for SharePoint and Office 365 from SharePoint Conference 2019 (Part 1)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p></p>



<p>From May 21st to 23rd, Microsoft has once again hosted <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.sharepointconference.com" target="_blank">SharePoint Conference</a>, one of its biggest tech events, with many new announcements and revealing a lot of exciting new features in the Microsoft world, including SharePoint and Office 365.</p>



<h2 class="wp-block-heading">Introduction</h2>



<p>SharePoint and Office 365 have come a long way and it is nothing but amazing to see the constant innovation that Microsoft has been introducing to the platform over the years! </p>



<p>There are lot of new announcements being released at a very fast pace and it is challenging to stay up to date with everything that is being released!</p>



<p>This post will try to resume the latest announcements in the&nbsp;SharePoint and Office 365 world and what it means for end users, IT Pros and developers.</p>



<p>Hope you are ready for a ride, fasten your seat belt, because there are many new features coming (some of them may be already rolled out at the time of this writing). While it is impossible to talk about everything that has been announced, I will try to resume some of the biggest announcements in a two part series. These are the main topics I will discuss in the first part of this two part series:</p>



<ul class="wp-block-list"><li>SharePoint Home Sites</li><li>Microsoft Search</li><li>What&#8217;s New In OneDrive</li><li>What&#8217;s New for Developers</li></ul>



<p>To read the second part of this post series, click <a rel="noreferrer noopener" aria-label="here (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank">here</a>.</p>



<h2 class="wp-block-heading">SharePoint Home Sites</h2>



<p>One of the biggest announcements ot this year&#8217;s SharePoint Conference was without any doubt the new SharePoint Home Sites. This is a SharePoint Communication Site with steroids and it was designed to be the home site for your organization.</p>



<p>SharePoint Home Sites are basically a pre-built portal that is based on a Communication Site with many additional features. The Home Site has some new web parts (that are also available to any Communication Site) and is automatically configured as the news site for the entire organization.</p>



<p>The main goal is to promote employees engagement within the organization by bringing in a single place relevant news, events, content, conversations and video to deliver an engaging experience that reflects each organization&#8217;s most relevant information for the whole company.</p>



<p>This is how a SharePoint Home Site will look like:</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="959" height="451" src="https://blogit.create.pt////wp-content/uploads/2019/05/SharePoint_Home_Sites.jpg" alt="" class="wp-image-9903" srcset="https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites.jpg 959w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites-300x141.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites-768x361.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites-696x327.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites-893x420.jpg 893w" sizes="(max-width: 959px) 100vw, 959px" /></figure></div>



<p>SharePoint Home sites have the following benefits over traditional Communication Sites:</p>



<ul class="wp-block-list"><li>A Great and Modern Design</li><li>The SharePoint Home Site is configured as the default organization&#8217;s news site</li><li>The information presented in the page is scoped to the entire tenant (using Microsoft Search)</li></ul>



<p>The new SharePoint Home Site will be divided in two major types of information:</p>



<ul class="wp-block-list"><li>Content that is relevant to the whole organization</li><li>Intelligent web parts that show relevant personalized content (content targeted at the logged in user), making it a great experience for every user that can easily and rapidly access the most relevant information for them (once again powered by search based capabilities). Examples: My Frequent Sites, My News, My Recent Documents</li></ul>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="876" height="1300" src="https://i2.wp.com/blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites_FullPage.jpg?fit=690%2C1024&amp;ssl=1" alt="" class="wp-image-9913" srcset="https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites_FullPage.jpg 876w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites_FullPage-202x300.jpg 202w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites_FullPage-768x1140.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites_FullPage-690x1024.jpg 690w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites_FullPage-696x1033.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/05/SharePoint_Home_Sites_FullPage-283x420.jpg 283w" sizes="(max-width: 876px) 100vw, 876px" /></figure></div>



<p>From now on, creating new engaging SharePoint Portals will be a matter of minutes and not days or weeks since SharePoint Home Sites will be available out of the box with no need for any custom development.</p>



<p>In the near future, all new Office 365 tenants will be automatically created with a SharePoint Home Site as their homepage. For existing tenants, admins will be able to provision a Home Site using PowerShell (and eventually, using the Admin Center).</p>



<p>To learn more about SharePoint Home Sites, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-home-sites-a-landing-for-your-organization-on-the/ba-p/621933" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>



<h2 class="wp-block-heading">Microsoft Search</h2>



<p>Microsoft Search was announced in last Microsoft Ignite edition (if you want to know everything about Microsoft Ignite 2018&#8217;s announcements, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>) and a lot has happened in this department since then.</p>



<h3 class="wp-block-heading">Microsoft Search In Bing (Availble Now)</h3>



<p>If you are using Bing and you are signed in with your Office 365 account, search results will bring together web results and organization results from withing your Office 365 tenant including People, SharePoint, Microsoft Teams and Yammer.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="959" height="558" src="https://blogit.create.pt////wp-content/uploads/2019/06/Microsoft_Search_Bing_SPC.jpg" alt="" class="wp-image-9959" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Bing_SPC.jpg 959w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Bing_SPC-300x175.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Bing_SPC-768x447.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Bing_SPC-696x405.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Bing_SPC-722x420.jpg 722w" sizes="(max-width: 959px) 100vw, 959px" /></figure></div>



<h3 class="wp-block-heading">Microsoft Search in Office.com (Available Now)</h3>



<p>It is already possible to search from the Office.com portal and quickly find the most relevant information to you, including the documents you most recently worked on (all of this delivered by the Graph API).</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="999" height="666" src="https://blogit.create.pt////wp-content/uploads/2019/06/Microsoft_Search_Office_SPC.jpg" alt="" class="wp-image-9964" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Office_SPC.jpg 999w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Office_SPC-300x200.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Office_SPC-768x512.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Office_SPC-696x464.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Office_SPC-630x420.jpg 630w" sizes="(max-width: 999px) 100vw, 999px" /></figure></div>



<p></p>



<h3 class="wp-block-heading">Microsoft Search in Office Desktop Applications (Available Now)</h3>



<p>It is already possible to have a consistent search experience from within Office applications (includes Desktop, Web and Mobile applications). The search experience allows you for example to search for a PowerPoint presentation from within a Word document and insert a specific slide directly into the Word document without opening PowerPoint!</p>



<p>Search results are also contextual and suggestions will appear depending on the part of the document users are editing.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="949" height="532" src="https://blogit.create.pt////wp-content/uploads/2018/11/Microsoft_Search_OfficeApps.jpg" alt="" class="wp-image-7778" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps.jpg 949w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps-300x168.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps-768x431.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps-696x390.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps-749x420.jpg 749w" sizes="(max-width: 949px) 100vw, 949px" /></figure></div>



<h3 class="wp-block-heading">Microsoft Search in SharePoint (Available Now)</h3>



<p>Recently the Microsoft Search was included in Modern SharePoint sites and will allow users to quickly find News, Files and People. As in other Office 365 applications, the search box is presented at the top of the page.</p>



<p>The first time you click the search box, the search results will present suggestions and the most recent documents you worked on or you recently opened.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="999" height="666" src="https://blogit.create.pt////wp-content/uploads/2019/06/Microsoft_Search_SharePoint_SPC.jpg" alt="" class="wp-image-9981" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_SharePoint_SPC.jpg 999w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_SharePoint_SPC-300x200.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_SharePoint_SPC-768x512.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_SharePoint_SPC-696x464.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_SharePoint_SPC-630x420.jpg 630w" sizes="(max-width: 999px) 100vw, 999px" /></figure></div>



<h3 class="wp-block-heading" id="toc-hId-1861233017">Microsoft Search in OneDrive (Available Now)</h3>



<p>Microsoft Search is also available in OneDrive and lets you quickly find the information you are looking for from inside your OneDrive files and rapidly filter the search results.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="999" height="666" src="https://blogit.create.pt////wp-content/uploads/2019/06/Microsoft_Search_OneDrive_SPC.jpg" alt="" class="wp-image-9987" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_OneDrive_SPC.jpg 999w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_OneDrive_SPC-300x200.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_OneDrive_SPC-768x512.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_OneDrive_SPC-696x464.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_OneDrive_SPC-630x420.jpg 630w" sizes="(max-width: 999px) 100vw, 999px" /></figure></div>



<h3 class="wp-block-heading">Microsoft Search in Windows (Coming Soon)</h3>



<p>Not yet available but soon it will be possible to search for information (Documents, People) in your Office 365 tenant directly from Windows 10.</p>



<h3 class="wp-block-heading">Microsoft Search Admin Center (Available Now)</h3>



<p>The new Microsoft Search Admin Center is already available and lets administrators to take a look into valuable insights from the information inside your organization, such as top queries, impression distribution by result type, etc.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="820" height="411" src="https://blogit.create.pt////wp-content/uploads/2019/06/Microsoft_Search_Admin_Center_SPC.jpg" alt="" class="wp-image-10001" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Admin_Center_SPC.jpg 820w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Admin_Center_SPC-300x150.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Admin_Center_SPC-768x385.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/Microsoft_Search_Admin_Center_SPC-696x349.jpg 696w" sizes="(max-width: 820px) 100vw, 820px" /></figure></div>



<p> </p>



<h3 class="wp-block-heading">Other Microsoft Search Announcements (Later This Year)</h3>



<p>For IT Pros and developers, there were also announced some major and exciting new features coming later this year:</p>



<ul class="wp-block-list"><li>Custom Refiners</li><li>Custom Search Verticals</li><li>Custom Display Templates for Custom Result Types</li></ul>



<p>To learn more about the most recent announcements on Microsoft Search, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/Search-that-works-wherever-you-re-working/ba-p/576431" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<h2 class="wp-block-heading">What&#8217;s New In OneDrive</h2>



<p>There is a LOT of new announcements in the OneDrive world! Below, are some of the most important announcements.</p>



<h3 class="wp-block-heading">AutoCAD DWG Files Preview</h3>



<p>It will be possible, to preview AutoCAD DWG files directly in the browser, without the need to install the AutoCAD desktop application.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="889" height="999" src="https://blogit.create.pt////wp-content/uploads/2019/06/OneDrive_AutoCad_File_Preview.jpg" alt="" class="wp-image-10048" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_AutoCad_File_Preview.jpg 889w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_AutoCad_File_Preview-267x300.jpg 267w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_AutoCad_File_Preview-768x863.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_AutoCad_File_Preview-696x782.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_AutoCad_File_Preview-374x420.jpg 374w" sizes="(max-width: 889px) 100vw, 889px" /></figure></div>



<h3 class="wp-block-heading">Request Files From Others</h3>



<p>This is one my favorite announcements for OneDrive!  If you want to receive documents from others in a simpler way (and avoid for example email to do it), you will be able to Request Files in a simple and safe way. You simply select a folder you want the recipient to place documents into and click&nbsp;<strong>Request Files</strong>. The email that is sent to the recipient automatically fills in the URL of your OneDrive folder and all you have to do is to type in the email of the person you want to request files from. The recipient clicks on the link, selects and uploads the files and the files will be automatically uploaded to the requestor OneDrive folder!</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="878" height="622" src="https://blogit.create.pt////wp-content/uploads/2019/06/OneDrive_Request_For_Files.jpg" alt="" class="wp-image-10057" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Request_For_Files.jpg 878w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Request_For_Files-300x213.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Request_For_Files-768x544.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Request_For_Files-100x70.jpg 100w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Request_For_Files-696x493.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Request_For_Files-593x420.jpg 593w" sizes="(max-width: 878px) 100vw, 878px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="400" height="352" src="https://blogit.create.pt////wp-content/uploads/2019/06/OneDrive_Request_For_Files_Request.jpg" alt="" class="wp-image-10058" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Request_For_Files_Request.jpg 400w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Request_For_Files_Request-300x264.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" /></figure></div>



<h3 class="wp-block-heading">Get direct links to individual PowerPoint slides (Web Only)</h3>



<p>It will be possible to get a link to a specific slide in a PowerPoint presentation with the new  <strong>Link to this Slide</strong> option. This option will only be available for PowerPoint Online. Recipients that click on the link will be taken directly to that slide. </p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="999" height="504" src="https://blogit.create.pt////wp-content/uploads/2019/06/OneDrive_PowerPoint_LinkToSlide.jpg" alt="" class="wp-image-10068" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_PowerPoint_LinkToSlide.jpg 999w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_PowerPoint_LinkToSlide-300x151.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_PowerPoint_LinkToSlide-768x387.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_PowerPoint_LinkToSlide-696x351.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_PowerPoint_LinkToSlide-833x420.jpg 833w" sizes="(max-width: 999px) 100vw, 999px" /></figure></div>



<h3 class="wp-block-heading">Simplified Sharing inside Office Applications</h3>



<p>Did you ever tried to ask for the contribution of someone in a Word or PowerPoint document that doesn&#8217;t have permissions on the document? Mee too. Not a problem anymore! From now on, if you mention someone in a document to ask for their contribution, a permission check will be made and if the recipient doesn&#8217;t have permissions on the document, you will be able to share the document and notify the user on the spot! Very cool stuff!</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="1224" height="732" src="https://i1.wp.com/blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Share_WithoutPermissions.jpg?fit=696%2C416&amp;ssl=1" alt="" class="wp-image-10091" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Share_WithoutPermissions.jpg 1224w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Share_WithoutPermissions-300x179.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Share_WithoutPermissions-768x459.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Share_WithoutPermissions-1024x612.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Share_WithoutPermissions-696x416.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Share_WithoutPermissions-1068x639.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Share_WithoutPermissions-702x420.jpg 702w" sizes="(max-width: 1224px) 100vw, 1224px" /></figure></div>



<h3 class="wp-block-heading">OneDrive sync client differential sync</h3>



<p>Personally, my favorite announcement for OneDrive. Differential sync brings the ability to sync only the parts of large files that have changed, not the entire files. This will make the file synchronization process much faster for these files. Currently, OneDrive already supports differential sync for Office files and later this year, OneDrive differential sync will be supported in all file types stored in OneDrive and SharePoint.</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="352" height="438" src="https://blogit.create.pt////wp-content/uploads/2019/06/OneDrive_Differential_Sync.jpg" alt="" class="wp-image-10076" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Differential_Sync.jpg 352w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Differential_Sync-241x300.jpg 241w, https://blogit.create.pt/wp-content/uploads/2019/06/OneDrive_Differential_Sync-338x420.jpg 338w" sizes="(max-width: 352px) 100vw, 352px" /></figure></div>



<p>To learn more about all the announcements for OneDrive, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-OneDrive-Blog/OneDrive-announcements-SharePoint-Conference-2019/ba-p/616047" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<h3 class="wp-block-heading">What&#8217;s New for Developers</h3>



<p>If you want to know all there is to know about SharePoint and Office 365 development, take a look at the <a rel="noreferrer noopener" aria-label="SharePoint Developer Community (PnP) (opens in a new tab)" href="https://docs.microsoft.com/en-us/sharepoint/dev/community/community" target="_blank">SharePoint Developer Community (PnP)</a>.</p>



<p>SharePoint Framework is taking more and more a place at the heart of SharePoint and Office 365 development to create modern solutions all over the world!</p>



<p>Below, are some of the major developer announcements from the SharePoint Conference!</p>



<h3 class="wp-block-heading">Application Pages and Microsoft Teams Tabs</h3>



<p>SharePoint Framework web parts and extensions were the first building blocks to help developers create engaging team and communication sites experiences but many times we want to develop whole applications using SPFx technology!</p>



<p>Since <a rel="noreferrer noopener" aria-label="SharePoint Framework 1.7 (opens in a new tab)" href="https://github.com/SharePoint/sp-dev-docs/wiki/SharePoint-Framework-v1.7-release-notes" target="_blank">SharePoint Framework 1.7</a> was released, developers were able to:</p>



<ul class="wp-block-list"><li>Build Web Parts in SPFx for Microsoft Teams</li><li>Host Microsoft Teams Tabs as Application Pages and Web Parts in SharePoint</li></ul>



<p>Recently, <a rel="noreferrer noopener" aria-label="SharePoint Framework 1.8 (opens in a new tab)" href="https://developer.microsoft.com/en-us/sharepoint/blogs/announcing-the-general-availability-of-sharepoint-framework-1-8/" target="_blank">SharePoint Framework 1.8</a> was announced with support for Application Pages that allow developers to create full page solutions based on SharePoint Framework!</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="768" height="454" src="https://blogit.create.pt////wp-content/uploads/2019/06/SharePoint_Dev_Create_Pages.jpg" alt="" class="wp-image-10140" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Dev_Create_Pages.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Dev_Create_Pages-300x177.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Dev_Create_Pages-696x411.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Dev_Create_Pages-710x420.jpg 710w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>



<p>Later, it will be possible to extend support for Teams and SharePoint applications built through SharePoint Framework to mobile devices including Teams Tabs! Very cool!!!</p>



<h3 class="wp-block-heading">SharePoint Online Provisioning Service</h3>



<p><a href="https://provisioning.sharepointpnp.com/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">SharePoint Online Provisioning Service</a> was in Preview for some time and it now made generally available.</p>



<p>A while ago, Microsoft released the <a rel="noreferrer noopener" aria-label="SharePoint look book (opens in a new tab)" href="https://sharepointlookbook.azurewebsites.net/" target="_blank">SharePoint look book</a> with lots of great examples of different designs and components we could have in SharePoint pages. With the SharePoint Online Provisioning Service, it is now possible to provision those components (currently from 10 different templates) in just a few clicks to your existing SharePoint tenant!</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" width="768" height="420" src="https://blogit.create.pt////wp-content/uploads/2019/06/SharePoint_Provisioning_Service.jpg" alt="" class="wp-image-10143" srcset="https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Provisioning_Service.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Provisioning_Service-300x164.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/06/SharePoint_Provisioning_Service-696x381.jpg 696w" sizes="(max-width: 768px) 100vw, 768px" /></figure></div>



<p>According to the <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://provisioning.sharepointpnp.com/home/contentPage?contentPageId=ServiceDescriptionLong" target="_blank">SharePoint Online Provisioning Service Description</a>, soon templates will support other assets, including Teams, Channels, Tabs in Microsoft Teams and other Office 365 assets.</p>



<h3 class="wp-block-heading">New Developer Experiences</h3>



<p>Announced at Microsoft Build, Microsoft is going to enhance Microsoft Graph connected controls. Additionally, take a look at <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://github.com/windows-toolkit/WindowsCommunityToolkit" target="_blank">Windows Community Toolkit</a>&nbsp;(which includes controls for working with Microsoft Graph and Files) and at the new&nbsp;<a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://github.com/microsoftgraph/microsoft-graph-toolkit" target="_blank">Microsoft Graph Toolkit</a>&nbsp;for web experiences. This toolkit includes several controls such as controls to manage Microsoft Graph login, display of relevant people, calendar, and task information and soon more controls will be available such as web-based file browser controls.</p>



<h3 class="wp-block-heading">SharePoint Framework 1.9 (Available Soon)</h3>



<p>With the upcoming SharePoint Framework 1.9 (currently in development), it will be possible to develop library components, that are basically common modules of code that can be shared across multiple SharePoint Framework projects. With the new release of SharePoint Framework (coming soon), library components will be generally available.</p>



<p>To learn more about the most recent developer announcements, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://developer.microsoft.com/en-us/sharepoint/blogs/new-updates-and-capabilities-for-developers-at-sharepoint-conference/" target="_blank">here</a>.</p>



<p>To read the second part of this post series, click <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>



<h2 class="wp-block-heading">Related Articles</h2>



<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank">here</a>.</p>



<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank">here</a>.</p>



<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank">here</a> and <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>.</p>



<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank">here</a>. </p>



<p>If you prefer to use the traditional method to update your farm and want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated, click <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank">here</a>.</p>



<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>.</p>



<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">here</a>&nbsp;and&nbsp;<a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank">here</a>. </p>



<p>If you want to learn how to upgrade a SharePoint 2010 farm to SharePoint 2016, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank">here </a>and <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank">here</a>.</p>



<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">learning resources</a>.</p>



<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">this article</a>.</p>



<p>If you want to know all about the latest SharePoint and Office 365 announcements from Ignite and some more recent announcements, including Microsoft Search, What’s New to Build a Modern Intranet with SharePoint in Office 365, Deeper Integration between Microsoft Teams and SharePoint and the latest news on SharePoint development, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/" target="_blank">here</a>.</p>



<p>If your organization is still not ready to go all in to SharePoint Online and Office 365, a hybrid scenario may be the best choice. SharePoint 2019 RTM was recently announced and if you to learn all about SharePoint 2019 and all its features, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank">here</a>.</p>



<p>Happy SharePointing! </p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/">What&#8217;s New for SharePoint and Office 365 from SharePoint Conference 2019 (Part 1)</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SPFx &#8211; Tenant Properties Web Part</title>
		<link>https://blogit.create.pt/joaomendes/2019/03/09/spfx-tenant-properties-web-part/</link>
					<comments>https://blogit.create.pt/joaomendes/2019/03/09/spfx-tenant-properties-web-part/#respond</comments>
		
		<dc:creator><![CDATA[João Mendes]]></dc:creator>
		<pubDate>Sat, 09 Mar 2019 18:18:21 +0000</pubDate>
				<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Office 365]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=9203</guid>

					<description><![CDATA[<p>Tenant Properties Tenant properties are used to store information, such as configuration settings, login information, or other information used by applications. These properties are stored in the application catalog site property named &#8220;storageentitiesindex&#8221;. The tenant properties are managed by tenant administrators by usingSharePoint PnP PowerShell, SharePoint Online PowerShell, Office 365 Cli or REST API&#8217;s. The [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/joaomendes/2019/03/09/spfx-tenant-properties-web-part/">SPFx &#8211; Tenant Properties Web Part</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Tenant Properties</h2>



<p>Tenant properties are used to store information, such as configuration settings, login information, or other information used by applications. These properties are stored in the application catalog site property named &#8220;storageentitiesindex&#8221;. </p>



<p>The tenant properties are managed by tenant administrators by using<br><strong>SharePoint PnP PowerShell, SharePoint Online PowerShell, Office 365 Cli or REST API&#8217;s</strong>.</p>



<p></p>



<h2 class="wp-block-heading">The Web Part</h2>



<p>This web part allows tenant administrators to manage tenant properties through a graphical interface. </p>



<p>Only the tenant administrators are allowed to manage tenant properties, the web part verifies if current user has tenant administrator role.</p>



<h4 class="wp-block-heading">User without tenant admin role:</h4>



<figure class="wp-block-image"><img decoding="async" width="1291" height="335" src="https://i2.wp.com/blogit.create.pt/wp-content/uploads/2019/03/TenantProperties5.jpg?fit=696%2C181&amp;ssl=1" alt="" class="wp-image-9207" srcset="https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties5.jpg 1291w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties5-300x78.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties5-768x199.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties5-1024x266.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties5-696x181.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties5-1068x277.jpg 1068w" sizes="(max-width: 1291px) 100vw, 1291px" /><figcaption>User without tenant admin role</figcaption></figure>



<p>Web part allows you to create, edit, and remove tenant properties. </p>



<h4 class="wp-block-heading">List tenant properties</h4>



<figure class="wp-block-image"><img decoding="async" width="1325" height="480" src="https://i0.wp.com/blogit.create.pt/wp-content/uploads/2019/03/TenantProperties1.jpg?fit=696%2C252&amp;ssl=1" alt="" class="wp-image-9209" srcset="https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties1.jpg 1325w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties1-300x109.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties1-768x278.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties1-1024x371.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties1-696x252.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties1-1068x387.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties1-1159x420.jpg 1159w" sizes="(max-width: 1325px) 100vw, 1325px" /><figcaption>List tenant properties</figcaption></figure>



<h4 class="wp-block-heading">Add tenant Property</h4>



<figure class="wp-block-image"><img decoding="async" width="1464" height="753" src="https://i2.wp.com/blogit.create.pt/wp-content/uploads/2019/03/TenantProperties2.jpg?fit=696%2C358&amp;ssl=1" alt="" class="wp-image-9210" srcset="https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties2.jpg 1464w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties2-300x154.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties2-768x395.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties2-1024x527.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties2-696x358.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties2-1068x549.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties2-817x420.jpg 817w" sizes="(max-width: 1464px) 100vw, 1464px" /><figcaption>Add tenant property</figcaption></figure>



<h4 class="wp-block-heading">Edit tenant property</h4>



<figure class="wp-block-image"><img decoding="async" width="1467" height="796" src="https://i1.wp.com/blogit.create.pt/wp-content/uploads/2019/03/TenantProperties3.jpg?fit=696%2C378&amp;ssl=1" alt="" class="wp-image-9211" srcset="https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties3.jpg 1467w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties3-300x163.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties3-768x417.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties3-1024x556.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties3-696x378.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties3-1068x580.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties3-774x420.jpg 774w" sizes="(max-width: 1467px) 100vw, 1467px" /><figcaption>Edit tenant property</figcaption></figure>



<h4 class="wp-block-heading">Delete tenant property</h4>



<figure class="wp-block-image"><img decoding="async" width="1467" height="823" src="https://i1.wp.com/blogit.create.pt/wp-content/uploads/2019/03/TenantProperties4.jpg?fit=696%2C390&amp;ssl=1" alt="" class="wp-image-9212" srcset="https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties4.jpg 1467w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties4-300x168.jpg 300w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties4-768x431.jpg 768w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties4-1024x574.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties4-696x390.jpg 696w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties4-1068x599.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2019/03/TenantProperties4-749x420.jpg 749w" sizes="(max-width: 1467px) 100vw, 1467px" /><figcaption>Delete tenant property</figcaption></figure>



<h4 class="wp-block-heading">Thank you for reading,  <br></h4>



<p>Source code is <a href="https://github.com/joaojmendes/React-Tenant-Properties-WebPart">here</a> but soon will be available in sp-dev-fx-webparts.</p>



<p><em>Sharing is Caring!</em></p>
<p>The post <a href="https://blogit.create.pt/joaomendes/2019/03/09/spfx-tenant-properties-web-part/">SPFx &#8211; Tenant Properties Web Part</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/joaomendes/2019/03/09/spfx-tenant-properties-web-part/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What&#8217;s New for SharePoint and Office 365 after Microsoft Ignite 2018</title>
		<link>https://blogit.create.pt/miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Wed, 21 Nov 2018 00:54:55 +0000</pubDate>
				<category><![CDATA[SharePoint 2019]]></category>
		<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Ignite]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=7771</guid>

					<description><![CDATA[<p>SharePoint and Office 365 have come a long way and it is nothing but amazing to see the constant innovation that Microsoft has been introducing to the platform over the years! From September 24th to 28th, Microsoft has once again hosted Microsoft Ignite one of its biggest tech events, revealing many exciting new features in [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/">What&#8217;s New for SharePoint and Office 365 after Microsoft Ignite 2018</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>SharePoint and Office 365 have come a long way and it is nothing but amazing to see the constant innovation that Microsoft has been introducing to the platform over the years!</p>
<p>From September 24th to 28th, Microsoft has once again hosted <a href="https://azure.microsoft.com/en-us/ignite/" target="_blank" rel="noopener noreferrer">Microsoft Ignite</a> one of its biggest tech events, revealing many exciting new features in the Microsoft world, including SharePoint and Office 365.</p>
<h1>Introduction</h1>
<p>There are lot of new announcements being released at a very fast pace and it is challenging to stay up to date with everything that is being released!</p>
<p>This post will try to resume the latest announcements in the SharePoint and Office 365 world and what it means for end users, IT Pros and developers.</p>
<p>Hope you are ready for a ride, fasten your seat belt, because there are many new features coming (some of them may be already rolled out at the time of this writing). While it is impossible to talk about everything that has been announced, I will try to resume some of the biggest announcements. These are the main topics I will discuss in this post:</p>
<ul>
<li>Microsoft Search</li>
<li>What&#8217;s New to Build a Modern Intranet with SharePoint in Office 365</li>
<li>Deeper Integration between Microsoft Teams and SharePoint</li>
<li>Microsoft Content Services</li>
<li>What&#8217;s New for Security and Compliance</li>
<li>What&#8217;s New for Administrators</li>
<li>SharePoint Framework 1.7 (Preview)</li>
</ul>
<h1>Microsoft Search</h1>
<p>This is probably one of the biggest announcements from Ignite 2018: <a href="https://www.microsoft.com/en-us/microsoft-365/blog/2018/09/24/microsoft-search-cohesive-search-that-intelligently-helps-you-find-discover-command-and-navigate/" target="_blank" rel="noopener noreferrer">Microsoft Search</a>! Some of the features are already rolled out or about to be and a few will be made available in 2019.</p>
<p>Microsoft Search will bring a consistent and intelligent search experience to the most common ways we can interact with information throughout the Microsoft ecosystem (inside and outside of Microsoft 365):</p>
<ul>
<li>Bing.com</li>
<li>Office.com</li>
<li>SharePoint Mobile App</li>
<li>Windows (to be released in the first half of 2019)</li>
<li>Office Applications (to be released in the first half of 2019)</li>
</ul>
<p>With Microsoft Search, an intelligent search experience (using AI) will be delivered to users across all of the Office 365 applications as well as Windows and Bing.</p>
<h2>Microsoft Search in Bing</h2>
<p>The new experience in Bing will bring together web results and organization results (from SharePoint, Microsoft Teams, Yammer, etc).</p>
<p><img decoding="async" class="alignnone size-full wp-image-7776" src="https://blogit.create.pt////wp-content/uploads/2018/11/Microsoft_Search_Bing.jpg" alt="" width="962" height="575" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Bing.jpg 962w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Bing-300x179.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Bing-768x459.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Bing-696x416.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Bing-703x420.jpg 703w" sizes="(max-width: 962px) 100vw, 962px" /></p>
<h2>Microsoft Search in Office.com</h2>
<p>It will be possible to search the same search scope from the Office.com portal and quickly find the most relevant documents to you, including the documents you most recently worked on (all of this delivered by the Graph API).</p>
<p><img decoding="async" class="alignnone size-full wp-image-7777" src="https://blogit.create.pt////wp-content/uploads/2018/11/Microsoft_Search_Office.jpg" alt="" width="1204" height="676" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Office.jpg 1204w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Office-300x168.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Office-768x431.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Office-1024x575.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Office-696x391.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Office-1068x600.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_Office-748x420.jpg 748w" sizes="(max-width: 1204px) 100vw, 1204px" /></p>
<h2>Microsoft Search in Office Apps (release in 2019)</h2>
<p>To be released in first half of 2019, is a consistent search experience from within Office applications (includes Desktop, Web and Mobile applications).</p>
<p><img decoding="async" class="alignnone size-full wp-image-7778" src="https://blogit.create.pt////wp-content/uploads/2018/11/Microsoft_Search_OfficeApps.jpg" alt="" width="949" height="532" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps.jpg 949w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps-300x168.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps-768x431.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps-696x390.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Search_OfficeApps-749x420.jpg 749w" sizes="(max-width: 949px) 100vw, 949px" /></p>
<p>For more details about Microsoft Search, click <a href="https://www.microsoft.com/en-us/microsoft-365/blog/2018/09/24/microsoft-search-cohesive-search-that-intelligently-helps-you-find-discover-command-and-navigate/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h1>What&#8217;s New to Build a Modern Intranet with SharePoint in Office 365</h1>
<p>A LOT of new features have been announced in the Modern Intranet scope and some of them were lacking to complete the vision of building a modern Intranet with SharePoint in Office 365. Here is the list of the most important announcements:</p>
<ul>
<li>New Mega Menu Layout for Site and Hub Site Navigation</li>
<li>New Web Parts</li>
<li>Audience Targeting for News and Highlighted Content Web Parts</li>
<li>Header Layouts and Footer Enhancements</li>
<li>Central Asset Library</li>
<li>Communication Site Experience at the root of a Office 365 Tenant</li>
<li>Hub Site Improvements for End Users and Administrators</li>
<li>New Page Capabilities</li>
</ul>
<h2>New Mega Menu Layout for Site and Hub Site Navigation</h2>
<p>Probably the most important and exciting announcement to build a modern Intranet with SharePoint in Office 365! Now that a flat information architecture based on modern Team Sites and Communication sites is the new recommendation and despite the existence of Hub Sites, there was still missing a piece that glues all the sites and hub sites together to build the Intranet navigation for an organization as a whole. With the mega menu, it will be possible to go beyond menus with simple drop downs and build a menu that displays multiple hierarchies all at once. This is how a mega menu will look like:</p>
<p><img decoding="async" class="alignnone size-full wp-image-7788" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_Megamenu.jpg" alt="" width="1001" height="666" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Megamenu.jpg 1001w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Megamenu-300x200.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Megamenu-768x511.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Megamenu-696x463.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Megamenu-631x420.jpg 631w" sizes="(max-width: 1001px) 100vw, 1001px" /></p>
<h2>New Web Parts</h2>
<p>A series of new web parts were announced and it will now be easier (once again with the help of Microsoft Graph) to display personalized web parts that allow users to easily find relevant content. The following web parts will be available:</p>
<ul>
<li>Personalized View of Recent Sites (My Recent Sites)</li>
<li>Personalized View of Recent Documents (My Recent Documents)</li>
<li>Personalized View of News (My News)</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-7789" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_Personalized_WebParts.jpg" alt="" width="999" height="615" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Personalized_WebParts.jpg 999w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Personalized_WebParts-300x185.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Personalized_WebParts-768x473.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Personalized_WebParts-356x220.jpg 356w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Personalized_WebParts-696x428.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Personalized_WebParts-682x420.jpg 682w" sizes="(max-width: 999px) 100vw, 999px" /></p>
<p>Other web parts and web part features that were announced:</p>
<ul>
<li><strong>Countdown timer web part: </strong>it will now be able to display a countdown timer to show important launch dates, key meetings, campaign dates, etc</li>
<li><strong>Web Part Connections:</strong> it will now be possible to connect modern web parts and now web parts will be able to interact with each other and change the displayed information  based on the content selection of other web parts</li>
</ul>
<h2>Audience Targeting for News and Highlighted Content Web Parts</h2>
<p>Audience Targeting has been present in SharePoint for many years and now it will be possible to apply audiences to News and Highlighted Content Web Parts so that it will be possible to show different information in the same page, depending on who is visiting the page.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7785" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_AudienceTargeting_WebParts.jpg" alt="" width="999" height="664" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_AudienceTargeting_WebParts.jpg 999w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_AudienceTargeting_WebParts-300x199.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_AudienceTargeting_WebParts-768x510.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_AudienceTargeting_WebParts-696x463.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_AudienceTargeting_WebParts-632x420.jpg 632w" sizes="(max-width: 999px) 100vw, 999px" /></p>
<h2>Header Layouts and Footer Configuration</h2>
<p>Two important announcements that will improve the user navigation experience in a modern Intranet:</p>
<ul>
<li><strong>Header Layouts:</strong> it will be possible to reclaim some of the vertical space at the top of the site. There will be three new choices for the header: Standard, Minimal and Compact</li>
<li><strong>Footer Configuration:</strong> it will be possible to change the footer contents to place for example standard links and information that organizations wants to highlight at the bottom of all pages without the need for custom Master Pages</li>
</ul>
<h2>Central Asset Library</h2>
<p>Organizations and teams will now be able to provide users an easy access to the organization’s approved images. For example, the Marketing department can share all the Marketing approved images that can be used by everyone in a centralized location.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7786" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_Central_AssetLibrary.jpg" alt="" width="999" height="684" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Central_AssetLibrary.jpg 999w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Central_AssetLibrary-300x205.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Central_AssetLibrary-768x526.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Central_AssetLibrary-218x150.jpg 218w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Central_AssetLibrary-696x477.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Central_AssetLibrary-613x420.jpg 613w" sizes="(max-width: 999px) 100vw, 999px" /></p>
<h2>Communication Site Experience at the root of a Office 365 Tenant</h2>
<p>A modern Intranet home page is a fundamental place to display the most relevant information for an organization. Currently, the root site of an Office 365 tenant is created as a classic site, not taking advantage of all that modern experience has to offer and making it difficult for organizations to communicate with their employees. With this update, it will be possible to extend the Communication Site experience to the root site of the Office 365 tenant and it will be possible to transform a classic root site into a Communication Site for existing tenants. To learn more, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/Build-your-modern-intranet-with-SharePoint-in-Office-365/ba-p/255453" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h2>Hub Site Improvements for End Users and Administrators</h2>
<p>Two major improvements were announced for hub sites:</p>
<ul>
<li><strong>For Developers:</strong> it will be possible for all site collections joined to a Hub Site to inherit and use the content types published in the Hub Site</li>
<li><strong>For End Users:</strong> it will be possible to create a Team Site or Communication Site directly from a hub site. If a site is created from the hub site, the user will get new site experience and it will be automatically associated to the hub site</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-7787" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_HubSites.jpg" alt="" width="999" height="664" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites.jpg 999w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites-300x199.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites-768x510.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites-696x463.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites-632x420.jpg 632w" sizes="(max-width: 999px) 100vw, 999px" /></p>
<ul>
<li><strong>For Administrators:</strong> it will be possible from the SharePoint Admin Center in Office 365 to create hub sites, associate existing Modern Team Sites or Communication Sites to a hub site and see the hub site associated sites</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-7799" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_HubSites_Admin.jpg" alt="" width="999" height="630" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites_Admin.jpg 999w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites_Admin-300x189.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites_Admin-768x484.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites_Admin-696x439.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_HubSites_Admin-666x420.jpg 666w" sizes="(max-width: 999px) 100vw, 999px" /></p>
<h2>New Page Capabilities</h2>
<p>News and other pages are also getting some great new capabilities:</p>
<aside id="" class="nativo-promo nativo-promo-1 smartphone"></aside>
<ul>
<li><strong>Page Designs:</strong> somehow similar to old page layouts, it will be possible to create page design layouts to make it easier for users to build pages using a consistent layout</li>
<li><strong>Page Metadata:</strong> it will be possible to add metadata in modern pages and expose metadata as Page properties</li>
<li><strong>Page background sections:</strong> it will be possible to add background colors to sections to better divide content in a page</li>
</ul>
<p>For more details on the announcements to build modern Intranets with SharePoint in Office 365, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/Build-your-modern-intranet-with-SharePoint-in-Office-365/ba-p/255453" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h1>Deeper Integration between Microsoft Teams and SharePoint</h1>
<p>Microsoft Teams is the fastest growing product in Office 365 and with a huge level of adoption. A lot of new existing features were announced for Teams and one of the most important announcements is without a doubt a deeper integration with SharePoint. These were the most important announcements related to Teams and SharePoint integration:</p>
<ul>
<li><strong>New File Experience:</strong> finally Teams will have the same experience as in SharePoint. Users will be able to: create new custom views, modify existing views, pin files to the top, add and format custom columns and get file activities insights directly from Teams. Finally, the SharePoint command bar will also be available in Teams which allows users, for example, to sync files from Microsoft Teams to your Windows or Mac computer without having to go to SharePoint</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-7823" src="https://blogit.create.pt////wp-content/uploads/2018/11/Teams_Files_SharePoint_Experiece.jpg" alt="" width="926" height="270" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Files_SharePoint_Experiece.jpg 926w, https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Files_SharePoint_Experiece-300x87.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Files_SharePoint_Experiece-768x224.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Files_SharePoint_Experiece-696x203.jpg 696w" sizes="(max-width: 926px) 100vw, 926px" /></p>
<ul>
<li><strong>Web Parts as Tabs in Teams:</strong> it will be possible to show SharePoint web parts directly in Microsoft Teams tabs. With this release, it will be possible to run SharePoint Framework web parts directly in Teams</li>
<li><strong>Display Teams tabs in SharePoint pages:</strong> with the release of SharePoint Framework 1.7, it will be possible to expose Teams tabs as full page apps in SharePoint</li>
</ul>
<p>For more details on these and other Microsoft Teams announcements, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-Teams-Blog/What-s-new-in-Teams-Microsoft-Ignite-Edition/ba-p/252531" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h1>Microsoft Content Services</h1>
<p>At Ignite, a series of new content management capabilities inside Microsoft Content Services have been announced:</p>
<ul>
<li><strong>File card:</strong> intelligent contextual file cards with information about files in Office 365, which enables the user to view important information about files without the need to open them</li>
<li><strong>Mobile capture:</strong> ability to capture file and its metadata and deliver it to SharePoint using mobile devices</li>
<li><strong>Document templates:</strong> a simplified way to add document templates using the New menu in document libraries</li>
<li><strong>Predictive indexing:</strong> it will be possible to automatically generate indexes for lists and libraries with up to 30 million items</li>
<li><strong>Modern document sets:</strong> work with document sets using the new modern experience</li>
<li><strong>PowerApps integration with SharePoint libraries:</strong> in addition to Lists, it is now possible to build a PowerApp that uses SharePoint libraries as a data source</li>
<li><strong>Flow for document management:</strong> ability to use Microsoft Flow to move and copy files in Office 365 and generate shareable links</li>
<li><strong>Attention Views:</strong> new views that allow users to easily find information in a SharePoint List that is not compliant and needs user&#8217;s attention (ex: missing information in required fields). This feature will also be available for SharePoint Server 2019</li>
<li><strong>File plans:</strong> ability to import, manage, and classify multiple retention rules using Excel and then import and apply the rules to the organization</li>
</ul>
<p>To know more details about recent announcements on Content Services, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/Elevate-organizational-knowledge-with-Microsoft-Content-Services/ba-p/260443" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h1>What&#8217;s New for Security and Compliance</h1>
<p>If it is nothing but impressive to see the way SharePoint and Office 365 introduces new collaboration features, it is not less impressive the investments made on security in the Office 365 platform. Last year, Microsoft has launched a licensing model that includes an impressive security feature set called <a href="https://www.microsoft.com/en-us/microsoft-365/" target="_blank" rel="noopener noreferrer">Microsoft 365</a>. This is a bundle that includes:</p>
<ul>
<li>Windows 10</li>
<li>Office 365</li>
<li>Enterprise Mobility + Security</li>
</ul>
<p>This bundle comes in three different flavors:</p>
<ul>
<li><a href="https://www.microsoft.com/en-us/microsoft-365/business" target="_blank" rel="noopener noreferrer">Microsoft 365 Business</a></li>
<li><a href="https://www.microsoft.com/en-us/microsoft-365/enterprise" target="_blank" rel="noopener noreferrer">Microsoft 365 Enterprise</a></li>
<li><a href="https://www.microsoft.com/en-us/education/buy-license/microsoft365" target="_blank" rel="noopener noreferrer">Microsoft 365 Education</a></li>
</ul>
<p>If you want to know more about all the security features included Microsoft 365, click <a href="https://www.microsoft.com/en-us/trustcenter/security/office365-security" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>The major announcements announcements in what regards to security and compliance in the Office 365 platform are:</p>
<ul>
<li>SharePoint Site Classification Labels</li>
<li>Automatic Application of Retention Labels</li>
<li>Label Analytics</li>
<li>Unified Labeling Management in the Security &amp; Compliance Center</li>
<li>Microsoft Threat Protection</li>
</ul>
<h2>SharePoint Site Classification Labels</h2>
<p>Across almost any organization, there are different types of content that require different security requirements to comply with industry regulations and internal policies to ensure information is properly secured.</p>
<p>Microsoft Information Protection labels allows organizations to apply consistent security and access policies to SharePoint Sites based on the sensitivity of the site. In addition to Retention Labels, it is now possible to create Sensitivity Labels and associate them with policies in the Microsoft 365 Security and Compliance Center. Sensitivity Labels can then be applied to files, emails, groups, Sites and Teams to automatically enforce consistent policies across content in an organization.</p>
<h2>Automatic Application of Retention Labels</h2>
<p>Retention labels can now be created and automatically applied to content with rules based on content types and metadata. This way, it gets even easier to automate the application of retention policies across all content in SharePoint.</p>
<p><img decoding="async" class="size-full wp-image-7817 alignnone" src="https://blogit.create.pt////wp-content/uploads/2018/11/Retention_Policies.jpg" alt="" width="998" height="624" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Retention_Policies.jpg 998w, https://blogit.create.pt/wp-content/uploads/2018/11/Retention_Policies-300x188.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Retention_Policies-768x480.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Retention_Policies-696x435.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Retention_Policies-672x420.jpg 672w" sizes="(max-width: 998px) 100vw, 998px" /></p>
<h2>Label Analytics</h2>
<p>As information grows in an organization, it is important to stay informed on how retention and sensitivity labels are being used to classify, retain, and protect an organization’s content.</p>
<p>Using Label Analytics, it is now possible to get insights into how content is being labeled, including which labels are used most, and what emails and files they’re being applied to. It is also possible to explore user activity to identify who applies labels and investigate unusual trends.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7816" src="https://blogit.create.pt////wp-content/uploads/2018/11/Label_Analytics.jpg" alt="" width="998" height="624" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Label_Analytics.jpg 998w, https://blogit.create.pt/wp-content/uploads/2018/11/Label_Analytics-300x188.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Label_Analytics-768x480.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Label_Analytics-696x435.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Label_Analytics-672x420.jpg 672w" sizes="(max-width: 998px) 100vw, 998px" /></p>
<h2>Unified Labeling Management in the Security &amp; Compliance Center</h2>
<p>Organizations have a need to manage the lifecycle of their information and to keep sensitive data secure, also ensuring that their data and records are governed in accordance with compliance requirements. Now that users can share and move their data across multiple devices, apps, and services, it is critical to protect important data.</p>
<p>From now on, a new unified labeling experience is available in the Security &amp; Compliance Center that allows managing labels across Azure Information Protection and Office 365.  With this update, interoperability between Azure Information Protection and Office 365 labels is ensured, meaning, for example, organizations won’t need to reclassify or relabel their content if they already have labels in Azure Information Protection. With unified labels, it is possible to assign multiple labels to a single file, helping ensure sensitive data is protected and controlled according to the organization&#8217;s governance needs.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7824" src="https://blogit.create.pt////wp-content/uploads/2018/11/Unified_Labeling_SecurityComplianceCenter.jpg" alt="" width="999" height="542" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Unified_Labeling_SecurityComplianceCenter.jpg 999w, https://blogit.create.pt/wp-content/uploads/2018/11/Unified_Labeling_SecurityComplianceCenter-300x163.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Unified_Labeling_SecurityComplianceCenter-768x417.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Unified_Labeling_SecurityComplianceCenter-696x378.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Unified_Labeling_SecurityComplianceCenter-774x420.jpg 774w" sizes="(max-width: 999px) 100vw, 999px" /></p>
<h2>Microsoft Threat Protection</h2>
<p>Organizations are increasingly concerned about the growing volume and sophistication of the threat attack surface, and how difficult it is to make intelligent decisions quickly and cost-effectively to keep their data safe.</p>
<p>Attacks can come from anywhere.  As such, it is not possible for a single service to secure the entire modern workplace. This way, it is important to have groups of services working together to secure the different attack vectors to help ensure an organization is protected across the entire attack surface.  Microsoft Threat Protection is composed by different groups of solutions that help secure each of the attack vectors:</p>
<ul>
<li><strong>Identities</strong>: <a href="https://azure.microsoft.com/en-us/services/active-directory/?&amp;OCID=AID719825_SEM_hNzcjcap&amp;lnkd=Bing_Azure_Brand&amp;msclkid=7e5b643f7a14179cdd383f9ec06b60f3&amp;dclid=CJuOicCIxt0CFcYDrQYdC24IHg" target="_blank" rel="noopener noreferrer">Azure Active Directory Identity Protection</a>, <a href="https://azure.microsoft.com/en-us/features/azure-advanced-threat-protection/" target="_blank" rel="noopener noreferrer">Azure Advanced Threat Protection</a>, <a href="https://www.microsoft.com/en-us/security/information-protection?&amp;OCID=AID720916_SEM_QtKHjo04" target="_blank" rel="noopener noreferrer">Microsoft Cloud App Security</a></li>
<li><strong>Endpoints:</strong> <a href="https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp" target="_blank" rel="noopener noreferrer">Windows Defender Advanced Threat Protection</a>, <a href="https://www.microsoft.com/en-us/software-download/windows10" target="_blank" rel="noopener noreferrer">Windows 10</a>, <a href="https://www.microsoft.com/en-us/cloud-platform/microsoft-intune" target="_blank" rel="noopener noreferrer">Microsoft Intune</a></li>
<li><strong>User Data: </strong><a href="https://products.office.com/en-us/exchange/exchange-email-security-spam-protection" target="_blank" rel="noopener noreferrer">Exchange Online Protection</a>, <a href="https://products.office.com/en-us/exchange/online-email-threat-protection" target="_blank" rel="noopener noreferrer">Office 365 Advanced Threat Protection</a>, <a href="https://portal.office.com/signup/logout?OfferId=d49e8fa3-0b3f-4541-9ae4-705740326f6a" target="_blank" rel="noopener noreferrer">Office 365 Threat Intelligence</a>, <a href="https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp" target="_blank" rel="noopener noreferrer">Windows Defender Advanced Threat Protection</a>, <a href="https://www.microsoft.com/en-us/security/information-protection?&amp;OCID=AID720916_SEM_QtKHjo04" target="_blank" rel="noopener noreferrer">Microsoft Cloud App Security</a></li>
<li><strong>Cloud Apps:</strong> <a href="https://products.office.com/en-us/exchange/exchange-email-security-spam-protection" target="_blank" rel="noopener noreferrer">Exchange Online Protection</a>, <a href="https://products.office.com/en-us/exchange/online-email-threat-protection" target="_blank" rel="noopener noreferrer">Office 365 Advanced Threat Protection</a>, <a href="https://www.microsoft.com/en-us/security/information-protection?&amp;OCID=AID720916_SEM_QtKHjo04" target="_blank" rel="noopener noreferrer">Microsoft Cloud App Security</a></li>
<li><strong>Infrastructure:</strong> <a href="https://azure.microsoft.com/en-us/services/security-center/?&amp;OCID=AID719825_SEM_eAvXfwE6&amp;lnkd=Bing_Azure_Brand&amp;msclkid=c92168be4a63196b7ae2331ff60cdaca&amp;dclid=CI7guKyKxt0CFbMCrQYdgXkN2w" target="_blank" rel="noopener noreferrer">Azure Security Center</a>, <a href="https://www.microsoft.com/en-us/sql-server/sql-server-2017" target="_blank" rel="noopener noreferrer">SQL Server</a>, Linux</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-7827" src="https://blogit.create.pt////wp-content/uploads/2018/11/Microsoft_Threat_Protection.jpg" alt="" width="996" height="555" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Threat_Protection.jpg 996w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Threat_Protection-300x167.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Threat_Protection-768x428.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Threat_Protection-696x388.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Microsoft_Threat_Protection-754x420.jpg 754w" sizes="(max-width: 996px) 100vw, 996px" /></p>
<p>To learn more about the latest security and compliance announcements, I invite you to read:</p>
<ul>
<li><a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/What-s-new-in-security-compliance-amp-administration-for/ba-p/255768" target="_blank" rel="noopener noreferrer">What’s new in security, compliance &amp; administration for SharePoint &amp; OneDrive from Microsoft Ignite</a></li>
<li><a href="https://techcommunity.microsoft.com/t5/Security-Privacy-and-Compliance/Announcing-the-availability-of-unified-labeling-management-in/ba-p/262492" target="_blank" rel="noopener noreferrer">Announcing the availability of unified labeling management in the Security &amp; Compliance Center</a></li>
<li><a href="https://techcommunity.microsoft.com/t5/Security-Privacy-and-Compliance/Announcing-Microsoft-Threat-Protection/ba-p/262783" target="_blank" rel="noopener noreferrer">Announcing Microsoft Threat Protection</a></li>
</ul>
<h1>What&#8217;s New for Administrators</h1>
<p>The major updates for administrators are:</p>
<ul>
<li>Files Restore for SharePoint and Microsoft Teams</li>
<li>Updates to SharePoint Admin Center</li>
<li>Multi-Geo Capabilities for SharePoint (Selective Preview)</li>
<li>SharePoint Migration Tool Improvements</li>
</ul>
<h2>Files Restore for SharePoint and Microsoft Teams</h2>
<p>Files Restore is now available for SharePoint document libraries, protecting shared files in SharePoint, Teams, Outlook Groups, and Yammer Groups connected to Office 365 Groups in a similar way that is already possible for personal files in OneDrive for Business.</p>
<p>With this release, site administrators are able to restore document libraries from any point in time during the last 30 days and can use activity data to find the exact moment to restore to.</p>
<h2>Updates to SharePoint Admin Center</h2>
<p>SharePoint Admin Center has a new modern experience (although not all the features are still migrated to the new modern experience). The latest capabilities in the new SharePoint Admin center include:</p>
<ul>
<li>The ability to manage <em>all </em>sites, including group connected team sites, communication sites, and hub sites</li>
<li>Controls such as Device Access and Sharing Policies through a richer menu to manage and control how information is accessed and shared</li>
<li>A new command surface that provides an actionable command bar, hub site and classification management control</li>
<li>Several enhancements to the site creation experience, allowing admins to have more control on site settings, storage and classification</li>
<li>A new simple way to track and manage tenant level storage and site level storage limits</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-7837" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_Admin_Center_Updates.jpg" alt="" width="998" height="624" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Admin_Center_Updates.jpg 998w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Admin_Center_Updates-300x188.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Admin_Center_Updates-768x480.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Admin_Center_Updates-696x435.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Admin_Center_Updates-672x420.jpg 672w" sizes="(max-width: 998px) 100vw, 998px" /></p>
<h2>Multi-Geo Capabilities for SharePoint (Selective Preview)</h2>
<p>Large organizations that are present around the globe can now take advantage of Multi-Geo capabilities for SharePoint. With this update, organizations, and in particular those with strict data residency policies, can have a single Office 365 tenant that can span across multiple geographies and enable a unified communication and collaboration experience across the whole organization.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7840" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_Multi_Geo.jpg" alt="" width="998" height="624" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Multi_Geo.jpg 998w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Multi_Geo-300x188.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Multi_Geo-768x480.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Multi_Geo-696x435.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Multi_Geo-672x420.jpg 672w" sizes="(max-width: 998px) 100vw, 998px" /></p>
<h2>SharePoint Migration Tool Improvements</h2>
<p>With this update, SharePoint Migration Tool now supports migrating complete SharePoint 2013 sites.</p>
<p>To learn more about the latest announcements for administrators, click <a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/What-s-new-in-security-compliance-amp-administration-for/ba-p/255768" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h1>SharePoint Framework 1.7 (Preview)</h1>
<p>There were quite a few announcements after Ignite but the most important is without a doubt in the developer world with the release of <strong>SharePoint Framework 1.7 </strong>(still in Preview) that brings:</p>
<ul>
<li>Web Parts in Microsoft Teams</li>
<li>Application Pages (finally!!!)</li>
<li>Host Microsoft Teams Tabs as Application Pages and Web Parts in SharePoint</li>
<li>List Subscriptions</li>
<li>Web Part Connections, Dynamic Data and SharePoint 2019 Support</li>
</ul>
<h2>Web Parts in Microsoft Teams</h2>
<p class="">With the release of SharePoint Framework 1.7, it will be possible to take the web parts built with SharePoint Framework and make them available as applications in Microsoft Teams. With just a few adjustments to the package metadata, it is even possible for every custom developed SPFx web part to become a Tab in Microsoft Teams.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7845" src="https://blogit.create.pt////wp-content/uploads/2018/11/Teams_Web_Parts.jpg" alt="" width="1024" height="621" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Web_Parts.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Web_Parts-300x182.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Web_Parts-768x466.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Web_Parts-696x422.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/Teams_Web_Parts-693x420.jpg 693w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h2>Application Pages</h2>
<p>The most long awaited announcement for all SharePoint developers! Finally, it is possible to develop full application pages using the SharePoint Framework technology stack. With SharePoint Framework version 1.7, developers can now choose to create these full application experiences with the SharePoint Framework in much the same way as they would create web parts or extensions.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7844" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_App_Pages.jpg" alt="" width="1024" height="679" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_App_Pages.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_App_Pages-300x199.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_App_Pages-768x509.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_App_Pages-696x462.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_App_Pages-633x420.jpg 633w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h2>Host Microsoft Teams Tabs as Application Pages and Web Parts in SharePoint</h2>
<p>In addition to creating new application page experiences using SharePoint Framework, with SharePoint Framework 1.7, it will be possible to also take Teams Tab experiences and host them in SharePoint (both as full application pages and as web parts).</p>
<h2>List Subscriptions</h2>
<p>Users are now able to subscribe to list events from custom developed web parts or extensions. This means that every time there is a change on a list, the custom component is notified through an event and developers are able to build a custom experience based on the event (for example refresh the content to keep it updated).</p>
<h2>Web Part Connections, Dynamic Data and SharePoint 2019 Support</h2>
<p>Already generally available, Dynamic Data provides a calling pattern and infrastructure for web parts and extensions to bind and share data and consume live information from the page context. This way, web parts can, for example, become more efficient by making a single call to retrieve data from a web service, and then share that data with any other similar web parts on the page. Dynamic Data also provides the foundation for web part connections, allowing page authors to connect data and user experience state across web parts.</p>
<p><img decoding="async" class="alignnone size-full wp-image-7846" src="https://blogit.create.pt////wp-content/uploads/2018/11/SharePoint_Data_Connections.jpg" alt="" width="1024" height="445" srcset="https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Data_Connections.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Data_Connections-300x130.jpg 300w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Data_Connections-768x334.jpg 768w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Data_Connections-696x302.jpg 696w, https://blogit.create.pt/wp-content/uploads/2018/11/SharePoint_Data_Connections-966x420.jpg 966w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p class="">Last but not least, SharePoint Framework version 1.7 includes new developer tools, that are generally available, that let developers target SharePoint Server 2019 by creating projects designed for the level of compatibility that SharePoint Server 2019 supports (SharePoint Framework version 1.4.1). Although not taking advantage of the latest SPFx capabilities, these web parts and extensions will also work seamlessly with SharePoint Online in <span class="brand">Office 365</span>.</p>
<p>For more information on SharePoint Framework 1.7 in Preview, click <a href="https://developer.microsoft.com/en-us/sharepoint/blogs/bring-your-apps-to-more-places-with-new-sharepoint-framework-and-microsoft-teams-releases/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h1>Conclusion</h1>
<p>If you want to know more about what recent updates in the SharePoint and Office 365 world, I invite you to read all about the latest Ignite 2018 announcements:</p>
<ul>
<li><a href="https://techcommunity.microsoft.com/t5/Microsoft-Teams-Blog/What-s-new-in-Teams-Microsoft-Ignite-Edition/ba-p/252531" target="_blank" rel="nofollow noopener noreferrer">What’s new Microsoft Teams features</a></li>
<li><a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/Build-your-modern-intranet-with-SharePoint-in-Office-365-Ignite/ba-p/255453" target="_blank" rel="nofollow noopener noreferrer">Build your modern intranet with SharePoint in Office 365</a></li>
<li><a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/SharePoint-powers-teamwork-in-Office-365-Ignite-2018/ba-p/255465" target="_blank" rel="nofollow noopener noreferrer">SharePoint powers teamwork in Office 365</a></li>
<li><a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/What-s-new-in-security-compliance-amp-administration-for/ba-p/255768?utm_source=collab365&amp;utm_medium=collab365today&amp;utm_campaign=daily_digest" target="_blank" rel="nofollow noopener noreferrer">What’s new in security, compliance, &amp; administration for SharePoint &amp; OneDrive from Microsoft Ignite</a></li>
<li><a href="https://techcommunity.microsoft.com/t5/Microsoft-SharePoint-Blog/New-innovations-in-SharePoint-amp-Microsoft-365-deliver-power/ba-p/260317" target="_blank" rel="nofollow noopener noreferrer">New innovations in SharePoint &amp; Microsoft 365 deliver power and simplicity for content collaboration</a></li>
<li><a href="https://developer.microsoft.com/en-us/office/blogs/do-more-with-new-upcoming-sharepoint-development-capabilities-announced-at-ignite-2018/" target="_blank" rel="noopener noreferrer">Do more with new upcoming SharePoint development capabilities announced at Ignite 2018</a></li>
<li><a href="https://www.youtube.com/channel/UCrhJmfAGQ5K81XQ8_od1iTg" target="_blank" rel="noopener noreferrer">The Microsoft Ignite YouTube Channel</a></li>
</ul>
<p>To get a broader vision of SharePoint evolution over the years, don&#8217;t miss Jeff Teper &#8220;Hitting Refresh on SharePoint&#8221; articles:</p>
<ul class="fa-ul">
<li><a href="https://www.linkedin.com/pulse/hitting-refresh-sharepoint-more-part-1-jeff-teper/" target="_blank" rel="noopener noreferrer">Hitting Refresh on SharePoint and More &#8211; Part 1</a></li>
<li><i class="fa fa-arrow-circle-right"></i><a href="https://www.linkedin.com/pulse/hitting-refresh-sharepoint-more-part-2-jeff-teper/" target="_blank" rel="noopener noreferrer">Hitting Refresh on SharePoint and More &#8211; Part 2</a></li>
<li><i class="fa fa-arrow-circle-right"></i><a href="https://www.linkedin.com/pulse/hitting-refresh-sharepoint-more-part-3-jeff-teper/" target="_blank" rel="noopener noreferrer">Hitting Refresh on SharePoint and More &#8211; Part 3</a></li>
<li><i class="fa fa-arrow-circle-right"></i><a href="https://www.linkedin.com/pulse/hitting-refresh-sharepoint-more-part-4-jeff-teper/" target="_blank" rel="noopener noreferrer">Hitting Refresh on SharePoint and More &#8211; Part 4</a></li>
</ul>
<h1>Related Articles</h1>
<p>To learn why your business should migrate to SharePoint Online and Office 365, click <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-1/" target="_blank" rel="noreferrer noopener">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2019/07/29/why-your-business-should-migrate-to-sharepoint-online-and-office-365-the-value-offer-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you want to convert your tenant&#8217;s root classic site into a modern SharePoint site, click <a href="https://blogit.create.pt////miguelisidoro/2019/08/27/how-to-modernize-your-tenant-root-site-collection-in-office-365-using-invoke-spositeswap/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you are new to SharePoint and Office 365 and want to learn all about it, take a look at these <a href="https://blogit.create.pt////miguelisidoro/2018/10/17/sharepoint-and-office-365-learning-resources/" target="_blank" rel="noopener noreferrer">learning resources</a>.</p>
<p>If you want to know all about the latest SharePoint and Office 365 announcements from SharePoint Conference 2019, click <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/06/05/whats-new-for-sharepoint-and-office-365-from-sharepoint-conference-2019-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you are work in a large organization who is using Office 365 or thinking to move to Office 365 and is considering between a single or multiple Office 365 tenants, I invite you to read <a href="https://blogit.create.pt////miguelisidoro/2019/01/07/pros-and-cons-of-single-tenant-vs-multiple-tenants-in-office-365/" target="_blank" rel="noreferrer noopener">this article</a>.</p>
<p>If your organization is still not ready to go all in to SharePoint Online and Office 365, a hybrid scenario may be the best choice. SharePoint 2019 RTM was recently announced and if you to learn all about SharePoint 2019 and all its features, click <a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>If you are a SharePoint administrator or a SharePoint developer who wants to learn more about how to install a SharePoint 2019 farm in an automated way using PowerShell, I invite you to click <a href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noopener noreferrer">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2018/12/09/how-to-install-a-sharepoint-2019-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>If you want to learn how to upgrade a SharePoint 2013 farm to SharePoint 2019, click <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/03/06/how-to-upgrade-from-sharepoint-2013-to-sharepoint-2019-step-by-step-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you want to learn all the steps and precautions necessary to successfully keep your SharePoint farm updated and be ready to start your move to the cloud, click <a href="https://blogit.create.pt////miguelisidoro/2019/04/08/how-to-install-sharepoint-cumulative-updates-in-a-sharepoint-farm-step-by-step/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you learn how to greatly speed up your SharePoint farm update process to ensure your SharePoint farm keeps updated and you stay one step closer to start your move to the cloud, click <a href="https://blogit.create.pt////miguelisidoro/2019/05/02/how-to-speed-up-the-installation-of-sharepoint-cumulative-updates-using-powershell-step-by-step/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p>
<p>If SharePoint 2019 is still not an option, you can learn more about how to install a SharePoint 2016 farm in an automated way using PowerShell, click <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-1/" target="_blank" rel="noreferrer noopener">here</a> and <a href="https://blogit.create.pt////miguelisidoro/2018/07/28/how-to-install-a-sharepoint-2016-farm-using-powershell-and-autospinstaller-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>If you are involved in a SharePoint upgrade and want to learn more about the upgrade process, click <a href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-1/" target="_blank" rel="noreferrer noopener">here </a>and <a href="https://blogit.create.pt////miguelisidoro/2019/02/04/sharepoint-upgrade-upgrading-a-sharepoint-2010-farm-to-sharepoint-2016-step-by-step-part-2/" target="_blank" rel="noreferrer noopener">here</a>.</p>
<p>Happy SharePointing!</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/">What&#8217;s New for SharePoint and Office 365 after Microsoft Ignite 2018</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2018/11/21/whats-new-for-sharepoint-and-office-365-after-microsoft-ignite-2018/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Activating all Publishing Feature &#8211; Programmatically &#038; Powershell &#8211; SharePoint 2010, 2013, 2016 &#038; Online:</title>
		<link>https://blogit.create.pt/fabiocarvalho/2017/07/28/activating-all-publishing-feature-programmatically-powershell-sharepoint-2010-2013-2016-online/</link>
					<comments>https://blogit.create.pt/fabiocarvalho/2017/07/28/activating-all-publishing-feature-programmatically-powershell-sharepoint-2010-2013-2016-online/#respond</comments>
		
		<dc:creator><![CDATA[Fábio Carvalho]]></dc:creator>
		<pubDate>Fri, 28 Jul 2017 21:50:48 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Publishing Site]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[SharePoint 2016]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">http://blogit.create.pt/fabiocarvalho/?p=3774</guid>

					<description><![CDATA[<p>Hi Everyone!!! Today i will talk about Publishing Features!!! During this afternoon I was trying to activate Publishing Features but i wasn&#8217;t having success because Page Library not was created on activation! So there are more than two Publishing Feature that we need have in consideration, it&#8217;s not enough Activate Publishing Infrastructure Feature and Publishing Feature. If [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/fabiocarvalho/2017/07/28/activating-all-publishing-feature-programmatically-powershell-sharepoint-2010-2013-2016-online/">Activating all Publishing Feature &#8211; Programmatically &#038; Powershell &#8211; SharePoint 2010, 2013, 2016 &#038; Online:</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi Everyone!!!</p>
<p>Today i will talk about Publishing Features!!! During this afternoon I was trying to activate Publishing Features but i wasn&#8217;t having success because Page Library not was created on activation! So there are more than two Publishing Feature that we need have in consideration, it&#8217;s not enough Activate Publishing Infrastructure Feature and Publishing Feature. If you want activate all Publishing Features you can do it pragmatically or using Powershell script:</p>
<p><span style="color: #800000"><strong>SharePoint Server &#8211; Powershell:</strong></span></p>
<pre class="brush: bash; title: ; notranslate"> 
Disable-SPFeature –identity 'publishingSite' -URL http://server/ -force
Disable-SPFeature –identity 'PublishingResources' -URL http://server/-force
Disable-SPFeature –identity 'Publishing' -URL http://server/ -force
Disable-SPFeature –identity 'PublishingLayouts' -URL http://server/ -force
Disable-SPFeature –identity 'publishingweb' -URL http://server/ -force

Enable-SPFeature –identity 'publishingSite' -URL http://server/ -force
Enable-SPFeature –identity 'PublishingResources' -URL http://server/ -force
Enable-SPFeature –identity 'Publishing' -URL http://server/ -force
Enable-SPFeature –identity 'PublishingLayouts' -URL http://server/ -force
Enable-SPFeature –identity 'publishingweb' -URL http://server/ -force
</pre>
<p><span style="color: #800000"><strong>SharePoint Online &#8211; Powershell:</strong></span></p>
<pre class="brush: bash; title: ; notranslate"> 
Disable-SPOFeature –Identity &quot;F6924D36-2FA8-4f0b-B16D-06B7250180FA&quot; -Scope Site
Disable-SPOFeature –Identity &quot;AEBC918D-B20F-4a11-A1DB-9ED84D79C87E&quot; -Scope Site
Disable-SPOFeature –Identity &quot;22A9EF51-737B-4ff2-9346-694633FE4416&quot; -Scope Web
Disable-SPOFeature –Identity &quot;D3F51BE2-38A8-4e44-BA84-940D35BE1566&quot; -Scope Site
Disable-SPOFeature –Identity &quot;94C94CA6-B32F-4da9-A9E3-1F3D343D7ECB&quot; -Scope Web

Enable-SPOFeature –Identity &quot;F6924D36-2FA8-4f0b-B16D-06B7250180FA&quot; -Scope Site
Enable-SPOFeature –Identity &quot;AEBC918D-B20F-4a11-A1DB-9ED84D79C87E&quot; -Scope Site
Enable-SPOFeature –Identity &quot;22A9EF51-737B-4ff2-9346-694633FE4416&quot; -Scope Web
Enable-SPOFeature –Identity &quot;D3F51BE2-38A8-4e44-BA84-940D35BE1566&quot; -Scope Site
Enable-SPOFeature –Identity &quot;94C94CA6-B32F-4da9-A9E3-1F3D343D7ECB&quot; -Scope Web
</pre>
<p><strong><span style="color: #800000">Also that you can activate Programmatically:</span></strong></p>
<pre class="brush: jscript; title: ; notranslate"> 

        private void ActivatePublishingFeatures(SPWeb web, SPSite site)
        {
            // Publishing Site
            string sharePointPublishingSite = &quot;f6924d36-2fa8-4f0b-b16d-06b7250180fa&quot;;
            Guid sharePointPublishingSiteGuid = new Guid(sharePointPublishingSite);

            if (site.Features&#x5B;sharePointPublishingSiteGuid] == null)
            {
                site.Features.Add(sharePointPublishingSiteGuid, true);
            }

            // Publishing Resources
            string sharePointPublishingResources = &quot;aebc918d-b20f-4a11-a1db-9ed84d79c87e&quot;;
            Guid sharePointPublishingResourcesGuid = new Guid(sharePointPublishingResources);

            if (site.Features&#x5B;sharePointPublishingResourcesGuid] == null)
            {
                site.Features.Add(sharePointPublishingResourcesGuid, true);
            }

            // Publishing
            string sharePointPublishing = &quot;22a9ef51-737b-4ff2-9346-694633fe4416&quot;;
            Guid sharePointPublishingGuid = new Guid(sharePointPublishing);

            if (web.Features&#x5B;sharePointPublishingGuid] == null)
            {
                web.Features.Add(sharePointPublishingGuid, true);
            }

            // Publishing Layouts
            string sharePointPublishingLayouts = &quot;d3f51be2-38a8-4e44-ba84-940d35be1566&quot;;
            Guid sharePointPublishingLayoutsGuid = new Guid(sharePointPublishingLayouts);

            if (site.Features&#x5B;sharePointPublishingLayoutsGuid] == null)
            {
                site.Features.Add(sharePointPublishingLayoutsGuid, true);
            }

            // Publishing Web
            string sharePointServerPublishingWeb = &quot;94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb&quot;;
            Guid sharePointServerPublishingWebGuid = new Guid(sharePointServerPublishingWeb);

            if (web.Features&#x5B;sharePointServerPublishingWebGuid] == null)
            {
                web.Features.Add(sharePointServerPublishingWebGuid, true);
            }
        }
</pre>
<p>Thanks</p>
<p><span style="color: #800000"><a href="https://www.linkedin.com/in/fmrgc/"><strong>Fábio Carvalho</strong></a></span><br />
SharePoint Consultant<br />
<strong>|create|</strong><span style="color: #ff0000"><strong>it</strong></span><strong>|</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://blogit.create.pt/fabiocarvalho/2017/07/28/activating-all-publishing-feature-programmatically-powershell-sharepoint-2010-2013-2016-online/">Activating all Publishing Feature &#8211; Programmatically &#038; Powershell &#8211; SharePoint 2010, 2013, 2016 &#038; Online:</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/fabiocarvalho/2017/07/28/activating-all-publishing-feature-programmatically-powershell-sharepoint-2010-2013-2016-online/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SP Editor &#8211; Create and update SharePoint Online/SP2013/SP2016 css/js files, inject files to web, manage web properties and list Webhook</title>
		<link>https://blogit.create.pt/fabiocarvalho/2017/05/27/sp-editor-create-and-update-sharepoint-onlinesp2013sp2016-cssjs-files-inject-files-to-web-manage-web-properties-and-list-webhook/</link>
					<comments>https://blogit.create.pt/fabiocarvalho/2017/05/27/sp-editor-create-and-update-sharepoint-onlinesp2013sp2016-cssjs-files-inject-files-to-web-manage-web-properties-and-list-webhook/#comments</comments>
		
		<dc:creator><![CDATA[Fábio Carvalho]]></dc:creator>
		<pubDate>Sat, 27 May 2017 07:47:54 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[FrontEnd Development]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[CSOM]]></category>
		<category><![CDATA[PnP]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[SharePoint 2016]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<guid isPermaLink="false">http://blogit.create.pt/fabiocarvalho/?p=3244</guid>

					<description><![CDATA[<p>Hi Everyone!!! Today i will share a fantastic Google Chrome Extension that you can use on your developments on SharePoint. A Google Chrome Extension for creating and updating files (js, css), injecting files to sites, modifying web/list propertybag values (add, edit, remove, index) and creating webhook subscriptions, edit/add/remove webparts from publishing pages and run sp-pnp-js [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/fabiocarvalho/2017/05/27/sp-editor-create-and-update-sharepoint-onlinesp2013sp2016-cssjs-files-inject-files-to-web-manage-web-properties-and-list-webhook/">SP Editor &#8211; Create and update SharePoint Online/SP2013/SP2016 css/js files, inject files to web, manage web properties and list Webhook</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi Everyone!!!</p>
<p>Today i will share a fantastic Google Chrome Extension that you can use on your developments on SharePoint.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-3284" src="http://blogit.create.pt/fabiocarvalho/wp-content/uploads/sites/271/2017/05/SPEditor.png" alt="" width="1222" height="770" /></p>
<p>A<strong> Google Chrome Extension</strong> for creating and updating files (js, css), injecting files to sites, modifying web/list propertybag values (add, edit, remove, index) and creating webhook subscriptions, edit/add/remove webparts from publishing pages and run sp-pnp-js typescript snippets in <strong>SP2013</strong>,<strong> SP2016</strong> and <strong>SharePoint Online</strong> from Chrome Developer Tools.</p>
<p><a href="https://chrome.google.com/webstore/search/speditor">https://chrome.google.com/webstore/search/speditor</a></p>
<p>Take a look at  the great introduction video by <em>Jeff</em> Jones!</p>
<div class="youtube-embed" data-video_id="iezuTO40xGA"><iframe title="SP Editor Chrome Extension" width="696" height="392" src="https://www.youtube.com/embed/iezuTO40xGA?feature=oembed&#038;enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<p>Thanks</p>
<p><span style="color: #800000"><a style="color: #800000" href="https://www.linkedin.com/in/fmrgc/"><strong>Fábio Carvalho</strong></a></span><br />
SharePoint Consultant<br />
<strong>|create|</strong><span style="color: #ff0000"><strong>it</strong></span><strong>|</strong></p>
<p>&nbsp;</p>
<p>The post <a href="https://blogit.create.pt/fabiocarvalho/2017/05/27/sp-editor-create-and-update-sharepoint-onlinesp2013sp2016-cssjs-files-inject-files-to-web-manage-web-properties-and-list-webhook/">SP Editor &#8211; Create and update SharePoint Online/SP2013/SP2016 css/js files, inject files to web, manage web properties and list Webhook</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/fabiocarvalho/2017/05/27/sp-editor-create-and-update-sharepoint-onlinesp2013sp2016-cssjs-files-inject-files-to-web-manage-web-properties-and-list-webhook/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
