Create and Publish Sensitivity Labels - Microsoft Purview (Compliance) (2023)

  • Article
  • 13 minutes to read

.

All Microsoft Purview information protection solutions are implemented usingsensitivity labels. To create and publish these labels, go toMicrosoft Purview-Compliance-Portal.

First, create and configure the sensitivity labels you want to make available to applications and other services. For example, the labels you want users to see and apply in Office apps.

Then create one or more labeling policies that contain the labels and policy settings that you configured. It is the labeling policy that publishes the labels and settings for selected users and locations.

Principal

If you don't already have sensitivity labels, you may be eligible for automatic creation of default labels and a default label policy. Even if you have a few labels, it might be helpful to see the configuration of these default labels that we create for new customers. For example, you can make the same manual settings to speed up the deployment of your own tag.

For more information, seeDefault labels and policies for Microsoft Purview Information Protection.

Principal

If you are not an E5 customer, you can try all premium Microsoft Purview features for free. Use the Purview Solutions 90-day trial to learn how Purview's robust features can help your organization meet compliance and data security requirements. Start now atMicrosoft Purview Compliance Portal Testing Hub. Learn details aboutRegistration and test conditions.

before you start

Your organization's global administrator has full permissions to create and manage all aspects of sensitivity labels. If you are not logging in as a global admin, read on.Permissions required to create and manage sensitivity labels.

Create and configure sensitivity labels

  1. DoMicrosoft Purview-Compliance-Portal, selectsolutions>information protection>labels

  2. Nolabelspage, select+ Create a labelTo start configuring the new sensitivity label:

    Use

    (Video) How to Implement & Manage Sensitivity Labels and Label Policies | Microsoft Purview | Microsoft365

    By default, tenants don't have labels and you have to create them. The labels in the example image show default labels that have beenmigrated from Azure Information Protection.

  3. NoSet the scope for this labelOn the page, the options you select determine the scope of the label for the settings you can configure and where they are visible when published:

    Create and Publish Sensitivity Labels - Microsoft Purview (Compliance) (2)

    • What ifArticleis selected, you can configure settings that apply to applications that support sensitivity labels, such as B. Office Word and Outlook. Optionally, you can expand these labels in the preview.include meetingsfrom Teams and Outlook, and to secure Teams meetings themselves by applying settings to Teams meetings and related chats.

      Se oArticleIf the option is not selected, the first page of these settings is displayed, but you cannot configure them and the labels are not available for users to choose from in these applications.

    • What ifgroups and sitesis selected, you can configure settings that apply to Microsoft 365 for teams and SharePoint sites and groups. If this option is not selected, the first page of these settings will be displayed, but you will not be able to configure them and the labels will not be available for user selection for groups and sites.

    For information about theSchematic databasesscope, cf.Automatically label your content in Microsoft Purview Data Map.

  4. Follow the instructions for configuring the tag settings.

    For more information on label settings, seeWhat sensitivity labels can dogeneral information and use the UI help for individual settings.

  5. Repeat these steps to create more labels. However, if you want to create a child label, first select the parent label and select...ProMore promotionsand then selectadd sub-label.

  6. After creating all the necessary labels, check their order and move them up or down if necessary. To change the order of a label, select...ProMore promotionsand then selectRide upormove down. For more information, seeLabel priority (order matters)from general information.

To edit an existing label, select it and selectedit labelKnopf:

Create and Publish Sensitivity Labels - Microsoft Purview (Compliance) (3)

This button starts theEdit sensitivity labelSetting that allows you to change all tag settings in step 4.

Delete a label only if you understand the implications for users. For more information, seeRemove and delete bookmarksSection.

Use

If you are editing an already published label using a label policy, no further steps are required after configuration is complete. For example, you don't need to add it to a new labeling policy for the changes to be available to the same users. However, it can take up to 24 hours for the changes to replicate across all apps and services.

