How to apply sensitivity labels on your teams?

by Paul Lefevre

Sensitivity labels are a Microsoft Purview Information protection allowing classification and protection over your organization’s data. It has been available first for documents, emails, and apps and the option is now associable with containers (teams, groups, and SharePoint sites).

Team privacy and guest access are configurable directly in Powell Teams templates.

Applying sensitivity labels to your teams allows you to control the access of the content stored in the team. The following governance configurations are taken into account: privacy settings, external user access, external sharing, and access from unmanaged devices. To be able to enable sensitivity labels on containers, please follow the instruction below.

Powell Teams has no technical possibility to be able to get the sensitivity labels to feature of Microsoft to reuse them in Powell Teams templates.

Enable sensitivity labels on Azure AD

1. Open a Windows PowerShell window on your computer. You can open it without elevated privileges.

 

2. Run the following commands to prepare to run the cmdlets.

Install-Module AzureADPreview
Import-Module AzureADPreview
AzureADPreview\Connect-AzureAD

On the Sign in to your account page, enter your admin account and password to connect you to your service, and select Sign in.

 

3. Fetch the current group settings for the Azure AD organization and display the current group settings.

$grpUnifiedSetting = (Get-AzureADDirectorySetting | where -Property DisplayName -Value "Group.Unified" -EQ)
$Setting = $grpUnifiedSetting
$grpUnifiedSetting.Values

 

4. Enable the feature:

$Setting["EnableMIPLabels"] = "True"

A Microsoft documentation is available here for more details.

 

Synchronize your sensitivity labels to Azure AD and activate it for containers

1. To synchronize your sensitivity labels to Azure AD, you need first to connect to Security & Compliance PowerShell.

For example, in a PowerShell session that you run as an administrator, sign in with a global administrator account.

2. Then run the following command to ensure your sensitivity labels can be used with Microsoft 365 groups:

Execute-AzureAdLabelSync

3. You can now enable sensitivity labels on groups and sites here while creating or editing a label in Microsoft Purview Information.

groupsandsites-scope-options-sensitivity-label.png

Create a sensitivity label

Now that all the prerequisites have been checked, you can create a new sensitivity label in Microsoft Purview Information.

 

Provide a name and description to your label:

new-sensitivity-label

Define the scope of your label to let it be applied to groups and sites:

scope-sensitivity-label.png

Configure your protection settings:

protection-sensitivity-label

First with external user access settings:

privacy-sensitivity-label

And then with external sharing and device access:

share-sensitivity-label

 

The last step is now to publish this new label:

publish-sensitivity-label

Here you can select the default label you want to apply while creating a new team:

policy-sensitivity-label

And finally name your policy:

naming-policy-sensitivity-label

 

What about team classification?

Team’s classification labels are text strings you associate with a Microsoft 365 group, but they do not have any associated controls or policies.

The team’s classification labels are simply metadata; for security, you will need to use Sensitivity labels and policies. The classification labels need adding using PowerShell, and you cannot combine them with Sensitivity labels.

 

Want to know more about improving your Microsoft Teams experience?

Powell Teams helps IT and end-users overcome common Microsoft Teams problems while at the same time providing an improved and engaging collaborative experience. Discover more about how to take your Microsoft Teams collaboration experience to the next level for both IT teams and users with Powell Teams.

EN - CTA - Demo : Powell Teams

Subscribe to our newsletter and receive the latest information about the Digital Workplace every month.