<?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>#purview Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/tag/purview-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/tag/purview-2/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Tue, 06 Feb 2024 16:36:29 +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 protect sensitive information in SharePoint Online using Purview Sensitivity Labels</title>
		<link>https://blogit.create.pt/miguelisidoro/2024/02/06/how-to-protect-sensitive-information-in-sharepoint-online-using-purview-sensitivity-labels/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2024/02/06/how-to-protect-sensitive-information-in-sharepoint-online-using-purview-sensitivity-labels/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Tue, 06 Feb 2024 15:30:35 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[#microsoft365]]></category>
		<category><![CDATA[#office365]]></category>
		<category><![CDATA[#purview]]></category>
		<category><![CDATA[#security]]></category>
		<category><![CDATA[#sharepoint]]></category>
		<category><![CDATA[#sharepointonline]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12970</guid>

					<description><![CDATA[<p>This post explains how we can use Microsoft Purview Sensitivity Labels to protect sensitive information stored in a SharePoint Online site. What are Sensitivity Labels? Microsoft Purview Sensitivity Labels are a data classification and protection system that helps organizations identify, classify, and protect sensitive information across Microsoft 365 and other services. They help you: Here [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2024/02/06/how-to-protect-sensitive-information-in-sharepoint-online-using-purview-sensitivity-labels/">How to protect sensitive information in SharePoint Online using Purview Sensitivity Labels</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post explains how we can use Microsoft Purview Sensitivity Labels to protect sensitive information stored in a SharePoint Online site.</p>



<h2 class="wp-block-heading">What are Sensitivity Labels?</h2>



<p>Microsoft Purview Sensitivity Labels are a data classification and protection system that helps organizations identify, classify, and protect sensitive information across Microsoft 365 and other services. They help you:</p>



<ul class="wp-block-list">
<li><strong>Classify your data:</strong>&nbsp;Define different levels of sensitivity for your data, such as Confidential, Highly Confidential, and Public.</li>



<li><strong>Protect your data:</strong>&nbsp;Apply protection settings to different levels of sensitivity, such as encryption, access restrictions, and data loss prevention.</li>



<li><strong>Track your data:</strong>&nbsp;Track the movement of sensitive data and identify potential data breaches.</li>
</ul>



<p>Here are some of the benefits of using Microsoft Purview Sensitivity Labels:</p>



<ul class="wp-block-list">
<li><strong>Reduces the risk of data breaches:</strong>&nbsp;By classifying and protecting your sensitive data, you can make it more difficult for unauthorized users to access it.</li>



<li><strong>Improves compliance:</strong>&nbsp;Sensitivity labels can help you meet compliance requirements for data privacy and security.</li>



<li><strong>Increases productivity:</strong>&nbsp;By making it easier for users to identify and protect sensitive data, you can help them be more productive.</li>
</ul>



<h2 class="wp-block-heading">Allow the creation of Sensitivity Labels</h2>



<p>The creation of Sensitivity Labels, may be disabled in your Office 365 tenant. To ensure you can create Sensitivity Labels, run the following script in a PowerShell window. Make sure to change the variables to your environment accordingly.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
$AdminCenterURL = &quot;https://dev-admin.sharepoint.com&quot;
Connect-SPOService -Url $AdminCenterURL
Set-SPOTenant -EnableAIPIntegration $true

Import-Module AzureAD
Connect-AzureAD
$Setting = Get-AzureADDirectorySetting -Id (Get-AzureADDirectorySetting | where -Property DisplayName -Value &quot;Group.Unified&quot; -EQ).id
$Setting&#x5B;&quot;EnableMIPLabels&quot;] = &quot;True&quot;
Set-AzureADDirectorySetting -Id $Setting.Id -DirectorySetting $Setting

</pre></div>


<p>If you don&#8217;t have the AzureAD PowerShell module installed, install it before executing the script by running:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
Install-Module AzureAD -AllowClobber
</pre></div>


<h2 class="wp-block-heading">Creating a Sensitivity Label</h2>



<p>To create a Sensitivity Label, follow the following steps:</p>



<ul class="wp-block-list">
<li>Access the Microsoft Purview compliance portal at <a href="https://compliance.microsoft.com/">https://compliance.microsoft.com/</a> with your Microsoft 365 credentiais.</li>



<li>Select Information protection &#8211;&gt; Labels</li>
</ul>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="329" height="717" src="https://blogit.create.pt/wp-content/uploads/2024/02/Purview_Labels.jpg" alt="" class="wp-image-12993" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Purview_Labels.jpg 329w, https://blogit.create.pt/wp-content/uploads/2024/02/Purview_Labels-138x300.jpg 138w, https://blogit.create.pt/wp-content/uploads/2024/02/Purview_Labels-193x420.jpg 193w" sizes="(max-width: 329px) 100vw, 329px" /></figure>



<ul class="wp-block-list">
<li>Select &#8220;Create a label&#8221;</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="521" height="308" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label.jpg" alt="" class="wp-image-12995" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label.jpg 521w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label-300x177.jpg 300w" sizes="(max-width: 521px) 100vw, 521px" /></figure>



<ul class="wp-block-list">
<li>Give the label a name. Example: Confidential. In the end, click Next.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="770" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-1024x770.jpg" alt="" class="wp-image-12999" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-1024x770.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-300x226.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-768x577.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-696x523.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-1068x803.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-559x420.jpg 559w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-80x60.jpg 80w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2-265x198.jpg 265w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_2.jpg 1100w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Define the scope of the label. Choose both &#8220;Items&#8221; and &#8220;Groups &amp; sites&#8221;. This will allow you to apply the label to both documents and SharePoint sites. In this post, I will focus on SharePoint sites.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="749" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3-1024x749.jpg" alt="" class="wp-image-13001" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3-1024x749.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3-300x219.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3-768x562.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3-696x509.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3-1068x781.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3-574x420.jpg 574w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3-80x60.jpg 80w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_3.jpg 1118w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Choose the protection settings for the labeled items. Select &#8220;Apply or remove encryption&#8221;. If you want to apply a content marking to the labeled items, select &#8220;Apply content marking&#8221;.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="761" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-1024x761.jpg" alt="" class="wp-image-13003" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-1024x761.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-300x223.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-768x571.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-696x517.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-1068x794.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-565x420.jpg 565w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-80x60.jpg 80w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4-265x198.jpg 265w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_4.jpg 1102w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Define the encryption settings. Select &#8220;Configure encryption settings&#8221; with the following parameters:
<ul class="wp-block-list">
<li>Assign permissions now or let users decide? : Assign permissions now. With this setting, when the label is applied, the permissions we will define below will be applied</li>



<li>User access to content expires: Never. With this setting, users will not loose access after a period of time.</li>



<li>Allow offline access: Always. With this setting, users may edit documents offline.</li>
</ul>
</li>
</ul>



<p>In the end, select &#8220;Add permissions&#8221;.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="761" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-1024x761.jpg" alt="" class="wp-image-13012" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-1024x761.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-300x223.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-768x570.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-696x517.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-1068x793.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-565x420.jpg 565w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-80x60.jpg 80w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5-265x198.jpg 265w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_5.jpg 1104w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>For this example, for simplicity, in the &#8220;Assign permissions&#8221; screen, select &#8220;Add any authenticated users&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="605" height="423" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_6.jpg" alt="" class="wp-image-13018" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_6.jpg 605w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_6-300x210.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_6-601x420.jpg 601w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_6-100x70.jpg 100w" sizes="(max-width: 605px) 100vw, 605px" /></figure>



<ul class="wp-block-list">
<li>Select &#8220;Choose permissions&#8221;</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="583" height="162" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_7.jpg" alt="" class="wp-image-13020" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_7.jpg 583w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_7-300x83.jpg 300w" sizes="(max-width: 583px) 100vw, 583px" /></figure>



<ul class="wp-block-list">
<li>Select &#8220;Viewer&#8221; permission and click &#8220;Save&#8221; twice to close the &#8220;Assign permission&#8221; window.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="594" height="809" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_8.jpg" alt="" class="wp-image-13021" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_8.jpg 594w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_8-220x300.jpg 220w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_8-308x420.jpg 308w" sizes="(max-width: 594px) 100vw, 594px" /></figure>



<p>With this permission, we are granting all authenticated users the Viewer permissions which will grant readonly permissions to the documents classified with this label.</p>



<ul class="wp-block-list">
<li>Next, we want to add edit permissions to a group of users. Select &#8220;Assign permission&#8221; again.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="246" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_9-1024x246.jpg" alt="" class="wp-image-13025" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_9-1024x246.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_9-300x72.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_9-768x185.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_9-696x167.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_9.jpg 1043w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Select &#8220;Add users or groups&#8221; and choose a group of users you want to assign edit permissions to.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="836" height="620" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_10.jpg" alt="" class="wp-image-13027" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_10.jpg 836w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_10-300x222.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_10-768x570.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_10-696x516.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_10-566x420.jpg 566w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_10-80x60.jpg 80w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_10-265x198.jpg 265w" sizes="(max-width: 836px) 100vw, 836px" /></figure>



<ul class="wp-block-list">
<li>Select the &#8220;Reviewer&#8221; permission</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="499" height="653" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_11.jpg" alt="" class="wp-image-13033" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_11.jpg 499w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_11-229x300.jpg 229w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_11-321x420.jpg 321w" sizes="(max-width: 499px) 100vw, 499px" /></figure>



<ul class="wp-block-list">
<li>Confirm all permissions and click Next.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="787" height="456" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_12.jpg" alt="" class="wp-image-13031" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_12.jpg 787w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_12-300x174.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_12-768x445.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_12-696x403.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_12-725x420.jpg 725w" sizes="(max-width: 787px) 100vw, 787px" /></figure>



<ul class="wp-block-list">
<li>Don&#8217;t select the option &#8220;Auto-labeling for files and emails&#8221;. Click Next. </li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="743" height="773" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_13.jpg" alt="" class="wp-image-13039" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_13.jpg 743w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_13-288x300.jpg 288w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_13-696x724.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_13-404x420.jpg 404w" sizes="(max-width: 743px) 100vw, 743px" /></figure>



<ul class="wp-block-list">
<li>Select &#8220;Privacy and external user access&#8221; and &#8220;External sharing and Conditional Access&#8221; options.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="761" height="238" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_14.jpg" alt="" class="wp-image-13042" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_14.jpg 761w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_14-300x94.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_14-696x218.jpg 696w" sizes="(max-width: 761px) 100vw, 761px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Privacy&#8221; section, select &#8220;Private&#8221;. This way, only team owners and members can acess the group or team. In the &#8220;External user access&#8221;, don&#8217;t select the option &#8220;Let Microsoft 365 Group owners add people outside your organization to the group as guests.&#8221;. This way, only users from within the organization can access the SharePoint site.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="747" height="514" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_15.jpg" alt="" class="wp-image-13043" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_15.jpg 747w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_15-300x206.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_15-218x150.jpg 218w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_15-696x479.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_15-610x420.jpg 610w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_15-100x70.jpg 100w" sizes="(max-width: 747px) 100vw, 747px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Define external sharing and conditional access settings&#8221;, select &#8220;Control external sharing from labeled SharePoint sites&#8221; and &#8220;Use Microsoft Entra Conditional Access to protect labeled SharePoint sites&#8221;. In the &#8220;Control external sharing from labeled SharePoint sites&#8221; section, select &#8220;Only people in your organization&#8221;. This way, SharePoint sites labeled with this label, will only be acessed by and shared with people in your organization. In the &#8220;Use Microsoft Entra Conditional Access to protect labeled SharePoint sites&#8221;, select &#8220;Allow limited, web-only access&#8221;. This will only allow users from unmanaged devices (devices not managed by your organization, typically personal devices) to access documents in the labeled SharePoint sites using the browser (not being to synchronize the document libraries for offline access, download documents or open documents in the Office desktop applications).</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="760" height="827" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_16.jpg" alt="" class="wp-image-13048" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_16.jpg 760w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_16-276x300.jpg 276w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_16-696x757.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_16-386x420.jpg 386w" sizes="(max-width: 760px) 100vw, 760px" /></figure>



<ul class="wp-block-list">
<li>In the &#8220;Auto-labeling for schematized data assets (preview)&#8221; section, leave the option unselected and click &#8220;Next&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="763" height="242" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_17.jpg" alt="" class="wp-image-13058" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_17.jpg 763w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_17-300x95.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_17-696x221.jpg 696w" sizes="(max-width: 763px) 100vw, 763px" /></figure>



<ul class="wp-block-list">
<li>Review the label settings and click &#8220;Create label&#8221; to finish the label creation process.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="321" height="810" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_18.jpg" alt="" class="wp-image-13062" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_18.jpg 321w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_18-119x300.jpg 119w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_18-166x420.jpg 166w" sizes="(max-width: 321px) 100vw, 321px" /></figure>



<h2 class="wp-block-heading">Publish a Sensitivity Label</h2>



<p>In order for a label to be made available, we need to publish it. To publish a label, follow the following steps:</p>



<ul class="wp-block-list">
<li>In the Labels page, select the label and the option &#8220;Publish label&#8221;.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="642" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_19-1024x642.jpg" alt="" class="wp-image-13067" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_19-1024x642.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_19-300x188.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_19-768x481.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_19-696x436.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_19-1068x669.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_19-670x420.jpg 670w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_19.jpg 1095w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Assign admin units&#8221; page, leave the default values and click &#8220;Next&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="738" height="725" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_21.jpg" alt="" class="wp-image-13069" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_21.jpg 738w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_21-300x295.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_21-696x684.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_21-428x420.jpg 428w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_21-70x70.jpg 70w" sizes="(max-width: 738px) 100vw, 738px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Publish to users and groups&#8221;, add all users and groups and then click &#8220;Next&#8221;. If you want to test the Label to a restricted group of users, select a group with the users that you want to include in test.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="739" height="718" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_22.jpg" alt="" class="wp-image-13071" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_22.jpg 739w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_22-300x291.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_22-696x676.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_22-432x420.jpg 432w" sizes="(max-width: 739px) 100vw, 739px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Policy settings&#8221;, leave all options unselected and click &#8220;Next&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="734" height="719" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_23.jpg" alt="" class="wp-image-13073" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_23.jpg 734w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_23-300x294.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_23-696x682.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_23-429x420.jpg 429w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_23-70x70.jpg 70w" sizes="(max-width: 734px) 100vw, 734px" /></figure>



<ul class="wp-block-list">
<li>In Default settings for documents, select &#8220;None&#8221; for &#8220;Default label&#8221;. With this selection, labels won&#8217;t be applied by default to Office documents. Click &#8220;Next&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="741" height="716" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_24.jpg" alt="" class="wp-image-13075" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_24.jpg 741w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_24-300x290.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_24-696x673.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_24-435x420.jpg 435w" sizes="(max-width: 741px) 100vw, 741px" /></figure>



<ul class="wp-block-list">
<li>In Default settings for emails, select &#8220;Same as document&#8221; in &#8220;Default Label&#8221; and leave the checkbox &#8220;Email inherits highest priority label from attachments&#8221; unchecked  and click &#8220;Next&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="731" height="748" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_25.jpg" alt="" class="wp-image-13091" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_25.jpg 731w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_25-293x300.jpg 293w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_25-696x712.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_25-410x420.jpg 410w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_25-356x364.jpg 356w" sizes="(max-width: 731px) 100vw, 731px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Default settings for meetings and calendar events&#8221;, select &#8220;None&#8221; for &#8220;Default label&#8221; and click &#8220;Next&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="738" height="756" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_26.jpg" alt="" class="wp-image-13093" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_26.jpg 738w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_26-293x300.jpg 293w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_26-696x713.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_26-410x420.jpg 410w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_26-356x364.jpg 356w" sizes="(max-width: 738px) 100vw, 738px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Default settings for sites and groups&#8221;, select &#8220;None&#8221; for &#8220;Default label&#8221; and click &#8220;Next&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="743" height="761" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_27.jpg" alt="" class="wp-image-13106" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_27.jpg 743w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_27-293x300.jpg 293w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_27-696x713.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_27-410x420.jpg 410w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_27-356x364.jpg 356w" sizes="(max-width: 743px) 100vw, 743px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Default settings for Fabric and Power BI content&#8221;, select &#8220;None&#8221; for &#8220;Default label&#8221; and click &#8220;Next&#8221;.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="736" height="758" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_28.jpg" alt="" class="wp-image-13110" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_28.jpg 736w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_28-291x300.jpg 291w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_28-696x717.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_28-408x420.jpg 408w" sizes="(max-width: 736px) 100vw, 736px" /></figure>



<ul class="wp-block-list">
<li>In &#8220;Name your policy&#8221;, name your policy and give it a description.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="752" height="757" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_29.jpg" alt="" class="wp-image-13112" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_29.jpg 752w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_29-298x300.jpg 298w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_29-150x150.jpg 150w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_29-696x701.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_29-417x420.jpg 417w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_29-70x70.jpg 70w" sizes="(max-width: 752px) 100vw, 752px" /></figure>



<ul class="wp-block-list">
<li>Review and submit the Label policy to finish the policy creation process.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="730" height="758" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_30.jpg" alt="" class="wp-image-13114" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_30.jpg 730w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_30-289x300.jpg 289w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_30-696x723.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Label_30-404x420.jpg 404w" sizes="(max-width: 730px) 100vw, 730px" /></figure>



<p><strong>NOTE: </strong>New labels may take up to 1h to be available. Updates to existing labels may take up to 24h to take effect.</p>



<h2 class="wp-block-heading">Testing Access to SharePoint</h2>



<p>To test if the label is successfully applied, we are going to create a SharePoint Team site and apply the label to the site. Follow the following steps:</p>



<ul class="wp-block-list">
<li>Click SharePoint in the left top corner to go to the SharePoint homepage</li>



<li>In the SharePoint homepage, create a new site.</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="813" height="105" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_01.jpg" alt="" class="wp-image-13123" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_01.jpg 813w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_01-300x39.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_01-768x99.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_01-696x90.jpg 696w" sizes="(max-width: 813px) 100vw, 813px" /></figure>



<ul class="wp-block-list">
<li>Choose a Team Site</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="710" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-1024x710.jpg" alt="" class="wp-image-13125" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-1024x710.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-300x208.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-768x533.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-218x150.jpg 218w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-696x483.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-1068x741.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-605x420.jpg 605w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02-100x70.jpg 100w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_02.jpg 1123w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Choose any template. For simplicity, I selected &#8220;Standard team&#8221;.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="724" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03-1024x724.jpg" alt="" class="wp-image-13127" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03-1024x724.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03-300x212.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03-768x543.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03-696x492.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03-1068x755.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03-594x420.jpg 594w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03-100x70.jpg 100w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_03.jpg 1139w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Click on &#8220;Use Template&#8221;</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="723" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04-1024x723.jpg" alt="" class="wp-image-13131" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04-1024x723.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04-300x212.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04-768x542.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04-696x491.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04-1068x754.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04-595x420.jpg 595w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04-100x70.jpg 100w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_04.jpg 1155w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Set the site name, group email address and site address.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_05.jpg" alt="" /></figure>



<ul class="wp-block-list">
<li>Set the sentitivity label for the new site by choosing the label we created earlier. The privacy will automatically be set to Private as we defined in the label settings.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="726" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06-1024x726.jpg" alt="" class="wp-image-13143" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06-1024x726.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06-300x213.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06-768x545.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06-696x494.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06-1068x758.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06-592x420.jpg 592w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06-100x70.jpg 100w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_06.jpg 1142w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Add site owners and members to the site.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="705" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-1024x705.jpg" alt="" class="wp-image-13147" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-1024x705.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-300x207.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-768x529.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-218x150.jpg 218w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-696x479.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-1068x736.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-610x420.jpg 610w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07-100x70.jpg 100w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_07.jpg 1089w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Access the site with an unmanaged device. In this example, the site was created as a “Private” group and with the label “Confidential”. As the site was configured to only allow access from the browser and not allow the use of Office desktop applications by devices not managed by the organization, a message appears at the top of the site indicating that it is not possible to download the documents or sync the documents for offline access.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="527" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_08-1024x527.jpg" alt="" class="wp-image-13150" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_08-1024x527.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_08-300x155.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_08-768x396.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_08-696x359.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_08-1068x550.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_08-815x420.jpg 815w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_08.jpg 1124w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>In the &#8220;Documents&#8221; document library, verify that it is not possible to sync documents for offline access (&#8220;Sync&#8221; command should not be available in the command bar).</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="428" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_09-1024x428.jpg" alt="" class="wp-image-13153" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_09-1024x428.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_09-300x126.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_09-768x321.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_09-696x291.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_09-1068x447.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_09-1004x420.jpg 1004w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_09.jpg 1133w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>In the &#8220;Documents&#8221; document library, verify that it is not possible to download documents (&#8220;Download&#8221; option should not be available in the document context menu).</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="804" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_10-1024x804.jpg" alt="" class="wp-image-13164" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_10-1024x804.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_10-300x236.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_10-768x603.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_10-696x546.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_10-1068x838.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_10-535x420.jpg 535w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_10.jpg 1126w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>In the &#8220;Documents&#8221; document library, verify that it is not possible to open a document using the desktop application and that documents can only be opened using the browser.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="541" src="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_11-1024x541.jpg" alt="" class="wp-image-13167" srcset="https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_11-1024x541.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_11-300x159.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_11-768x406.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_11-696x368.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_11-1068x564.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_11-795x420.jpg 795w, https://blogit.create.pt/wp-content/uploads/2024/02/Create_Site_11.jpg 1126w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



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



<p>To learn why your business should migrate to SharePoint Online and Office 365, click&nbsp;<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>&nbsp;and&nbsp;<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 learn how to develop SPFx solutions, click <a href="https://blogit.create.pt/miguelisidoro/2022/05/09/sharepoint-framework-spfx-learning-guide/" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p>If you want to learn how you can rename a modern SharePoint site, click&nbsp;<a href="https://blogit.create.pt////miguelisidoro/2019/09/23/how-to-rename-a-modern-sharepoint-site-url-in-office-365/" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p>If you want to learn how to save time time scheduling your meetings, click&nbsp;<a href="https://blogit.create.pt////miguelisidoro/2020/04/12/save-time-scheduling-microsoft-teams-meetings-using-findtime/" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p>If you want to learn how to enable Microsoft Teams Attendance List Download, click&nbsp;<a href="https://blogit.create.pt////miguelisidoro/2020/09/20/how-to-enable-teams-meeting-attendance-list-download-in-microsoft-365/" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p>If you want to learn how to create a dynamic org-wide team in Microsoft Teams with all active employees, click&nbsp;<a href="https://blogit.create.pt/miguelisidoro/2020/09/21/how-to-create-a-dynamic-team-in-microsoft-teams-with-all-active-employees-in-microsoft-365/" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p>If you want to modernize your SharePoint classic root site to a modern SharePoint site, click&nbsp;<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&nbsp;<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>&nbsp;and&nbsp;<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-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&nbsp;<a rel="noreferrer noopener" 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&nbsp;<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&nbsp;</a>and&nbsp;<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-2/" target="_blank">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&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-1/" target="_blank">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&nbsp;<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&nbsp;</a>and&nbsp;<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&nbsp;<a 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 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&nbsp;<a 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 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&nbsp;<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&nbsp;<a href="https://blogit.create.pt////miguelisidoro/2018/11/01/meet-the-new-modern-sharepoint-server-sharepoint-2019-rtm-is-here/" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p>Happy SharePointing!</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2024/02/06/how-to-protect-sensitive-information-in-sharepoint-online-using-purview-sensitivity-labels/">How to protect sensitive information in SharePoint Online using Purview Sensitivity Labels</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2024/02/06/how-to-protect-sensitive-information-in-sharepoint-online-using-purview-sensitivity-labels/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