Until you publish your labels, they cannot be selected from apps or services. To release the labels, they must beadded to a labeling policy.

(Video) Deploy MIP Sensitivity Labels

Important

In thatlabelsguide, do not select thepost tagsguide (orpost tagwhen editing a label), unless you need to create a new label policy. You only need multiple labeling policies if your users require different labels or different policy settings. Try to have as few labeling policies as possible - it's not uncommon to have only one labeling policy for your organization.

Additional label settings with Security and Compliance PowerShell

Additional annotation settings are available withdefinite designationcmdlet de.

For example:

  • Use olocale settingsMultinational deployment parameters to allow users to see the label name and tooltip in their local language. Thefollowing sectionhas an example configuration that specifies the label name and tooltip text for French, Italian, and German.

  • Advanced configurations supported by the inner label are included in the PowerShell documentation. For more help configuring these advanced PowerShell settings, see thePowerShell tips for configuring advanced settingsSection. For other advanced configurations supported by the Azure Information Protection unified labeling client, seeThis client's administration guide documentation.

Example configuration for configuring a sensitivity label for different languages

The following example shows the PowerShell configuration for a label named "Public" with placeholder text for the tooltip. In this example, the label name and tooltip text are set to French, Italian, and German.

As a result of this setting, users with Office applications that use these display languages ​​will see their label names and tooltips in the same language. If you have the Azure Information Protection Unified Labeling client installed to label files from File Explorer, users with these language versions of Windows will see your label names and tooltips in their local language when using the label actions right-click the label.

Use Office for the languages ​​you need to supportlanguage identifier(aka language tags) and provide your own translation for the tag name and tooltip.

Before executing the commands in PowerShell, you must first.

$Languages ​​= @("fr-fr","it-it","de-de")$DisplayNames=@("Publique","Publico","Öffentlich")$Tooltips = @("Texte Français ", "Testo italiano","English text")$label = "Public"$DisplayNameLocaleSettings = [PSCustomObject]@{LocaleKey='DisplayName';Settings=@(@{key=$Languages[0];Value=$DisplayNames [0];}@{key=$Languages[1];Value=$DisplayNames[1];}@{key=$Languages[2];Value=$DisplayNames[2];})}$TooltipLocaleSettings = [PSCustomObject ]@ {LocaleKey='Tooltip';Settings=@(@{key=$Languages[0];Value=$Tooltips[0];}@{key=$Languages[1];Value=$Tooltips[1]; }@ {key=$Languages[2];Value=$Tooltips[2];})}Set-Label -Identity $Label -LocaleSettings (ConvertTo-Json $DisplayNameLocaleSettings -Depth 3 -Compress),(ConvertTo-Json $TooltipLocaleSettings -Depth 3 - Komprimieren)

PowerShell tips for configuring advanced settings

Although you can specify a sensitivity label by its name, we recommend using the GUID of the label to avoid potential confusion when specifying the label or display name. The label name is unique within your tenant, so you can be sure you are configuring the correct label. The display name is not unique and can result in setting the wrong label. To find the GUID and confirm the scope of the label:

Get-Label | Format-Table -Property DisplayName, Name, Guid, ContentType

To remove an advanced setting from a sensitivity label, use the same AdvancedSettings parameter syntax, but specify a null string value. For example:

Set-Label -Identität 8faca7b8-8d20-48a3-8ea2-0f96310a848e -AdvancedSettings @{DefaultSharingScope=""}

To verify your tag configuration, including advanced settings, use the following syntax with your own tag GUID:

(Get-Label -Identity 8faca7b8-8d20-48a3-8ea2-0f96310a848e).configurações

