<?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>Miguel Isidoro, Author at Blog IT</title>
	<atom:link href="https://blogit.create.pt/author/miguelisidoro/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/author/miguelisidoro/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Wed, 18 Feb 2026 10:35:14 +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>
		<item>
		<title>Set Default Sharing to &#8220;People with Existing Access&#8221; in SharePoint Online</title>
		<link>https://blogit.create.pt/miguelisidoro/2024/01/31/set-default-sharing-to-people-with-existing-access-in-sharepoint-online/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2024/01/31/set-default-sharing-to-people-with-existing-access-in-sharepoint-online/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Wed, 31 Jan 2024 12:01:11 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12941</guid>

					<description><![CDATA[<p>This post will explain how to set default sharing of all SharePoint sites in the tenant to &#8220;Poeple with Existing Access&#8221;. Introduction From a security standpoint, it is important to protect access to information to ensure that only the right people in an organization has access to it. Users can share files and folders in [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2024/01/31/set-default-sharing-to-people-with-existing-access-in-sharepoint-online/">Set Default Sharing to &#8220;People with Existing Access&#8221; in SharePoint Online</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post will explain how to set default sharing of all SharePoint sites in the tenant to &#8220;Poeple with Existing Access&#8221;.</p>



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



<p>From a security standpoint, it is important to protect access to information to ensure that only the right people in an organization has access to it.</p>



<p>Users can share files and folders in Microsoft SharePoint by sending a link. They should select a link type based on the people to whom they want to give permission. The following link types are available:</p>



<ul class="wp-block-list">
<li>Anyone with the link (previously called &#8220;anonymous access&#8221; or &#8220;shareable&#8221;)</li>



<li>People in your organization with the link</li>



<li>People with existing access</li>



<li>Specific people</li>
</ul>



<p>By default, default sharing is configured to &#8220;People in [Organization&#8221;], meaning that when sharing or making use of the &#8220;Copy link&#8221; option to share a document with someone, the link you provide may be accessed by the whole organization. To prevent this, we can change the default sharing to &#8220;Poeple with Existing Access&#8221;, meaning that when sharing or making use of the &#8220;Copy link&#8221; option to share a document with someone, the link you provide may be accessed by people that already have access to the document, making it a more secure way to share a document with someone.</p>



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



<p>The PowerShell script below allows you to change the default sharing to &#8220;People with Existing Access&#8221; for all sites in your tenant. </p>



<p>NOTE: For now, </p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
Import-Module Microsoft.Online.SharePoint.PowerShell -DisableNameChecking
 
$AdminSiteUrl = &quot;https://dev-admin.sharepoint.com&quot;
 
#Connect to SharePoint Online
Connect-SPOService -Url $AdminSiteUrl
 
#Get All SharePoint Sites
$Sites = Get-SPOSite -Limit All

#Iterate each site and change the default sharing
ForEach ($Site in $Sites)
{
    $SiteUrl = $Site.URL
    Write-Host &quot;Setting Sharing to DefaultLinkToExistingAccessin $SiteUrl&quot; -ForegroundColor &quot;Green&quot;
    Set-SPOSite -identity $SiteUrl -DefaultLinkToExistingAccess 1
}

</pre></div>


<p>Sharing experience before running the script:</p>



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



<p>Sharing experience after running the script:</p>



<figure class="wp-block-image size-full"><img decoding="async" width="523" height="323" src="https://blogit.create.pt/wp-content/uploads/2024/01/Share_Existing_Access.jpg" alt="" class="wp-image-12964" srcset="https://blogit.create.pt/wp-content/uploads/2024/01/Share_Existing_Access.jpg 523w, https://blogit.create.pt/wp-content/uploads/2024/01/Share_Existing_Access-300x185.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/01/Share_Existing_Access-356x220.jpg 356w" sizes="(max-width: 523px) 100vw, 523px" /></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/01/31/set-default-sharing-to-people-with-existing-access-in-sharepoint-online/">Set Default Sharing to &#8220;People with Existing Access&#8221; in SharePoint Online</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2024/01/31/set-default-sharing-to-people-with-existing-access-in-sharepoint-online/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Disable Social Bar (Like, Comment, Views, Save for later) in SharePoint Online Modern Pages</title>
		<link>https://blogit.create.pt/miguelisidoro/2024/01/30/how-to-disable-social-bar-like-comment-views-save-for-later-in-in-sharepoint-online-modern-pages/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2024/01/30/how-to-disable-social-bar-like-comment-views-save-for-later-in-in-sharepoint-online-modern-pages/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Tue, 30 Jan 2024 13:00:23 +0000</pubDate>
				<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12917</guid>

					<description><![CDATA[<p>This post will explain how to disable the Social Bar in SharePoint Online Modern Pages. Introduction The Social Bar is a feature in SharePoint Online that allows users like, comment, and see the number of views in SharePoint modern pages. Disable Social Bar in a SharePoint Site To disable the social bar in a single [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2024/01/30/how-to-disable-social-bar-like-comment-views-save-for-later-in-in-sharepoint-online-modern-pages/">How to Disable Social Bar (Like, Comment, Views, Save for later) in SharePoint Online Modern Pages</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post will explain how to disable the Social Bar in SharePoint Online Modern Pages.</p>



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



<p>The Social Bar is a feature in SharePoint Online that allows users like, comment, and see the number of views in SharePoint modern pages. </p>



<h2 class="wp-block-heading">Disable Social Bar in a SharePoint Site</h2>



<p>To disable the social bar in a single SharePoint site, run the PowerShell script below in PowerShell window using <a href="https://pnp.github.io/powershell/articles/installation.html" target="_blank" rel="noreferrer noopener">PnP PowerShell</a>. Make sure you set the parameters accordingly.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
$AdminCenterURL=&quot;https://dev-admin.sharepoint.com&quot;
$SiteURL = &quot;https://dev.sharepoint.com/sites/DevSite&quot;
 
#Connect to SharePoint Online
Connect-PnPOnline -Url $AdminCenterURL -UseWebLogin
 
#Disable Social Bar on Site Pages
Set-PnPSite -Identity $SiteURL -SocialBarOnSitePagesDisabled $true
</pre></div>


<h2 class="wp-block-heading">Disable Social Bar in all SharePoint Sites</h2>



<p>To disable the social bar in all SharePoint sites in the tenant, run the PowerShell script below in PowerShell window using <a href="https://pnp.github.io/powershell/articles/installation.html" target="_blank" rel="noreferrer noopener">PnP PowerShell</a>. Make sure you set the parameters accordingly.</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
$AdminCenterURL=&quot;https://dev-admin.sharepoint.com&quot;
 
#Connect to SharePoint Online
Connect-PnPOnline -Url $AdminCenterURL -UseWebLogin
 
#Disable Social Bar on Site Pages
Set-PnPTenant -SocialBarOnSitePagesDisabled $True

</pre></div>


<p>SharePoint site before disabling Social Bar:</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="413" src="https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled-1024x413.jpg" alt="" class="wp-image-12929" srcset="https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled-1024x413.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled-300x121.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled-768x310.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled-1536x619.jpg 1536w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled-696x281.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled-1068x431.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled-1042x420.jpg 1042w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Enabled.jpg 1548w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>SharePoint site after disabling Social Bar:</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="386" src="https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled-1024x386.jpg" alt="" class="wp-image-12930" srcset="https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled-1024x386.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled-300x113.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled-768x289.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled-1536x579.jpg 1536w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled-696x262.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled-1068x402.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled-1115x420.jpg 1115w, https://blogit.create.pt/wp-content/uploads/2024/01/SocialBar_Disabled.jpg 1550w" 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/01/30/how-to-disable-social-bar-like-comment-views-save-for-later-in-in-sharepoint-online-modern-pages/">How to Disable Social Bar (Like, Comment, Views, Save for later) in SharePoint Online Modern Pages</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2024/01/30/how-to-disable-social-bar-like-comment-views-save-for-later-in-in-sharepoint-online-modern-pages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Set a SharePoint Site as Home Site using PowerShell</title>
		<link>https://blogit.create.pt/miguelisidoro/2024/01/24/set-a-sharepoint-site-as-homesite-using-powershell/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2024/01/24/set-a-sharepoint-site-as-homesite-using-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Wed, 24 Jan 2024 17:53:16 +0000</pubDate>
				<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[microsoft365]]></category>
		<category><![CDATA[office365]]></category>
		<category><![CDATA[sharepoint]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12902</guid>

					<description><![CDATA[<p>This post explains how to set a SharePoint to be your home site in a Microsoft 365 tenant using PowerShell. Introduction SharePoint Home Site&#160;is a feature available in SharePoint that allows you to designate a given site as a Home Site for the whole SharePoint Intranet. By doing so, the site is designated to be&#160;the [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2024/01/24/set-a-sharepoint-site-as-homesite-using-powershell/">Set a SharePoint Site as Home Site using PowerShell</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post explains how to set a SharePoint to be your home site in a Microsoft 365 tenant using PowerShell.</p>



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



<p><strong>SharePoint Home Site</strong>&nbsp;is a feature available in SharePoint that allows you to designate a given site as a Home Site for the whole SharePoint Intranet. By doing so, the site is designated to be&nbsp;<strong>the main site</strong>&nbsp;of the Microsoft 365 tenant.</p>



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



<p>To transform an existing SharePoint site into a SharePoint home site, run the following PowerShell script:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
Connect-SPOService -Url https://demo-admin.sharepoint.com
Set-SPOHomeSite -HomeSiteUrl https://demo.sharepoint.com/sites/home
</pre></div>


<p>NOTE: You can only have one SharePoint Home 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&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/01/24/set-a-sharepoint-site-as-homesite-using-powershell/">Set a SharePoint Site as Home Site using PowerShell</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2024/01/24/set-a-sharepoint-site-as-homesite-using-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Extending ClientID/Secret Expiration Date using PowerShell</title>
		<link>https://blogit.create.pt/miguelisidoro/2024/01/24/extending-clientid-secret-expiration-date-using-powershell/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2024/01/24/extending-clientid-secret-expiration-date-using-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Wed, 24 Jan 2024 16:55:55 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12889</guid>

					<description><![CDATA[<p>This post explains how to extend a Client ID / Client Secret pair using PowerShell. Examples of protected resources are SharePoint and Microsoft Graph. Introduction By default, a Client ID / Client Secret pair is only valid for 1 year. This post explains how to extend a client/secret using PowerShell, without the need for you [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2024/01/24/extending-clientid-secret-expiration-date-using-powershell/">Extending ClientID/Secret Expiration Date using PowerShell</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p></p>



<p>This post explains how to extend a Client ID / Client Secret pair using PowerShell. Examples of protected resources are SharePoint and Microsoft Graph.</p>



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



<p>By default, a Client ID / Client Secret pair is only valid for 1 year. This post explains how to extend a client/secret using PowerShell, without the need for you to create a new Client ID / Client Secret pair.</p>



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


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
#Application ID
$ClientID =  &quot;&quot; #Place your Client Id Here
$ClientSecret = &quot;&quot; #Place your Client Secret Here

#Connect to AzureAD
Connect-AzureAD

#Get the Client ID
$App = Get-AzureADServicePrincipal -All $true | Where-Object { $_.AppID -eq $ClientID }

#Get the Current Expiry Date
$CurrentExpiryDate = (Get-AzureADServicePrincipalPasswordCredential -ObjectId $App.ObjectId).EndDate
Write-Host &quot;Current Expiry Date: &quot;$CurrentExpiryDate -BackgroundColor Green

#Extend the validity of the App by 1 year
$StartDate = Get-Date
$EndDate = $StartDate.AddYears(1)
New-AzureADServicePrincipalPasswordCredential -ObjectId $App.ObjectId -StartDate $StartDate -EndDate $EndDate -Value $ClientSecret
New-AzureADServicePrincipalKeyCredential -ObjectId $App.ObjectId -StartDate $StartDate -EndDate $EndDate -Value $ClientSecret
$NewExpiryDate = (Get-AzureADServicePrincipalPasswordCredential -ObjectId $App.ObjectId).EndDate
Write-Host &quot;New Expiry Date: &quot;$NewExpiryDate -BackgroundColor Green
</pre></div>


<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/01/24/extending-clientid-secret-expiration-date-using-powershell/">Extending ClientID/Secret Expiration Date using PowerShell</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2024/01/24/extending-clientid-secret-expiration-date-using-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Provision a database programmatically in Azure SQL database with a failover group</title>
		<link>https://blogit.create.pt/miguelisidoro/2024/01/24/provision-a-database-programmatically-in-azure-sql-database-with-a-failover-group/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2024/01/24/provision-a-database-programmatically-in-azure-sql-database-with-a-failover-group/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Wed, 24 Jan 2024 14:32:24 +0000</pubDate>
				<category><![CDATA[Sql Server]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft Azure]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12852</guid>

					<description><![CDATA[<p>This post will explain how to provision a database programmatically in a Azure SQL database and add it to an Azure SQL failover group. Introduction An Azure SQL Server failover group is a group of databases that can be automatically or manually failed over from a primary server to a secondary server in a different [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2024/01/24/provision-a-database-programmatically-in-azure-sql-database-with-a-failover-group/">Provision a database programmatically in Azure SQL database with a failover group</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post will explain how to provision a database programmatically in a Azure SQL database and add it to an Azure SQL failover group.</p>



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



<p>An Azure SQL Server failover group is a group of databases that can be automatically or manually failed over from a primary server to a secondary server in a different Azure region in case of a disaster in the primary server. Failover groups provide high availability and disaster recovery for Azure SQL Server databases.</p>



<p>The process described in this post is composed by two main steps:</p>



<ul class="wp-block-list">
<li>Provisioning the database</li>



<li>Adding the database to the failover group </li>
</ul>



<h2 class="wp-block-heading">Provisioning the database</h2>



<p>The first step is to create the database. This step is composed by the following actions:</p>



<ul class="wp-block-list">
<li>Get the tenant information</li>



<li>Create the database</li>
</ul>



<p>Tenant information class:</p>



<figure class="wp-block-image size-full"><img decoding="async" width="791" height="381" src="https://blogit.create.pt/wp-content/uploads/2024/01/Regions.jpg" alt="" class="wp-image-12869" srcset="https://blogit.create.pt/wp-content/uploads/2024/01/Regions.jpg 791w, https://blogit.create.pt/wp-content/uploads/2024/01/Regions-300x145.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/01/Regions-768x370.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/01/Regions-696x335.jpg 696w" sizes="(max-width: 791px) 100vw, 791px" /></figure>



<p>Code to create database programatically:</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="722" src="https://blogit.create.pt/wp-content/uploads/2024/01/CreateDatabase-1024x722.jpg" alt="" class="wp-image-12866" srcset="https://blogit.create.pt/wp-content/uploads/2024/01/CreateDatabase-1024x722.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2024/01/CreateDatabase-300x212.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/01/CreateDatabase-768x542.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/01/CreateDatabase-696x491.jpg 696w, https://blogit.create.pt/wp-content/uploads/2024/01/CreateDatabase-596x420.jpg 596w, https://blogit.create.pt/wp-content/uploads/2024/01/CreateDatabase-100x70.jpg 100w, https://blogit.create.pt/wp-content/uploads/2024/01/CreateDatabase.jpg 1065w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Adding the database to the failover group</h2>



<p>The second step adds the newly created database to the failover group. This step is composed by the following actions:</p>



<ul class="wp-block-list">
<li>Get the failover group where we want to add the database</li>



<li>Re-add the existing databases to the failover group &#8211; necessary since when we get the failover group the list of databases of the group is empty and, without this step, the failover group would only have the new database</li>



<li>Add the new database to the failover group</li>
</ul>



<figure class="wp-block-image size-full"><img decoding="async" width="790" height="344" src="https://blogit.create.pt/wp-content/uploads/2024/01/Failovergroup.jpg" alt="" class="wp-image-12876" srcset="https://blogit.create.pt/wp-content/uploads/2024/01/Failovergroup.jpg 790w, https://blogit.create.pt/wp-content/uploads/2024/01/Failovergroup-300x131.jpg 300w, https://blogit.create.pt/wp-content/uploads/2024/01/Failovergroup-768x334.jpg 768w, https://blogit.create.pt/wp-content/uploads/2024/01/Failovergroup-696x303.jpg 696w" sizes="(max-width: 790px) 100vw, 790px" /></figure>



<h2 class="wp-block-heading">Other 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">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 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 <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 <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 Coding!</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2024/01/24/provision-a-database-programmatically-in-azure-sql-database-with-a-failover-group/">Provision a database programmatically in Azure SQL database with a failover group</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2024/01/24/provision-a-database-programmatically-in-azure-sql-database-with-a-failover-group/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SharePoint Framework (SPFx) Learning Guide</title>
		<link>https://blogit.create.pt/miguelisidoro/2022/05/09/sharepoint-framework-spfx-learning-guide/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2022/05/09/sharepoint-framework-spfx-learning-guide/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Mon, 09 May 2022 16:50:20 +0000</pubDate>
				<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[Microsoft Teams]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[React]]></category>
		<category><![CDATA[SharePoint Framework]]></category>
		<category><![CDATA[SPFx]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[TypeScript]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12678</guid>

					<description><![CDATA[<p>Hello, Are you new to SharePoint or do you just want to learn how to develop SharePoint modern solutions? Then, you came to the right place! This is a guide to help you learn SharePoint Framework (SPFx), a framework to develop SharePoint (and Teams) client-side solutions. SPFx leverages the following technologies: The Basics SharePoint Framework&#160;is&#160;a&#160;page [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2022/05/09/sharepoint-framework-spfx-learning-guide/">SharePoint Framework (SPFx) Learning Guide</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello,</p>



<p>Are you new to SharePoint or do you just want to learn how to develop SharePoint modern solutions? Then, you came to the right place!</p>



<p>This is a guide to help you learn SharePoint Framework (SPFx), a framework to develop SharePoint (and Teams) client-side solutions. SPFx leverages the following technologies:</p>



<ul class="wp-block-list">
<li><a href="https://reactjs.org/" target="_blank" rel="noreferrer noopener">React&nbsp;</a>/&nbsp;<a href="https://angular.io/" target="_blank" rel="noreferrer noopener">Angular</a></li>



<li><a href="https://www.typescriptlang.org/" target="_blank" rel="noreferrer noopener">TypeScript</a></li>



<li><a href="https://www.microsoft.com/pt-pt/microsoft-365/sharepoint/collaboration" target="_blank" rel="noreferrer noopener">SharePoint Online</a></li>



<li><a href="https://www.microsoft.com/en-us/microsoft-teams/group-chat-software/" target="_blank" rel="noreferrer noopener">Microsoft Teams</a></li>
</ul>



<p></p>



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



<p><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview" target="_blank" rel="noreferrer noopener">SharePoint Framework</a>&nbsp;is&nbsp;a&nbsp;<strong>page and web part model&nbsp;</strong>that provides full support for<strong>&nbsp;client-side SharePoint development</strong>,&nbsp;<strong>easy integration with SharePoint data</strong>, and&nbsp;<strong>extending</strong>&nbsp;<strong>Microsoft Teams.</strong>&nbsp;With the SharePoint Framework, you can use modern web technologies and tools in your preferred development environment to build productive experiences and apps that are responsive and mobile-ready.</p>



<p>The SPFx is the recommended SharePoint customization and extensibility model for developers. Due to tight integration between SharePoint Online, Microsoft Teams, and Microsoft Viva Connections, developers can also use SPFx to customize and extend all these products. In fact, SPFx is the only extensibility and customization option for Viva Connections.</p>



<p>In addition to SharePoint Online, SPFx is supported and can be used to customize SharePoint on-premises deployments going back to SharePoint Server 2016.</p>



<p>With the SharePoint Framework, we can develop:</p>



<ul class="wp-block-list">
<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/overview-client-side-web-parts" target="_blank" rel="noreferrer noopener">Web Parts</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions" target="_blank" rel="noreferrer noopener">Extensions</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/library-component-overview" target="_blank" rel="noreferrer noopener">Library components</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/get-started/build-first-sharepoint-adaptive-card-extension" target="_blank" rel="noreferrer noopener">Adaptive Card Extensions</a></li>
</ul>



<p><br>Other useful links:</p>



<ul class="wp-block-list">
<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview" target="_blank" rel="noreferrer noopener">Overview of the SharePoint Framework (SPFx)</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/toolchain/scaffolding-projects-using-yeoman-sharepoint-generator" target="_blank" rel="noreferrer noopener">Scaffold projects by using Yeoman SharePoint generator</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tools-and-libraries" target="_blank" rel="noreferrer noopener">SharePoint Framework development tools and libraries</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/toolchain/sharepoint-framework-toolchain" target="_blank" rel="noreferrer noopener">SharePoint Framework toolchain</a></li>



<li><a href="https://pnp.github.io/blog/post/patterns-and-practices-for-spfx-development/" id="https://pnp.github.io/blog/post/patterns-and-practices-for-spfx-development/" target="_blank" rel="noreferrer noopener">Patterns and Practices for SPFx Development</a></li>
</ul>



<h3 class="wp-block-heading">Technology stack</h3>



<figure class="wp-block-image size-full"><img decoding="async" width="650" height="578" src="https://blogit.create.pt/wp-content/uploads/2022/05/sharepoint_framework_logo-1.jpg" alt="" class="wp-image-13616" srcset="https://blogit.create.pt/wp-content/uploads/2022/05/sharepoint_framework_logo-1.jpg 650w, https://blogit.create.pt/wp-content/uploads/2022/05/sharepoint_framework_logo-1-300x267.jpg 300w, https://blogit.create.pt/wp-content/uploads/2022/05/sharepoint_framework_logo-1-472x420.jpg 472w" sizes="(max-width: 650px) 100vw, 650px" /><figcaption class="wp-element-caption">SPFx Technology stack</figcaption></figure>



<h3 class="wp-block-heading">SPFx Development Toolchain</h3>



<figure class="wp-block-image size-full"><img decoding="async" width="815" height="410" src="https://blogit.create.pt/wp-content/uploads/2022/05/spfx-development-toolchain-1-2.png" alt="" class="wp-image-13617" srcset="https://blogit.create.pt/wp-content/uploads/2022/05/spfx-development-toolchain-1-2.png 815w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx-development-toolchain-1-2-300x151.png 300w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx-development-toolchain-1-2-768x386.png 768w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx-development-toolchain-1-2-696x350.png 696w" sizes="(max-width: 815px) 100vw, 815px" /><figcaption class="wp-element-caption">SPFx Development Toolchain</figcaption></figure>



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



<p><a href="https://www.typescriptlang.org/" target="_blank" rel="noreferrer noopener">TypeScript&nbsp;</a>is the preferred programming language to develop in SPFx. TypeScript is a programming language and maintained by Microsoft and is a superset of JavaScript and adds optional static typing to the language to develop client-side solutions. It is designed for the development of large applications and transpiles to JavaScript to be executed in the browser.</p>



<p>Useful TypeScript concepts:</p>



<ul class="wp-block-list">
<li><a href="https://www.typescriptlang.org/docs/handbook/variable-declarations.html" target="_blank" rel="noreferrer noopener">const</a>&nbsp;&#8211; allows the definition of a variable whose value is not going to be changed. Use this instead of let if the variable value is not going to be changed after its declaration.</li>



<li><a href="https://www.typescriptlang.org/docs/handbook/variable-declarations.html" target="_blank" rel="noreferrer noopener">let</a>&nbsp;&#8211; allows the definition of a variable whose value is going to be changed. Use this instead of const if the variable value is going to be changed after its declaration.</li>



<li><a href="https://www.typescriptlang.org/docs/handbook/variable-declarations.html" target="_blank" rel="noreferrer noopener">var&nbsp;</a>&#8211; allows the definition of a variable whose value is going to be changed. To be&nbsp;<strong>avoided&nbsp;</strong>since variables declared with var are acessible from any scope (scope (function, module, namespace, global)</li>



<li><a href="https://javascript.plainenglish.io/when-to-best-use-type-class-or-interface-in-typescript-73bf66de19e9" target="_blank" rel="noreferrer noopener">type</a>&nbsp;&#8211; allows the definition of a data class without any business logic or methods, just data. It can be also useful to avoid the usage of magic strings in the code.</li>



<li><a href="https://javascript.plainenglish.io/when-to-best-use-type-class-or-interface-in-typescript-73bf66de19e9" target="_blank" rel="noreferrer noopener">enum</a>&nbsp;&#8211; allows the definition of a enumeration</li>



<li><a href="https://javascript.plainenglish.io/when-to-best-use-type-class-or-interface-in-typescript-73bf66de19e9" target="_blank" rel="noreferrer noopener">interface&nbsp;</a>&#8211; allows the definition of a interface that can then be implemented by a concret class.</li>



<li><a href="https://javascript.plainenglish.io/when-to-best-use-type-class-or-interface-in-typescript-73bf66de19e9" target="_blank" rel="noreferrer noopener">class</a>&nbsp;&#8211; allows the definition of a class that optionally implements an interface</li>



<li><a href="https://www.typescriptlang.org/docs/handbook/2/classes.html" target="_blank" rel="noreferrer noopener">extends&nbsp;</a>&#8211; when used, it allows a class to inherit from another class</li>



<li><a href="https://www.typescriptlang.org/docs/handbook/modules.html#export" target="_blank" rel="noreferrer noopener">export&nbsp;</a>&#8211;&nbsp;allows the export<strong>&nbsp;</strong>of functions, variables, interfaces and classes that can be imported with the import statement</li>



<li><a href="https://www.typescriptlang.org/docs/handbook/modules.html#import" target="_blank" rel="noreferrer noopener">import</a>&nbsp;&#8211; allows the import of functions, variables, interfaces and classes exported with the export statement</li>
</ul>



<p>Useful links:</p>



<ul class="wp-block-list">
<li><a href="https://www.youtube.com/watch?v=ahCwqrYpIuM" target="_blank" rel="noreferrer noopener">TypeScript &#8211; The Basics (video)</a></li>



<li><a href="https://www.typescriptlang.org/docs/" target="_blank" rel="noreferrer noopener">The starting point for learning TypeScript</a></li>



<li><a href="https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html" target="_blank" rel="noreferrer noopener">TypeScript for the New Programmer</a></li>



<li><a href="https://www.tutorialsteacher.com/typescript" target="_blank" rel="noreferrer noopener">TypeScript Tutorials</a></li>



<li><a href="https://github.com/labs42io/clean-code-typescript" target="_blank" rel="noreferrer noopener">Clean Code concepts adapted for TypeScript</a></li>
</ul>



<p></p>



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



<p><a href="https://reactjs.org/" target="_blank" rel="noreferrer noopener">React </a>is a JavaScript library for building user interfaces and is at the core of SPFx to build advanced applications. </p>



<ul class="wp-block-list">
<li><strong>Declarative:</strong>&nbsp;React makes it painless to create interactive UIs. Design simple views for each state in your application and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable, simpler to understand, and easier to debug.</li>



<li><strong>Component-Based:</strong>&nbsp;Build encapsulated components that manage their state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM.</li>



<li><strong>Learn Once, Write Anywhere:</strong>&nbsp;We don&#8217;t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using Node and power mobile apps using&nbsp;<a href="https://reactnative.dev/" target="_blank" rel="noreferrer noopener">React Native</a>.</li>
</ul>



<p>Useful links:</p>



<ul class="wp-block-list">
<li><a href="https://reactjs.org" target="_blank" rel="noreferrer noopener">React Official Web Site</a></li>



<li><a href="https://reactjs.org/tutorial/tutorial.html">Tutorial: Intro to React</a></li>



<li><a href="https://reactjs.org/docs/react-component.html#the-component-lifecycle" target="_blank" rel="noreferrer noopener">React Component LifeCycle</a></li>



<li><a href="https://laurakokkarinen.com/how-to-get-started-with-react-for-building-advanced-spfx-solutions/" target="_blank" rel="noreferrer noopener">How to get started with React for building advanced SPFx solutions</a></li>



<li><a href="https://global-sharepoint.com/sharepoint-online/sharepoint-online-crud-operations-using-spfx-reactjs-framework/" target="_blank" rel="noreferrer noopener">SharePoint Online: CRUD operations using SPFx ReactJS framework</a></li>



<li><a href="https://kentcdodds.com/blog/how-to-react" target="_blank" rel="noreferrer noopener">How to React ⚛️</a></li>



<li><a href="https://developer.microsoft.com/en-us/fluentui" target="_blank" rel="noreferrer noopener">Fluent UI (Microsoft Components for Microsoft 365 Applications)</a></li>



<li><a href="https://reactjs.org/docs/lists-and-keys.html" target="_blank" rel="noreferrer noopener">React: Lists and Keys</a></li>



<li><a href="https://www.sitepoint.com/implement-memoization-in-react-to-improve-performance/" target="_blank" rel="noreferrer noopener">How to Implement Memoization in React to Improve Performance</a></li>
</ul>



<p>To help developers to build advanced SPFx solutions, there are a lot of React controls, either developed by Microsoft such as <a href="https://developer.microsoft.com/en-us/fluentui" target="_blank" rel="noreferrer noopener">Fluent UI</a> or by communities such as the <a href="https://pnp.github.io/" target="_blank" rel="noreferrer noopener">PnP community</a>.</p>



<p></p>



<h2 class="wp-block-heading">PnP JS</h2>



<p><a href="https://pnp.github.io/pnpjs/">PnP JS</a>&nbsp;is a NPM package that simplifies interaction with SharePoint Online and Microsoft Graph.</p>



<p>Useful links:</p>



<ul class="wp-block-list">
<li><a href="https://pnp.github.io/pnpjs/sp/items/">Working with SharePoint List Items</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/use-sp-pnp-js-with-spfx-web-parts">Use @pnp/sp (PnPJS) library with SharePoint Framework web parts</a></li>



<li><a href="https://ravichandran.blog/2020/06/24/a-complete-guide-to-getting-and-setting-fields-value-using-pnp-js-in-spfx/">A Complete Guide to Getting and Setting Fields Value using PnP JS in SPFx</a></li>



<li><a href="https://pnp.github.io/pnpjs/packages/#graph">Using PnP JS with Microsoft Graph</a></li>



<li><a href="https://pnp.github.io/#sdks" target="_blank" rel="noreferrer noopener">PnP SDKs</a></li>
</ul>



<p></p>



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



<p>Here are some of the most useful repositories to start learning SharePoint Framework:</p>



<ul class="wp-block-list">
<li><a href="https://github.com/pnp" target="_blank" rel="noreferrer noopener">Microsoft 365 Community</a></li>



<li><a href="https://github.com/orgs/pnp/repositories?q=spfx&amp;type=all&amp;language=&amp;sort=%20-&nbsp;" target="_blank" rel="noreferrer noopener">Microsoft 365 Community Repositories</a></li>



<li><a href="https://github.com/pnp/sp-dev-fx-webparts - pnp/sp-dev-fx-webparts" target="_blank" rel="noreferrer noopener">SharePoint Framework web part, Teams tab, personal app, app page samples</a></li>



<li><a href="https://github.com/pnp/sp-dev-fx-controls-react%20-%20pnp/sp-dev-fx-controls-react" target="_blank" rel="noreferrer noopener">Reusable React controls for SPFx solutions</a></li>



<li><a href="https://github.com/pnp/sp-dev-fx-webparts" target="_blank" rel="noreferrer noopener">sp-dev-fx-webparts</a></li>



<li><a href="https://github.com/pnp/sp-dev-fx-extensions" target="_blank" rel="noreferrer noopener">pnp/sp-dev-fx-extensions</a></li>



<li><a href="https://github.com/pnp/sp-dev-fx-property-controls" target="_blank" rel="noreferrer noopener">pnp/sp-dev-fx-property-controls</a></li>



<li><a href="https://github.com/pnp/sp-dev-fx-aces" target="_blank" rel="noreferrer noopener">pnp/sp-dev-fx-aces</a></li>



<li><a href="https://devblogs.microsoft.com/microsoft365dev/announcing-new-microsoft-365-unified-sample-gallery-with-more-than-1000-samples/" target="_blank" rel="noreferrer noopener">Microsoft 365 Unified Sample Gallery with more than 1000 samples</a></li>
</ul>



<p></p>



<h2 class="wp-block-heading">Concepts / Tooling</h2>



<h3 class="wp-block-heading">Core SPFx Concepts</h3>



<ul class="wp-block-list">
<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tools-and-libraries#javascript-frameworks" target="_blank" rel="noreferrer noopener">JavaScript frameworks</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tools-and-libraries#nodejs" target="_blank" rel="noreferrer noopener">Node.js</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tools-and-libraries#node-package-manager-npm" target="_blank" rel="noreferrer noopener">NPM (Node Package Manager)</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tools-and-libraries#yeoman-generators" target="_blank" rel="noreferrer noopener">Yeoman</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tools-and-libraries#gulp-task-runner" target="_blank" rel="noreferrer noopener">Gulp</a></li>



<li><a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tools-and-libraries#webpack" target="_blank" rel="noreferrer noopener">WebPack</a></li>
</ul>



<h3 class="wp-block-heading">NPM Packages</h3>



<p>SharePoint client-side development tools use the&nbsp;<a href="https://www.npmjs.com/" target="_blank" rel="noreferrer noopener">npm</a>&nbsp;package manager, like&nbsp;<a href="https://www.nuget.org/" target="_blank" rel="noreferrer noopener">NuGet</a>, to manage dependencies and other required JavaScript helpers. npm is typically included as part of Node.js setup.</p>



<p>Package installation modes:</p>



<ul class="wp-block-list">
<li><strong>npm install @package</strong> &#8211; installs the package</li>



<li><strong>npm install @package &#8211;save</strong> &#8211; installs the package and updates package.json automatically (dependencies section)</li>



<li><strong>npm install @package@version &#8211;save-dev </strong>&#8211; installs the package and updates package.json automatically (devDependencies section)</li>



<li><strong>npm install @package@version &#8211;save </strong>&#8211; installs the package with the specified version and updates package.json automatically (dependencies section)</li>



<li><strong>npm install @package@version &#8211;save-dev </strong>&#8211; installs the package with the specified version and updates package.json automatically (devDependencies section)</li>
</ul>



<p>Useful npm packages to include in a SPFx solution:</p>



<ul class="wp-block-list">
<li><strong><strong>npm install gulp yo @microsoft/generator-sharepoint@&lt;spfx_version&gt; &#8211;global</strong></strong>
<ul class="wp-block-list">
<li><strong>   Example: npm install gulp yo @microsoft/generator-sharepoint@1.15.2 &#8211;global</strong></li>
</ul>
</li>



<li><strong>npm install @microsoft/microsoft-graph-types &#8211;save</strong></li>



<li><strong>npm install @pnp/sp &#8211;save</strong></li>



<li><strong>npm install @pnp/graph &#8211;save</strong></li>



<li><strong>npm install @fluentui/react &#8211;save</strong></li>



<li><strong>npm install @pnp/spfx-controls-react &#8211;save</strong></li>



<li><strong>npm install @pnp/spfx-property-controls &#8211;save</strong></li>



<li><strong>npm install localforage &nbsp;&#8211;save</strong></li>



<li><strong>npm install @luudjanssen/localforage-cache &#8211;save</strong></li>



<li><strong>npm install spfx-fast-serve -g</strong></li>



<li><strong>npm install -g pnpm</strong></li>
</ul>



<h3 class="wp-block-heading">Gulp Commands</h3>



<ul class="wp-block-list">
<li><strong>gulp clean</strong> &#8211; cleans the solution. Cleans the dist and temp folders from the solution</li>



<li><strong>gulp trust-dev-cert</strong> &#8211; installs the development certificate</li>



<li><strong>gulp build </strong>&#8211; builds the solution, tranforms TypeScript into JavaScript</li>



<li><strong>gulp bundle </strong>&#8211; bundles the solution and minimizes CSS and JS (in debug mode)</li>



<li><strong>gulp bundle &#8211;ship</strong> &#8211; bundles the solution and minimizes CSS and JS for deployment in SharePoint in production mode (release mode)</li>



<li><strong>gulp package-solution</strong> &#8211; generates package (.sppkg file) but to run in debug mode</li>



<li><strong>gulp package-solution &#8211;ship</strong> &#8211; generates package (.sppkg file) to run in production mode</li>



<li><strong>gulp serve</strong> &#8211; launches SharePoint Workbench to test web parts in debug mode</li>



<li><strong>gulp serve &#8211;nobrowser</strong> &#8211; allows testing web parts in debug mode but without launching SharePoint Workbench</li>
</ul>



<p></p>



<h2 class="wp-block-heading">SPFx Development Environment</h2>



<h3 class="wp-block-heading">Setup Development Environment</h3>



<p>To <a href="https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment" target="_blank" rel="noreferrer noopener">setup your development environment</a>, run the following commands from the command prompt:</p>



<ul class="wp-block-list">
<li>npm install gulp-cli yo @microsoft/generator-sharepoint &#8211;global</li>



<li>npm install webpack &#8211;global</li>



<li>npm install &#8211;save-dev webpack</li>



<li>gulp trust-dev-cert</li>
</ul>



<h3 class="wp-block-heading">Node Version Manager (nvm)</h3>



<p>Node Version Manager (NVM) allows developers to install multiple versions of node. This can be useful when working with different SPFx versions that use different versions of Node.</p>



<p>To download NVM, click <a href="https://github.com/coreybutler/nvm-windows/releases" target="_blank" rel="noreferrer noopener">here</a>.</p>



<h4 class="wp-block-heading">Install Node using NVM</h4>



<p>After installing NVM, to install a node version use the following command:</p>



<p>nvm install &lt;node_version&gt;. Example: nvm install 14.19.1</p>



<h4 class="wp-block-heading">Switch between versions of Node</h4>



<p>If you have multiple versions of Node, you can switch between them using the following command:</p>



<p>nvm use &lt;node_version&gt;. Example: nvm use 12.22.10</p>



<p>To have a full list of the installed node versions, run &#8220;nvm list&#8221;.</p>



<h3 class="wp-block-heading">SPFx Fast Serve</h3>



<p>If you have a big SPFx solution, gulp serve can take a lot of time, especially if you want to rapidly test your developments. SPFx Fast Serve is a command line utility, which modifies your SharePoint Framework solution, so that it runs continuous serve command as fast as possible. To know more, click <a href="https://github.com/s-KaiNet/spfx-fast-serve" target="_blank" rel="noreferrer noopener">here</a>.&nbsp;</p>



<p>Here is a comparison between gulp serve and SPFx Fast Serve (times depend on hardware, environment). The times listed below are &#8220;refresh&#8221; time (the time needed to compile your project when you change a file and start refreshing a page in a browser):</p>



<figure class="wp-block-table"><table><thead><tr><th></th><th>gulp serve</th><th>spfx-fast-serve</th></tr></thead><tbody><tr><td>Default &#8220;Hello World&#8221;<br>React web part</td><td>3-5 sec</td><td>0.1-0.2 sec</td></tr><tr><td><a href="https://github.com/microsoft-search/pnp-modern-search">PnP Modern Search solution</a></td><td>28-34 sec</td><td>2-4 sec</td></tr><tr><td><a href="https://github.com/SharePoint/sp-starter-kit">SP Starter Kit solution</a>&nbsp;(v1)</td><td>40-50 sec</td><td>2-3 sec</td></tr></tbody></table></figure>



<p>This is a must have for every SharePoint Framework Developer!</p>



<h3 class="wp-block-heading">Recommended Visual Studio Code Extensions</h3>



<ul class="wp-block-list">
<li><a href="https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag">Auto Rename Tag</a></li>



<li><a href="https://www.tabnine.com/install/vscode">Tabnine</a></li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons">VSCode icons</a></li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer">Bracket Pair Colorizer</a>&nbsp;</li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode">Visual Code IntelliCode</a>&nbsp;</li>



<li><a href="https://www.sonarlint.org/vscode">SonarLint for Visual Studio Code</a>&nbsp;</li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell">PowerShell</a>&nbsp;</li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer">Live Server</a></li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=wix.glean">Glean</a></li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client" target="_blank" rel="noreferrer noopener">Thunder Client</a></li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=eliostruyf.spfx-snippets" target="_blank" rel="noreferrer noopener">SPFx Snippets</a></li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens" target="_blank" rel="noreferrer noopener">GitLens</a></li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree" target="_blank" rel="noreferrer noopener">Todo Tree</a></li>



<li><a href="https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint" target="_blank" rel="noreferrer noopener">ESLint</a></li>
</ul>



<p></p>



<h2 class="wp-block-heading">SPFx Quick Start</h2>



<p>The most common development component in SPFx is the web part. To better understand how to create your first web part, read&nbsp;<a href="https://laurakokkarinen.com/how-to-get-started-with-react-for-building-advanced-spfx-solutions/" target="_blank" rel="noreferrer noopener">this article</a>. In SPFx client-side web parts, we have the following components:</p>



<ul class="wp-block-list">
<li>Web part main component &#8211; acts as a container to the React component that has the main logic. In this example, we have a web part class called&nbsp;<strong>BirthdaysWorkAnniversariesNewCollaboratorsWebPart&nbsp;</strong>that renders the&nbsp;<strong>BirthdaysWorkAnniversariesNewCollaborators&nbsp;</strong>React component that has the web part main logic.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="532" src="https://blogit.create.pt/wp-content/uploads/2022/05/spfx_webpart-1024x532.png" alt="" class="wp-image-12693" srcset="https://blogit.create.pt/wp-content/uploads/2022/05/spfx_webpart-1024x532.png 1024w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_webpart-300x156.png 300w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_webpart-768x399.png 768w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_webpart-696x362.png 696w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_webpart-1068x555.png 1068w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_webpart-808x420.png 808w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_webpart.png 1079w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>React component associated with the web part. This file has a&nbsp;<strong>render&nbsp;</strong>method responsible for the rendering of the web part UI and uses two major React concepts:&nbsp;<strong>props&nbsp;</strong>supplied by the web part that allows users to configure the web part behavior and&nbsp;<strong>state</strong>&nbsp;that also allows to control how the the web part is rendered. The main difference between props and state is that state can be changed and props can&#8217;t (in the code they are readonly). In the example below, we have the&nbsp;<strong>BirthdaysWorkAnniversariesNewCollaborators&nbsp;</strong>React component that was called by the&nbsp;<strong>BirthdaysWorkAnniversariesNewCollaboratorsWebPart&nbsp;</strong>web part.</li>
</ul>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="694" src="https://blogit.create.pt/wp-content/uploads/2022/05/spfx_component-1024x694.png" alt="" class="wp-image-12694" srcset="https://blogit.create.pt/wp-content/uploads/2022/05/spfx_component-1024x694.png 1024w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_component-300x203.png 300w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_component-768x521.png 768w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_component-696x472.png 696w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_component-1068x724.png 1068w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_component-619x420.png 619w, https://blogit.create.pt/wp-content/uploads/2022/05/spfx_component.png 1103w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Other associated files such as:
<ul class="wp-block-list">
<li>Service classes to get data from SharePoint or Microsoft Graph for instance</li>



<li>Data object classes (models)</li>



<li>Helper classes</li>



<li>etc</li>
</ul>
</li>
</ul>



<p></p>



<h2 class="wp-block-heading">SPFx Tutorials</h2>



<h3 class="wp-block-heading">Getting Started with SPFx</h3>



<ul class="wp-block-list">
<li><a href="https://www.youtube.com/watch?v=6WTtjXP5yW4&amp;list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&amp;index=3" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial 1 &#8211; HelloWorld WebPart</a></li>



<li><a href="https://www.youtube.com/watch?v=5M3zDpgxIMs&amp;list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&amp;index=4" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial 2 &#8211; HelloWorld, Talking to SharePoint</a></li>



<li><a href="https://www.youtube.com/watch?v=FkFg32NSTM0&amp;list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&amp;index=5" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial 3 &#8211; HelloWorld, Serving in SharePoint Page</a></li>



<li><a href="https://www.youtube.com/watch?v=N-KowN-UwTM&amp;list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&amp;index=6" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial 4 &#8211; HelloWorld, Deploy to Office 365 CDN</a></li>



<li><a href="https://www.youtube.com/watch?v=tHzbh5JoC-A&amp;list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&amp;index=8" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial &#8211; Using Microsoft Graph APIs</a></li>



<li><a href="https://www.youtube.com/watch?v=JoTAC2i-XeU&amp;list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&amp;index=8" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial &#8211; Surfacing your solution as a Microsoft Teams tab</a></li>



<li><a href="https://www.youtube.com/watch?v=kNrYd8nYaZY&amp;list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&amp;index=10" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial &#8211; Using Office UI Fabric React Components</a></li>



<li><a href="https://www.youtube.com/watch?v=09uoG6Voeew&amp;list=PLR9nK3mnD-OXvSWvS2zglCzz4iplhVrKq&amp;index=11" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial &#8211; Provisioning SharePoint assets from SPFx solution</a></li>



<li><a href="https://www.youtube.com/watch?v=8BATz6LD6tA" target="_blank" rel="noreferrer noopener">SharePoint Framework Tutorial &#8211; Create a Full Width Web Part Page with SPFx</a></li>



<li><a href="https://www.youtube.com/watch?v=oNChcluMrm8" target="_blank" rel="noreferrer noopener">Debugging SharePoint Framework solutions in Visual Studio Code</a></li>



<li><a href="https://docs.microsoft.com/en-us/learn/modules/sharepoint-spfx-spcontent/" target="_blank" rel="noreferrer noopener">Work with SharePoint Content using the SharePoint Framework</a></li>
</ul>



<h3 class="wp-block-heading">Developing SPFx Extensions</h3>



<ul class="wp-block-list">
<li><a href="https://www.youtube.com/watch?v=DnfRIl2YN8g&amp;list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV&amp;index=2" target="_blank" rel="noreferrer noopener">SharePoint Framework Extensions Tutorial 1 &#8211; Build your first Extension</a></li>



<li><a href="https://www.youtube.com/watch?v=Wm1PG8U5bSw&amp;list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV&amp;index=2" target="_blank" rel="noreferrer noopener">SharePoint Framework Extensions Tutorial 2 &#8211; Using page placeholders from Application Customizer</a></li>



<li><a href="https://www.youtube.com/watch?v=tReoZGtAYB4&amp;list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV&amp;index=3" target="_blank" rel="noreferrer noopener">SharePoint Framework Extensions Tutorial 3 &#8211; Deploy your extension to site collection</a></li>



<li><a href="https://www.youtube.com/watch?v=xsZbRliakyM&amp;list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV&amp;index=4" target="_blank" rel="noreferrer noopener">SharePoint Framework Extensions Tutorial 4 &#8211; Hosting extension from Office 365 CDN</a></li>



<li><a href="https://www.youtube.com/watch?v=mBZ7Sq_KfDA&amp;list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV&amp;index=5" target="_blank" rel="noreferrer noopener">SharePoint Framework Extensions Tutorial &#8211; Build your first Field Customizer</a></li>



<li><a href="https://www.youtube.com/watch?v=uaUGtLrNbRA&amp;list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV&amp;index=6" target="_blank" rel="noreferrer noopener">SharePoint Framework Extensions Tutorial &#8211; Build your first ListView Command Set</a></li>
</ul>



<h3 class="wp-block-heading">SharePoint CRUD Operations with SPFx</h3>



<ul class="wp-block-list">
<li><a href="https://www.c-sharpcorner.com/article/sharepoint-list-items-crud-operations-demo-using-pnpjs-in-react-based-spfx-webpa/" target="_blank" rel="noreferrer noopener">SharePoint List Items CRUD Operations Demo Using PnPJS In React based SPFx Webpart</a></li>



<li><a href="https://github.com/miguelisidoro/SharePoint/tree/master/SPFx/react-detailslist" target="_blank" rel="noreferrer noopener">SharePoint CRUD Sample with Details List Fluent UI Control and a SharePoint List</a></li>
</ul>



<h3 class="wp-block-heading">Graph API</h3>



<ul class="wp-block-list">
<li><a href="https://laurakokkarinen.com/the-ultimate-beginners-guide-to-microsoft-graph/" target="_blank" rel="noreferrer noopener">The Ultimate Beginner&#8217;s Guide to Microsoft Graph</a></li>
</ul>



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



<p>If you want to learn how to save time time scheduling your meetings, click <a aria-label="undefined (opens in a new tab)" 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 <a aria-label="undefined (opens in a new tab)" 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 <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 <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" 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" 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 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 <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 <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 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 <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 <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/2022/05/09/sharepoint-framework-spfx-learning-guide/">SharePoint Framework (SPFx) Learning Guide</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2022/05/09/sharepoint-framework-spfx-learning-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to configure HTTPS with HTTP redirect in SharePoint 2019 using Host Named Site Collections</title>
		<link>https://blogit.create.pt/miguelisidoro/2021/08/11/how-to-configure-https-with-http-redirect-in-sharepoint-2019-using-host-named-site-collections/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2021/08/11/how-to-configure-https-with-http-redirect-in-sharepoint-2019-using-host-named-site-collections/#respond</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Tue, 10 Aug 2021 23:48:37 +0000</pubDate>
				<category><![CDATA[SharePoint 2019]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[#https]]></category>
		<category><![CDATA[#migration]]></category>
		<category><![CDATA[#security]]></category>
		<category><![CDATA[#sharepoint2019]]></category>
		<category><![CDATA[#ssl]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12345</guid>

					<description><![CDATA[<p>This post explains how you can configure a web application holding host named site collections to use HTTPS and automatically redirect HTTP redirects to HTTPS in a SharePoint 2019 farm. This post will focus on HTTPS configuration on SharePoint site, IIS bindings, Alternate Access Mappings, Search and how you can automatically redirect pages from HTTP [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2021/08/11/how-to-configure-https-with-http-redirect-in-sharepoint-2019-using-host-named-site-collections/">How to configure HTTPS with HTTP redirect in SharePoint 2019 using Host Named Site Collections</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post explains how you can configure a web application holding host named site collections to use HTTPS and automatically redirect HTTP redirects to HTTPS in a SharePoint 2019 farm. This post will focus on HTTPS configuration on SharePoint site, IIS bindings, Alternate Access Mappings, Search and how you can automatically redirect pages from HTTP to HTTPS.</p>



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



<p>I am currently involved in a SharePoint 2013 to SharePoint 2019 migration of a public website solution using SharePoint 2013. Despite WCM features in SharePoint have not evolved since SharePoint 2013, the option was to upgrade to SharePoint 2019 and take advantage of existing developments.</p>



<p>The solution uses Host Named Site Collections as the basis for a multi portal platform that can be used to create multiple public sites with the same platform, making it easy to create multiple portals with little development effort.</p>



<p>This post explains the configurations necessary to configure a Host Named Site Collection using HTTPS and how to automatically redirect HTTP requests to HTTPS.</p>



<p>To learn more on Host Named Site Collections, you can read the <a href="https://docs.microsoft.com/en-us/SharePoint/administration/host-named-site-collection-architecture-and-deployment?redirectedfrom=MSDN#section6" target="_blank" rel="noreferrer noopener">Microsoft official documentation</a> or read a <a href="https://levinwayne.wordpress.com/2012/06/01/what-every-sharepoint-admin-needs-to-know-about-host-named-site-collections/" target="_blank" rel="noreferrer noopener">fantastic blog post</a> about the topic.</p>



<p>In my case, I will assume the existence of a web application that acts as the container for the site collections. To simplify, lets assume the following configuration (web application and site collection were created using HTTP first).</p>



<ul class="wp-block-list"><li>Web application URL (Default Zone): http://webapp.smartportals.pt, configured for anonymous access. This address will never be used by end users. This is the web application URL that was given to the web application when it was created. In this zone, we will automatically redirect HTTP to HTTPS in every page.</li><li>Web application URL (Intranet Zone): http://auth.smartportals.pt, configured for Windows Integrated access only. This zone will be used as an authoring environment for content managers. However, this address will never be used by end users. This web application URL was created using a web application extension into the Intranet zone, which created a new IIS site for the same web application but to be used with different authentication settings. In this zone, we will also automatically redirect HTTP to HTTPS in every page.</li><li>Web application URL (Internet Zone): http://search.smartportals.pt, configured for Windows Integrated access and anonymous access. This zone will be used only for search. This address will never be used by end users. This web application URL was created using a web application extension into the Internet zone. In this zone, <strong>we will NOT </strong>automatically redirect HTTP to HTTPS in every page since this will cause search issues when crawling the site collection (http://dev.site.pt) contents.</li><li>Site collection URL (Default Zone): http://dev.site.pt, configured for anonymous access. This address will be used by end users to access the public website. The site collection was created a PowerShell script. To learn more on how to create a Host Named Site Collection, please read the <a href="https://docs.microsoft.com/en-us/sharepoint/administration/host-named-site-collection-architecture-and-deployment" target="_blank" rel="noreferrer noopener">Microsoft official documentation</a>.</li><li>Site collection URL (Intranet Zone): http://auth.site.pt, configured for Windows Integrated authentication. This address will be used by BackOffice users to manage content of the website.</li></ul>



<h2 class="wp-block-heading">How-To Steps</h2>



<p>When configuring SSL in a SharePoint 2019 farm with Host Named Site Collections, the following topics are the most relevant:</p>



<ul class="wp-block-list"><li>Install SSL certificates</li><li>Configure Search</li><li>Configure IIS bindings</li><li>Configure Alternate Access Mappings</li><li>Configure Anonymous Access for Public Web Site</li><li>Configure Site Collection URLs</li><li>Configure Web Application Authentication Providers</li><li>Configure HTTP to HTTPS Automatic Redirect</li></ul>



<h2 class="wp-block-heading">Install SSL certificates</h2>



<p>The SSL certificate must be a wildcard certificate for the same domain as the public address of the web site. I will not focus on this topic in the post since it is very well explained over the Internet. The SSL certificates will have to be installed in every SharePoint Frontend server. To learn more on this topic, please visit <a href="https://www.digicert.com/kb/ssl-certificate-installation-microsoft-sharepoint-2013.htm" target="_blank" rel="noreferrer noopener">this blog post</a>. In our case, we used a wildcard certificate issued by a known certificate authority.</p>



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



<p>As you remember, both in the Default and Intranet zones, we have automatic redirection between HTTP and HTTPS. The way we configured this redirect will be explained later in the post. In order for the Search Service Application to successfully crawl the site collection (http://dev.site.pt, at this point still in HTTP) contents successfully, we must set as the Search Content Source the Web Application URL for the Internet zone (http://search.smartportals.pt). The IIS site in the Internet zone <strong>WILL NOT</strong> have any automatic redirection between HTTP and HTTPS (only the IIS sites associated with the public website and the Authoring URLs will). For crawling purposes, the web application in this zone can use the HTTP protocol since, once again, the web application URL acts as a container and will never be accessed directly by end users. While crawling, the HTTPS address of the site collection (https://dev.site.pt) will be crawled successfully since it will later be the site collection URL associated with the Default zone of the web application. The reason, once again for this, is that in the Internet zone there is no HTTP to HTTPS automatic redirection in the IIS site associated with the URL used as a Content Source URL: http://search.smartportals.pt.</p>



<p>In our case, we created two content sources, one for the website and left the default Content Source with the remaining start addresses, used mainly to crawl user profiles.</p>



<figure class="wp-block-image size-full is-style-default"><img decoding="async" width="829" height="256" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Sources.jpg" alt="" class="wp-image-12430" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Sources.jpg 829w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Sources-300x93.jpg 300w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Sources-768x237.jpg 768w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Sources-696x215.jpg 696w" sizes="(max-width: 829px) 100vw, 829px" /><figcaption>Search content sources</figcaption></figure>



<figure class="wp-block-image size-full is-resized is-style-default"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Source_Site.jpg" alt="" class="wp-image-12431" width="728" height="375" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Source_Site.jpg 728w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Source_Site-300x155.jpg 300w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Search_Content_Source_Site-696x359.jpg 696w" sizes="(max-width: 728px) 100vw, 728px" /><figcaption> Search content source (Site)</figcaption></figure>



<h2 class="wp-block-heading">Configure IIS bindings</h2>



<p>In each frontend server, you will have to have two different IP Addresses. This is necessary since we need two IIS sites accepting wildcard certificates and the only way we can achieve this is having two different IP Addresses in the server, and have the bindings in the  Public and Authoring IIS web sites to use different IP Addresses. These two IIS sites (Default and Intranet zones) will have automatic redirect between HTTP and HTTPS and will have both the HTTP and HTTPS bindings. We decided to stay with the default ports, even for the Public and Authoring web sites for simplicity.</p>



<p>Default zone (Public website, anonymous access):</p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_FrontEnd.jpg" alt="" class="wp-image-12433" width="428" height="192" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_FrontEnd.jpg 428w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_FrontEnd-300x135.jpg 300w" sizes="(max-width: 428px) 100vw, 428px" /><figcaption>IIS Bindings (Public Site, Default Zone)</figcaption></figure>



<p>Intranet zone (Authoring website, Integrated Windows Authentication): </p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_BackEnd.jpg" alt="" class="wp-image-12434" width="410" height="199" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_BackEnd.jpg 410w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_BackEnd-300x146.jpg 300w" sizes="(max-width: 410px) 100vw, 410px" /><figcaption>IIS Bindings (Authoring Site, Intranet Zone)</figcaption></figure>



<p>Search zone (Search IIS site, Integrated Windows Authentication and Anonymous Access):</p>



<figure class="wp-block-image size-full"><img decoding="async" width="452" height="140" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_Search-2.jpg" alt="" class="wp-image-12450" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_Search-2.jpg 452w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_IIS_Bindings_Search-2-300x93.jpg 300w" sizes="(max-width: 452px) 100vw, 452px" /><figcaption> IIS Bindings (Search Site, Internet Zone) </figcaption></figure>



<h2 class="wp-block-heading">Configure Alternate Access Mappings</h2>



<p>Alternate Access Mappings are an essencial part on any web application configuration and will play a very important role in our configuration. Each web application can have up to 5 different Public URLs that can be used to have users access the same web application using different addresses and potentially different authentication providers (Default, Intranet, Internet, Extranet and Custom). To learn more about Alternate Access Mappings, read the <a href="https://docs.microsoft.com/en-us/sharepoint/administration/configure-alternate-access-mappings" target="_blank" rel="noreferrer noopener">official Microsoft documentation</a>.</p>



<p><strong>Important Notes:</strong></p>



<ul class="wp-block-list"><li>Search IIS site address must be the default zone URL. To read more about the advantages of doing this, read the <a href="https://docs.microsoft.com/en-us/sharepoint/search/best-practices-for-crawling" target="_blank" rel="noreferrer noopener">Official Microsoft documentation</a>. With Host Named Site Collections, the Site Collection that we want to crawl must also be configured for the Default zone so that the search results will always return results starting with that URL (in our case https://dev.site.pt)</li><li><span style="color: initial">The HTTPS web application URL set in the Authoring IIS site must be set to the Intranet zone since we will configure the Authentication provider in this zone for Windows Integrated Authentication only to ensure that only authenticated users can access this address.</span></li><li>The HTTPS web application URL set in the Public IIS site must be to the Internet zone since this is the zone where we will configure the authentication provider with Windows Integrated Authentication and anonymous access so that users can access the site collection URL (in our case https://dev.site.pt).</li><li><span style="color: initial">The remainder zones are for the HTTP addresses of the Public and Authoring IIS sites</span></li></ul>



<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2021/12/SP2019_SSL_AlternateAccessMappings.jpg" alt="" class="wp-image-12581" width="730" height="359" srcset="https://blogit.create.pt/wp-content/uploads/2021/12/SP2019_SSL_AlternateAccessMappings.jpg 973w, https://blogit.create.pt/wp-content/uploads/2021/12/SP2019_SSL_AlternateAccessMappings-300x148.jpg 300w, https://blogit.create.pt/wp-content/uploads/2021/12/SP2019_SSL_AlternateAccessMappings-768x378.jpg 768w, https://blogit.create.pt/wp-content/uploads/2021/12/SP2019_SSL_AlternateAccessMappings-696x343.jpg 696w, https://blogit.create.pt/wp-content/uploads/2021/12/SP2019_SSL_AlternateAccessMappings-853x420.jpg 853w, https://blogit.create.pt/wp-content/uploads/2021/12/SP2019_SSL_AlternateAccessMappings-324x160.jpg 324w, https://blogit.create.pt/wp-content/uploads/2021/12/SP2019_SSL_AlternateAccessMappings-533x261.jpg 533w" sizes="(max-width: 730px) 100vw, 730px" /></figure>



<h2 class="wp-block-heading">Configure Anonymous Access for Public Web Site</h2>



<p>To complete the configuration of anonymous access, you have to go to SharePoint permissions page (using the public address but as an authenticated user) and set anonymous access.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="385" height="284" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Enable_AnonymousAccess.jpg" alt="" class="wp-image-12442" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Enable_AnonymousAccess.jpg 385w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Enable_AnonymousAccess-300x221.jpg 300w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Enable_AnonymousAccess-80x60.jpg 80w" sizes="(max-width: 385px) 100vw, 385px" /><figcaption>Enable Anonymous Access for Site Collection</figcaption></figure>



<p>After anonymous access has been enabled, you have something like the below image in your Site Collection permissions.</p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_AnonymousAccess_EntireSite-1.jpg" alt="" class="wp-image-12505" width="809" height="512" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_AnonymousAccess_EntireSite-1.jpg 809w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_AnonymousAccess_EntireSite-1-300x190.jpg 300w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_AnonymousAccess_EntireSite-1-768x486.jpg 768w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_AnonymousAccess_EntireSite-1-696x440.jpg 696w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_AnonymousAccess_EntireSite-1-664x420.jpg 664w" sizes="(max-width: 809px) 100vw, 809px" /><figcaption>Anonymous Access for Site Collection</figcaption></figure>



<h2 class="wp-block-heading">Configure Site Collection URLs</h2>



<p>In this section, we will configure the different site collection URLs for the relevant zones configured in the Alternate Access Mappings in the previous section.</p>



<p>To do this, we must use rename the http://dev.site.pt to https://dev.site.pt (Default zone) using old STSADM.</p>



<pre class="wp-block-code"><code>stsadm -o renamesite -oldurl http://dev.site.pt -newurl https://dev.site.pt</code></pre>



<p>After that, we can set the remain zones URLs using SP-SiteURL PowerShell cmdlet as follows:</p>



<pre class="wp-block-code"><code>Set-SPSiteUrl (Get-SPSite 'https://dev.site.pt') -Url 'https://auth.dev.site.pt' -Zone Intranet
Set-SPSiteUrl (Get-SPSite 'https://dev.site.pt') -Url 'http://dev.site.pt' -Zone Internet
Set-SPSiteUrl (Get-SPSite 'https://dev.site.pt') -Url 'http://auth.dev.site.pt' -Zone Extranet</code></pre>



<p>If you need to remove any Site Collection URL, you can set use the Remove-SPSiteURL as follows:</p>



<pre class="wp-block-code"><code>Remove-SPSiteURL -Url http://auth.dev.site.pt</code></pre>



<p>After running the commands, we will have our HTTPS Public web site address (the one we want for Search) in the Default zone and the remaining zones set to allow the Public site web site access (HTTP and HTTPS) to be anonymous and the Authoring address to require Windows Integrated Authentication.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="447" height="121" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_SiteCollection_URLs_Zones.jpg" alt="" class="wp-image-12447" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_SiteCollection_URLs_Zones.jpg 447w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_SiteCollection_URLs_Zones-300x81.jpg 300w" sizes="(max-width: 447px) 100vw, 447px" /></figure>



<h2 class="wp-block-heading">Configure Web Application Authentication Providers</h2>



<p>Authentication Providers are associated with the security zones of the web application (Default, Intranet, Internet, Extranet and Custom). To learn more about Authentication Providers, please read the <a href="https://docs.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/plan-user-authentication" target="_blank" rel="noreferrer noopener">Microsoft official documentation</a>.</p>



<p>For the Default and Internet zones, we set anonymous access and Windows Integrated Authentication. Default zone will allow temporarily Windows Integrated Authentication so that we can properly set Anonymous Access in the Site Collection (already explained above). The Windows Integrated Authentication setting should be removed in the end to prevent authenticated users to try accessing the Public web site as authenticated users. Internet zone must also include Windows Integrated Authentication so that the Search can properly crawl the Site Collection contents.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="631" height="477" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Default_Zone.jpg" alt="" class="wp-image-12438" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Default_Zone.jpg 631w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Default_Zone-300x227.jpg 300w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Default_Zone-556x420.jpg 556w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Default_Zone-80x60.jpg 80w" sizes="(max-width: 631px) 100vw, 631px" /><figcaption>Authentication Provider (Default and Internet Zones)</figcaption></figure>



<figure class="wp-block-image size-full"><img decoding="async" width="631" height="477" src="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Intranet_Zone.jpg" alt="" class="wp-image-12440" srcset="https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Intranet_Zone.jpg 631w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Intranet_Zone-300x227.jpg 300w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Intranet_Zone-556x420.jpg 556w, https://blogit.create.pt/wp-content/uploads/2021/08/SP2019_SSL_Authentication_Provider_Intranet_Zone-80x60.jpg 80w" sizes="(max-width: 631px) 100vw, 631px" /><figcaption> Authentication Provider (Intranet Zone)</figcaption></figure>



<h2 class="wp-block-heading">Configure HTTP to HTTPS Automatic Redirect</h2>



<p>Since this is a migration from a SharePoint 2013 site using HTTP to a SharePoint 2019 using HTTPS we want to ensure if we have HTTP links in any page of the website and while Google is indexing the new site after migration is complete, that HTTP requests will be automatically redirected to HTTPS.</p>



<p>To achieve this, we installed on each of the SharePoint Frontend Servers, the <a href="https://www.iis.net/downloads/microsoft/url-rewrite" target="_blank" rel="noreferrer noopener">IIS URL Rewrite module</a>.</p>



<p>After installed, we must add the following XML configuration on the web.config on the IIS sites associated with the Default and Intranet zones (Public and Authoring web sites).</p>



<pre class="wp-block-code"><code>    &lt;staticContent&gt;
      &lt;remove fileExtension=".dll" /&gt;
      &lt;remove fileExtension=".exe" /&gt;
    &lt;/staticContent&gt;
    <strong>&lt;rewrite&gt;
      &lt;rules&gt;
        &lt;rule name="Redirect to HTTPS" enabled="true" patternSyntax="Wildcard" stopProcessing="true"&gt;
          &lt;match url="*" negate="false" /&gt;
          &lt;conditions logicalGrouping="MatchAny"&gt;
            &lt;add input="{HTTPS}" pattern="off" /&gt;
          &lt;/conditions&gt;
          &lt;action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Found" /&gt;
        &lt;/rule&gt;
      &lt;/rules&gt;
    &lt;/rewrite&gt;</strong>
 &lt;/system.webServer&gt;</code></pre>



<p>And that&#8217;s it! Hope that this can help anyone that needs to do something similar! Any feedback and suggestions to improve to the configuration we used is welcome!</p>



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



<p>If you want to learn how to save time time scheduling your meetings, click <a aria-label="undefined (opens in a new tab)" 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 <a aria-label="undefined (opens in a new tab)" 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 <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 <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" 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" 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 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 <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 <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 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 <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 <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/2021/08/11/how-to-configure-https-with-http-redirect-in-sharepoint-2019-using-host-named-site-collections/">How to configure HTTPS with HTTP redirect in SharePoint 2019 using Host Named Site Collections</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2021/08/11/how-to-configure-https-with-http-redirect-in-sharepoint-2019-using-host-named-site-collections/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Automatically Dismiss Reminders from Outlook Past Events in Microsoft 365</title>
		<link>https://blogit.create.pt/miguelisidoro/2020/09/27/how-to-automatically-dismiss-reminders-from-outlook-past-events-in-microsoft-365/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2020/09/27/how-to-automatically-dismiss-reminders-from-outlook-past-events-in-microsoft-365/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Sun, 27 Sep 2020 22:53:46 +0000</pubDate>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Modern Workplace]]></category>
		<category><![CDATA[Office 365]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=12019</guid>

					<description><![CDATA[<p>This post explains how you can automatically dismiss reminders for Outlook past events in Microsoft 365. Introduction One of the most annoying things in Outlook, essentially when we have a busy schedule, is that we have to manually dismiss all reminders for past events since Outlook doesn&#8217;t do this by default. In this post, I [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2020/09/27/how-to-automatically-dismiss-reminders-from-outlook-past-events-in-microsoft-365/">How to Automatically Dismiss Reminders from Outlook Past Events in Microsoft 365</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post explains how you can automatically dismiss reminders for Outlook past events in Microsoft 365.</p>



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



<p>One of the most annoying things in Outlook, essentially when we have a busy schedule, is that we have to manually dismiss all reminders for past events since Outlook doesn&#8217;t do this by default. In this post, I will explain how easily you can automatically dismiss reminders from past events and avoid having to dismiss them manually. </p>



<h2 class="wp-block-heading">How-To Steps</h2>



<p>All you have to do is to follow the following steps:</p>



<ol class="wp-block-list"><li>Open Outlook for Windows 10</li><li>Go to File &gt;Options &gt; Advanced</li><li>In the &#8220;Reminders&#8221; section, check the &#8220;Automatically dismiss reminders for past calender events&#8221; option<br><br><img decoding="async" width="847" height="689" class="wp-image-12038" style="width: 900px" src="https://blogit.create.pt/wp-content/uploads/2020/09/Outlook_Dismiss_Past_Events.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/Outlook_Dismiss_Past_Events.jpg 847w, https://blogit.create.pt/wp-content/uploads/2020/09/Outlook_Dismiss_Past_Events-300x244.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/09/Outlook_Dismiss_Past_Events-768x625.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/09/Outlook_Dismiss_Past_Events-696x566.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/09/Outlook_Dismiss_Past_Events-516x420.jpg 516w" sizes="(max-width: 847px) 100vw, 847px" /><br></li><li>Click OK to save your changes</li></ol>



<p>And that&#8217;s it! Once you check this option, all past events in your calendar will be automatically dismissed!</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" 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 want to learn how you can rename a modern SharePoint site, click <a rel="noreferrer noopener" href="https://blogit.create.pt////miguelisidoro/2019/09/23/how-to-rename-a-modern-sharepoint-site-url-in-office-365/" target="_blank">here</a>.</p>



<p>If you want to learn how to save time time scheduling your meetings, click <a aria-label="undefined (opens in a new tab)" 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 <a aria-label="undefined (opens in a new tab)" 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 <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 <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" 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" 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 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 <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 <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 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 <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 <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 Scheduling!</p>
<p>The post <a href="https://blogit.create.pt/miguelisidoro/2020/09/27/how-to-automatically-dismiss-reminders-from-outlook-past-events-in-microsoft-365/">How to Automatically Dismiss Reminders from Outlook Past Events in Microsoft 365</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2020/09/27/how-to-automatically-dismiss-reminders-from-outlook-past-events-in-microsoft-365/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create a Dynamic Team in Microsoft Teams with All Active Employees in Microsoft 365</title>
		<link>https://blogit.create.pt/miguelisidoro/2020/09/21/how-to-create-a-dynamic-team-in-microsoft-teams-with-all-active-employees-in-microsoft-365/</link>
					<comments>https://blogit.create.pt/miguelisidoro/2020/09/21/how-to-create-a-dynamic-team-in-microsoft-teams-with-all-active-employees-in-microsoft-365/#comments</comments>
		
		<dc:creator><![CDATA[Miguel Isidoro]]></dc:creator>
		<pubDate>Mon, 21 Sep 2020 19:13:03 +0000</pubDate>
				<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Microsoft Teams]]></category>
		<category><![CDATA[Modern Workplace]]></category>
		<category><![CDATA[Office 365]]></category>
		<guid isPermaLink="false">https://blogit.create.pt/?p=11900</guid>

					<description><![CDATA[<p>This post explains how you can create a dynamic team in Microsoft Teams to have all active employees in your company using Azure AD Group dynamic membership rules. Introduction We are living challenging times with the current Covid-19 pandemic crisis and keeping teams together is more important than ever! Org-wide teams have been around for [&#8230;]</p>
<p>The post <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/">How to Create a Dynamic Team in Microsoft Teams with All Active Employees in Microsoft 365</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>This post explains how you can create a dynamic team in <a aria-label="undefined (opens in a new tab)" rel="noreferrer noopener" href="https://www.microsoft.com/en-us/microsoft-365/microsoft-teams/group-chat-software" target="_blank">Microsoft Teams</a> to have all active employees in your company using Azure AD Group dynamic membership rules.</p>



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



<p>We are living challenging times with the current Covid-19 pandemic crisis and keeping teams together is more important than ever!</p>



<p>Org-wide teams have been around for quite some time, but these are quite inefficient since we don&#8217;t have any control on what users are added to the team (service accounts for instance are also added if they have valid licenses assigned to them).</p>



<p>This post explains how you can create a new team in Microsoft Teams containing all active employees in your company based on Azure AD Group dynamic membership rules. Unlike org-wide teams, this approach gives you complete control over what users are added to the team.</p>



<p>The &#8220;Team with all employees&#8221; scenario makes more sense for small and medium-sized companies. For larger companies, the steps provided in this post can be adapted to create smaller dynamic teams based on Azure AD dynamic membership rules (ex: department teams or any other type of dynamic teams based on valid Azure AD user profile properties).</p>



<h2 class="wp-block-heading">Pre-Requisites and How-To Steps</h2>



<h3 class="wp-block-heading">Pre-Requisites</h3>



<p>The steps described in this post require:</p>



<ul class="wp-block-list"><li>Azure AD Premium P1 license for all users included in the dynamic team</li><li>If you are using Active Directory, AD attributes have to be correctly configured and synced to Azure AD to allow the dynamic group to retrieve all active company employees (in our example, we are using the companyName attribute and all users with companyName = &#8220;Create IT&#8221; will be considered as active employees)</li></ul>



<h3 class="wp-block-heading">How-To Steps</h3>



<p>Now it is time for the fun part! Follow the following steps:</p>



<ol class="wp-block-list"><li>Create a new <a aria-label="undefined (opens in a new tab)" href="https://docs.microsoft.com/en-us/microsoftteams/get-started-with-teams-create-your-first-teams-and-channels" target="_blank" rel="noreferrer noopener">Team in Microsoft Teams</a> as you would to create a &#8220;normal&#8221; team. If the team already exists and you want to change an already existing Team to be dynamic, you can skip this step</li><li>Go to your <a aria-label="undefined (opens in a new tab)" href="https://aad.portal.azure.com/" target="_blank" rel="noreferrer noopener">Azure Active Directory Admin Center</a></li><li>In Azure Active Directory Admin Center, select &#8220;Groups&#8221;. This option will allow us to access all Azure AD Groups, that contain teams in Microsoft Teams (group type = &#8220;Microsoft 365&#8221;)<br><br><img decoding="async" width="1266" height="612" class="wp-image-12010" style="width: 900px" src="https://blogit.create.pt////wp-content/uploads/2020/09/AAD_Groups_Selection.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Groups_Selection.jpg 1266w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Groups_Selection-300x145.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Groups_Selection-1024x495.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Groups_Selection-768x371.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Groups_Selection-696x336.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Groups_Selection-1068x516.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Groups_Selection-869x420.jpg 869w" sizes="(max-width: 1266px) 100vw, 1266px" /><br></li><li>Select the group you want to edit and set as dynamic. Membership type should be at this time set as &#8220;Assigned&#8221;, meaning that all members are added manually.<br><br><img decoding="async" width="1102" height="329" class="wp-image-11985" style="width: 900px" src="https://blogit.create.pt////wp-content/uploads/2020/09/AAD_Select_Group_AD.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Select_Group_AD.jpg 1102w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Select_Group_AD-300x90.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Select_Group_AD-1024x306.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Select_Group_AD-768x229.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Select_Group_AD-696x208.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Select_Group_AD-1068x319.jpg 1068w" sizes="(max-width: 1102px) 100vw, 1102px" /></li><li>The group details are now shown<br><br><img decoding="async" width="991" height="497" class="wp-image-11944" style="width: 900px" src="https://blogit.create.pt////wp-content/uploads/2020/09/AAD_Group_Details.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details.jpg 991w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details-300x150.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details-768x385.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details-696x349.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details-837x420.jpg 837w" sizes="(max-width: 991px) 100vw, 991px" /></li><li>Select &#8220;Properties&#8221; on the left menu and change the membership type to &#8220;Dynamic user&#8221; and click &#8220;Save&#8221;<br><br><img decoding="async" width="952" height="515" class="wp-image-11949" style="width: 900px" src="https://blogit.create.pt////wp-content/uploads/2020/09/AAD_Group_Edit.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit.jpg 952w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit-300x162.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit-768x415.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit-696x377.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit-776x420.jpg 776w" sizes="(max-width: 952px) 100vw, 952px" /></li><li>Select &#8220;Dynamic membership rules&#8221; on the left menu and add an expression that dynamically retrieves the active employees in the company. In our case, the expression is &#8220;(user.companyName -eq &#8220;Create IT&#8221;) and (user.accountEnabled -eq True)&#8221;. Click &#8220;Save&#8221; to save your changes.<br><br><img decoding="async" width="1194" height="503" class="wp-image-11948" style="width: 900px" src="https://blogit.create.pt////wp-content/uploads/2020/09/AAD_Group_Edit_DynamicMembershipRules.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit_DynamicMembershipRules.jpg 1194w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit_DynamicMembershipRules-300x126.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit_DynamicMembershipRules-1024x431.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit_DynamicMembershipRules-768x324.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit_DynamicMembershipRules-696x293.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit_DynamicMembershipRules-1068x450.jpg 1068w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Edit_DynamicMembershipRules-997x420.jpg 997w" sizes="(max-width: 1194px) 100vw, 1194px" /></li><li>The Azure AD Group is now dynamic and users in the group will be retrieved using the expression set in the previous step<br><br><img decoding="async" width="989" height="491" class="wp-image-11958" style="width: 900px" src="https://blogit.create.pt////wp-content/uploads/2020/09/AAD_Group_Details_DynamicMemberhip.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details_DynamicMemberhip.jpg 989w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details_DynamicMemberhip-300x149.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details_DynamicMemberhip-768x381.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details_DynamicMemberhip-696x346.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details_DynamicMemberhip-846x420.jpg 846w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Details_DynamicMemberhip-324x160.jpg 324w" sizes="(max-width: 989px) 100vw, 989px" /></li><li>Select &#8220;Members&#8221; in the left menu. Now that the AD Group is dynamic, you will not be able to add or remove members from the group manually.<br><br><img decoding="async" width="1036" height="437" class="wp-image-11989" style="width: 900px" src="https://blogit.create.pt////wp-content/uploads/2020/09/AAD_Group_Members.jpg" alt="" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Members.jpg 1036w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Members-300x127.jpg 300w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Members-1024x432.jpg 1024w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Members-768x324.jpg 768w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Members-696x294.jpg 696w, https://blogit.create.pt/wp-content/uploads/2020/09/AAD_Group_Members-996x420.jpg 996w" sizes="(max-width: 1036px) 100vw, 1036px" /></li></ol>



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



<p>To test if the configuration was successful, just follow the following steps:</p>



<ul class="wp-block-list"><li>Add a new user to Active Active Directory, filling the attributes that match the dynamic membership group expression in the Azure AD Group</li><li>Force Azure Active Directory to Azure AD synchronization</li></ul>



<p>Everytime new employees are added to Active Directory and synced to Azure AD, a message in the &#8220;General&#8221; channel in Microsoft Teams will be shown saying that the user has been added to team!</p>



<figure class="wp-block-image size-large"><img decoding="async" width="577" height="148" src="https://blogit.create.pt////wp-content/uploads/2020/09/Teams_New_Members.jpg" alt="" class="wp-image-11964" srcset="https://blogit.create.pt/wp-content/uploads/2020/09/Teams_New_Members.jpg 577w, https://blogit.create.pt/wp-content/uploads/2020/09/Teams_New_Members-300x77.jpg 300w" sizes="(max-width: 577px) 100vw, 577px" /></figure>



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



<p>If you want to learn how to save time time scheduling your meetings, click <a aria-label="undefined (opens in a new tab)" 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 <a href="https://blogit.create.pt////miguelisidoro/2020/09/20/how-to-enable-teams-meeting-attendance-list-download-in-microsoft-365/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">here</a>.</p>



<p>If you want to modernize your SharePoint classic root site to 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" 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" 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 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 <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 <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 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 <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 <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 Scheduling!</p>
<p>The post <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/">How to Create a Dynamic Team in Microsoft Teams with All Active Employees in Microsoft 365</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/miguelisidoro/2020/09/21/how-to-create-a-dynamic-team-in-microsoft-teams-with-all-active-employees-in-microsoft-365/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