Publish sensitivity labels by creating a labeling policy

  1. DoMicrosoft Purview-Compliance-Portal, selectsolutions>information protection>etiquette guidelines

  2. Noetiquette guidelinespage, selectpost tagto startcreate policyConstruction:

    Use

    (Video) How to create and use sensitivity labels in Microsoft 365

    By default, tenants don't have label policies and you must create them.

  3. NoSelect sensitivity labels to publishside, choose theSelect sensitivity labels to publishShortcut. Select the labels you want to be available in apps and services, then selectAdd to.

    Important

    If you select a child label, be sure to also select the parent label.

  4. Review selected labels and select to make changesTo edit. Otherwise, selectNext.

  5. Follow the prompts to configure policy settings.

    The displayed policy settings match the scope of the selected labels. For example, if you selected labels that only have thisArticleScope, don't see policy settingsApply this label to groups and sites by defaulteRequire users to label their groups and sites.

    For more information about these settings, seeWhat Labeling Guidelines Can Dogeneral information and use the UI help for individual settings.

    For labels set toMicrosoft Purview Data Map Assets (Preview): These labels have no associated policy settings.

  6. Repeat these steps if you need different policy settings for different users or scopes. For example, you might want additional labels for a group of users, or a different default label for a subset of users. Or if you've set up labels with different scopes.

  7. If you create more than one labeling policy that might conflict for a user, review the order of the policy and move it up or down as needed. To change the order of a label policy, select...ProMore promotionsand then selectRide upormove down. For more information, seeLabel policy priority (ordering issues)from general information.

completion ofcreate policy-The setting automatically publishes the labeling policy. To make changes to a published policy, simply edit it. You cannot choose a specific action to post or repost.

To edit an existing label policy, select it and then select theedit policyKnopf:

Create and Publish Sensitivity Labels - Microsoft Purview (Compliance) (5)

This button starts thecreate policyConfiguration that allows you to edit the included labels and label settings. When configuration is complete, all changes are automatically replicated to selected users and services.

Additional labeling policy settings using Security and Compliance PowerShell

Additional labeling policy settings are available withSet-LabelPolicycmdlet de.

This documentation contains advanced settings supported by integrated labeling. For other advanced configurations supported by the Azure Information Protection unified labeling client, seeThis client's administration guide documentation.

When to expect new labels and changes to take effect

For labels and label policy settings, allow 24 hours for changes to propagate across services. There are many external dependencies, each with their own time cycles, so it's a good idea to wait this 24 hour period before spending time troubleshooting labels and label policies for recent changes.

(Video) Understanding Sensitivity Labels: Set Up and Management Across Power BI, Azure Purview, and O365

However, there are some scenarios where label and label policy changes can take effect much more quickly or take longer than 24 hours. For example, updates to new and deleted sensitivity labels for Word, Excel, and PowerPoint on the web can be replicated within an hour. But for configurations that rely on populating a new group and changes to group membership or network replication latency and bandwidth limitations, these changes can take 24-48 hours.

Use PowerShell for sensitivity labels and their policies

you can use nowto create and configure all the settings you see in your labeling admin center. This means that in addition to using PowerShell for settings not available in the naming admin centers, you can now fully script the creation and management of sensitivity labels and sensitivity label policies.

See the following documentation for supported parameters and values:

  • new label
  • New-LabelPolicy
  • definite designation
  • Set-LabelPolicy

Principal

When configuring advanced settings for a sensitivity label, it can be helpful to refer to thePowerShell tips for configuring advanced settingssection on this page.

You can also useremove tageRemove-LabelPolicyif you need to script deletion of sensitivity labels or sensitivity label policies. However, before deleting sensitivity labels, read the next section.

Remove and delete bookmarks

In a production environment, it is unlikely that you will need to remove sensitivity labels from a labeling policy or delete sensitivity labels. It is most likely that you will need to perform one or more of these actions during an initial trial period. Make sure you understand what happens when you perform any of these actions.

Removing a label from a label policy is less risky than deleting it and can always be added back if needed. You cannot delete a label if it is still in a label policy.

If you remove a label from a label policy so that the label is no longer published to the originally specified users, the next time the label policy is updated, users will no longer see that label for selection in their Office applications. If that label has already been applied, the label will not be removed from the content or container. For example, users using labels built into desktop apps for Word, Excel, and PowerPoint will still see the label name applied in the status bar. An applied container label still protects the Teams or SharePoint site.

In comparison, when deleting a label:

  • If the label has encryption applied, the underlying protection model is shelved so previously protected content can still be opened. Due to this archived protection template, you cannot create a new tag with the same name. Although it is possible to delete a protection template withPower Shell, only do this if you are sure you don't need to open content encrypted using the archived template.

  • For documents stored in SharePoint or OneDrive and you havesensitivity labels enabled for office files: When you open the document in Office for the web, the label applied in the app doesn't appear and the name of the label no longer appears in thesensitivityColumn in SharePoint. If the deleted label has applied encryption and the Services are able to process the encrypted content, the encryption will be removed. The outgoing actions of these services produce the same result. For example, download it, copy it there, move it there, and open it with a desktop or mobile Office app. While the label information remains in the file's metadata, applications are no longer able to map the label ID to a friendly name, leading users to assume that a file is not labeled.

  • For documents stored outside of SharePoint and OneDrive or for which you haven't enabled sensitivity labels for Office files and for emails: When you open the content, the label information is preserved in the metadata, but without mapping the label ID to name persistent users View the name of the applied label (for example, in the status bar of desktop applications). If the deleted label applied encryption, the encryption will remain and users will continue to see the name and description of the now archived protection template.

  • For containers like sites in SharePoint and Teams: The label is removed and any settings defined with that label are no longer applied. This action typically takes between 48 and 72 hours for SharePoint sites, and may be faster for Microsoft 365 teams and groups.

As with all label changes, removing a sensitivity label from a labeling policy or deleting a sensitivity label takes time to replicate between users and services.

Next steps

Use the following articles to configure and use your sensitivity labels for specific scenarios:

  • Restrict access to content using encryption on sensitivity labels

  • Automatically apply a sensitivity label to content

    (Video) How to Create & Manage Retention Labels & Label Policies in Microsoft 365 | Microsoft Purview

  • Use sensitivity labels with teams, groups, and sites

  • Enable sensitivity labels for Office files in SharePoint and OneDrive

To monitor how your labels are being used, seeStart with data classification.

FAQs

How do I add a sensitivity label in purview? ›

To create new sensitivity labels or modify existing labels:

Open the Microsoft Purview compliance portal. Under Solutions, select Information protection, then select Create a label. Name the label.

How long does it take for sensitivity labels to publish? ›

However, allow up to 24 hours for the changes to replicate to all apps and services. Until you publish your labels, they won't be available to select in apps or for services.

What is the best practice for sensitivity labels? ›

Microsoft recommends label names that are self-descriptive and that highlight their relative sensitivity clearly. For instance, Confidential and Restricted may leave users guessing which is appropriate, while Confidential and Highly Confidential are more clear on which is more sensitive.

What is the maximum number of sensitivity labels that you can apply to file? ›

There's no limit to the number of sensitivity labels that you can create and publish, with one exception: If the label applies encryption that specifies the users and permissions, there's a maximum of 500 labels supported with this configuration.

Can users apply sensitivity labels manually? ›

With sensitivity labels, you can decide which users and groups can use the labels, and can be applied either manually or automatically. By default, a global administrator can create and manage sensitivity labels.

How do I activate sensitivity labels? ›

How to enable sensitivity labels for SharePoint and OneDrive (opt-in)
  1. Sign in to the Microsoft Purview compliance portal as a global administrator, and navigate to Solutions > Information protection > Labels.
  2. If you see a message to turn on the ability to process content in Office online files, select Turn on now:
6 days ago

How do I publish sensitivity labels to all users? ›

From the “Choose labels” section, click Choose sensitivity labels to publish. Select your new label, then add. Select users to publish this label to, in this case “All Employees” again. Then we select if we want to apply this label by default or rely on users to add it.

How long should I wait for a record label to respond? ›

The average time of response is between 7 days and 3 months. It depends on the label's scale and the amount of staff responsible for demos.

What is the difference between AIP and sensitivity labels? ›

Azure Information Protection is a more advanced subscription with more capabilities than what exists using the Office 365 Security & Compliance center's “Sensitivity labels”—again, at least for now. The main difference to note is that AIP is better suited to hybrid environments.

What is the purpose of sensitivity labels? ›

Sensitivity labels are used to add an additional layer of protection to your files or emails. They allow you to classify documents as confidential or highly confidential labels which once applied, determine what users can do with that file.

Which groups can you publish sensitivity label? ›

Microsoft 365 licensing guidance for security & compliance. In addition to using sensitivity labels to protect documents and emails, you can also use sensitivity labels to protect content in the following containers: Microsoft Teams sites, Microsoft 365 groups (formerly Office 365 groups), and SharePoint sites.

What are the best practices in Labelling? ›

1. Streamline the barcode label design process
  • Populate product descriptions and expiration dates.
  • Calculate and generate barcodes and RFID.
  • Create labels that comply with industry standards.
  • Group labels in a single template.
  • Make global changes across the supply chain.

What license is required for sensitivity labels? ›

Sensitivity labels can be used in environments that are licensed with the Microsoft 365 Enterprise E3 or E5 SKUs, or Microsoft 365 Business Premium SKU. The features available differ depending on which license you are using – and even if you are licensed for some features, you might not use them all.

How is information sensitivity calculated? ›

To determine how sensitive specific is and how it should be classified, think about the confidentiality, integrity and availability (CIA triad) of that information and how it would impact your organization or its customers if it was exposed.

Why are my sensitivity labels not showing in Office 365? ›

Labeled email messages that were delivered before the sensitivity labeling feature was enabled may not display the label. Remove your account from Outlook for Mac and re-add it. This will cause mails to be downloaded again, and sensitivity labels should be displayed.

How to assign permissions to specific users and groups sensitivity label? ›

On the Assign permissions pane, select Add specific email addresses or domains. In the text box, enter the email address of the first user (or group) to add, and then select Add. Select Choose permissions. On the Choose permissions pane, select the permissions for this user (or group), and then select Save.

How many sensitivity labels can you apply to a file in SharePoint? ›

In this post, we've explained the principles of applying sensitivity labels at the container level within Microsoft 365. We showed you that there are currently three containers to which sensitivity labels can be applied. These are SharePoint Sites, Microsoft Teams, and M365 groups.

What are the three main categories of sensitive information that require protection from unauthorized access? ›

There are three main types of sensitive information:
  • Personal Information. Also called PII (personally identifiable information), personal information is any data that can be linked to a specific individual and used to facilitate identity theft. ...
  • Business Information. ...
  • Classified Information.

How do I upload a sensitivity code? ›

BGMI Sensitivity code: How to back it up online

- Now, you have to select the "Sensitivity" option. Under there, you will find the “Upload to Cloud” option, which you have to click now. - Next, you will need to confirm uploading your sensitivity settings to the cloud, following which you have to click “OK”.

How to enable sensitivity labels for containers and synchronize labels? ›

  1. Enable sensitivity labels for containers and synchronize labels. ...
  2. Configure “Groups & sites” settings in the sensitivity labeling wizard. ...
  3. Publish sensitivity labels that are configured for sites and groups.
Feb 18, 2021

Which unified group setting should you configure to enable sensitivity label? ›

To enable the feature requires the use of the Azure AD PowerShell Module. The final step is to connect the Microsoft 365 Compliance Center to Azure AD (for Unified label integration).

Can sensitivity labels apply watermark to email? ›

You can use sensitivity labels to mark the content when you use Office apps, by adding watermarks, headers, or footers to documents that have the label applied. You can use sensitivity labels to mark the content when you use Office apps, by adding headers, or footers to email that have the label applied.

Does a sensitivity label sends an alert whenever a user posts an inappropriate message? ›

It alerts them the file they uploaded (provides the name of the file) is too sensitive to the site and provides some suggestions to rectify the problem. IMPORTANT: Even if the user is a guest of the tenant, they will receive a notification.

What teams features can be controlled by using sensitivity labels? ›

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.

Is it hard getting a record deal? ›

It's not easy – but it's definitely not impossible. If you have a great music product and can show that there's an audience for your music, then the process of getting a record deal will be easier. It also takes a lot of hard work and a bit of luck!

What percentage do most record labels take? ›

As a quick reference, record labels can keep a cut anywhere from 50-90% of your earnings. It is an industry norm for a new artist to only receive 10-16% of their sales.

Is it worth starting a record label? ›

Gaining music industry knowledge and experience

I believe that starting a record label is one of the most valuable things you can do to train your understanding of the music industry. You will have to deal with A&R duties (finding & signing talented artists), legal aspects, promotion, and ongoing project management.

What are the three types of keys in AIP? ›

The AIP key topologies that are available include a “Microsoft-managed” key, a “customer- managed” key, and a third key type that is a mix of these two. The major difference between these three types of keys are the place where they are created.

What are the four AIP sensitivity settings? ›

In AIP, a classification label is used to identify data based on its level of sensitivity and the impact to your business. Most common sensitivity levels are categorized as restricted, confidential, official use, and public.

What is the most suitable MS AIP label? ›

When looking at what is the most suitable MS Azure Information Protection label while sharing a presentation, you might want to use Official or Confidential. You would not want it to be public.

What are Microsoft sensitivity labels? ›

Sensitivity labels are a powerful tool that can help increase your Office 365 data security and force your employees to be more careful with data sharing. Using tags, you can easily track your content's activity, protect content in other applications, automatically label content, encrypt emails, and much more.

Why is it important to generate a sensitivity report? ›

Conducting sensitivity analysis provides a number of benefits for decision-makers. First, it acts as an in-depth study of all the variables. Because it's more in-depth, the predictions may be far more reliable. Secondly, It allows decision-makers to identify where they can make improvements in the future.

What are the 3 categories of labeling? ›

There are three kinds of labels: • Brand • Descriptive • Grade Labeling Marketing Essentials Chapter 31, Section 31.2 Page 40 The brand label * gives the brand name, trademark, or logo.

What are the minimum requirements for labeling products? ›

Name and address of the manufacturer, packer, or distributor; Product description, including contents, materials, and the amount of the product included. You may also include a serial number or a batch number for tracking purposes; Compliance marks for specific regulatory standards.

What are Microsoft sensitivity labels best practices? ›

Microsoft recommends label names that are self-descriptive and that highlight their relative sensitivity clearly. For example, Confidential and Restricted may leave users guessing which label is appropriate, while Confidential and Highly Confidential are clearer on which is more sensitive.

What 5 elements must be included within a label? ›

5 Basic Elements that MUST be on Your Food Label
  • Ingredients.
  • Sugar, fat, and sodium content.
  • Calorie counts and serving size.
  • Freshness.
  • Organic.
  • GMOs.
Jan 14, 2021

What are the 4 types of Labelling? ›

There are four major types of labels that companies and small businesses are using for their products and operations: brand labels, informative labels, descriptive labels, and grade labels.

What are the 3 rules for labeling variables? ›

Rules for naming variables:
  • All variable names must begin with a letter of the alphabet or an. underscore( _ ). ...
  • After the first initial letter, variable names can also contain letters and numbers. ...
  • Uppercase characters are distinct from lowercase characters. ...
  • You cannot use a C++ keyword (reserved word) as a variable name.

How do you enable sensitivity labels for containers and synchronize labels? ›

  1. Enable sensitivity labels for containers and synchronize labels. ...
  2. Configure “Groups & sites” settings in the sensitivity labeling wizard. ...
  3. Publish sensitivity labels that are configured for sites and groups.
Feb 18, 2021

How do I create a sensitivity label in Azure? ›

Assign a label to a new group in Azure portal
  1. Sign in to the Azure AD admin center.
  2. Select Groups, and then select New group.
  3. On the New Group page, select Office 365, and then fill out the required information for the new group and select a sensitivity label from the list.
  4. Save your changes and select Create.

How do I add a sensitivity label in SharePoint? ›

View and manage sensitivity labels in the SharePoint admin center
  1. Select the site name to open the details pane.
  2. Select the Policies tab, and then select Edit for the Sensitivity setting.
  3. From the Edit sensitivity setting pane, select the sensitivity label you want to apply to the site.
Feb 6, 2023

Why use sensitivity labels? ›

Sensitivity labels are used to add an additional layer of protection to your files or emails. They allow you to classify documents as confidential or highly confidential labels which once applied, determine what users can do with that file.

Which files can you apply sensitivity labels by using auto labeling? ›

Specific to the Azure Information Protection unified labeling client: Automatic and recommended labeling applies to Word, Excel, and PowerPoint when you save a document, and to Outlook when you send an email.

Can a sensitivity label can control user access to a Microsoft Teams team? ›

You can use sensitivity labels to control guest access to your teams. Teams created with a label that doesn't allow guest access are only available to users in your organization. People outside your organization can't be added to the team.

What type of encryption is sensitivity labels? ›

With Microsoft Information Protection, you can apply sensitivity labels to files, emails, and containers such as SharePoint Libraries. These labels apply protection which, in the context of files and emails, really means encryption using AES-128 or 256 (key size depends on file type).

What type of encryption is used with sensitivity labels? ›

By default, encryption for a sensitivity label uses the Azure Rights Management service from Azure Information Protection. When a user applies a sensitivity label to protect a document or email by using encryption, that user becomes the Rights Management issuer for that content.

Can I send personal sensitive information via email? ›

Never put personal or confidential data in the body of an email or in an attachment, unless the attachment is encrypted, and the encryption pass-phrase is communicated through a different route.

How many sensitivity labels can you apply to file on SharePoint? ›

In this post, we've explained the principles of applying sensitivity labels at the container level within Microsoft 365. We showed you that there are currently three containers to which sensitivity labels can be applied. These are SharePoint Sites, Microsoft Teams, and M365 groups.

What is sensitivity label by default? ›

The default sensitivity label policy makes the labels available for users to start labeling their documents and emails with sensitivity labels. It has the following configuration: Publish the default labels to all users in your tenant.

Videos

1. Azure Purview: Label Your Data Automatically
(Microsoft Security Community)
2. How to Create Microsoft AIP Sensitivity Labels & Policy File & Email -walk through
(silera uk)
3. Protect documents with sensitivity labels in Microsoft 365 Business Premium
(Microsoft 365)
4. Design a Custom Sensitive Info Type (SIT) in Microsoft Purview
(Doug Does Tech)
5. Using Sensitivity Labels with Microsoft Teams, Microsoft 365 Groups, and SharePoint sites
(Ben Stegink - Intelligink)
6. Microsoft 365 - Publish a New Label using the Security and Compliance Center
(Trainer_Mom)
Top Articles
Latest Posts
Article information

Author: Allyn Kozey

Last Updated: 03/30/2023

Views: 5892

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Allyn Kozey

Birthday: 1993-12-21

Address: Suite 454 40343 Larson Union, Port Melia, TX 16164

Phone: +2456904400762

Job: Investor Administrator

Hobby: Sketching, Puzzles, Pet, Mountaineering, Skydiving, Dowsing, Sports

Introduction: My name is Allyn Kozey, I am a outstanding, colorful, adventurous, encouraging, zealous, tender, helpful person who loves writing and wants to share my knowledge and understanding with you.