Default sensitivity labels is grayed out for a SharePoint site

jpcapone 1,576 Reputation points
2024-11-18T22:55:24.67+00:00

I am attempting to configure a SharePoint site for a Default Sensitivity Label but I am finding that the option is grayed out/disabled as in the screenshot below:

User's image

I have SharePoint admin permissions.

Also confirmed this setting. (Get-SPOTenant).EnableAIPIntegration

True

Also the labels are published to my account and I am able to view them in other applications like Word and Outlook. The label itself is scoped properly

User's image

Any suggestions would be appreciated.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,932 questions
0 comments No comments
{count} votes

Accepted answer
  1. RaytheonXie_MSFT 36,576 Reputation points Microsoft Vendor
    2024-11-19T02:19:00.1866667+00:00

    Hi @jpcapone,

    Set DisableDocumentLibraryDefaultLabeling to true will also disable the DefaultLabeling, you could run following cmdlet to enable the feature

    Set-SpoTenant -DisableDocumentLibraryDefaultLabeling $false
    

    And if a library is enabled for IRM, you won't be able to select a default sensitivity label, you could check the following requirements

    https://learn.microsoft.com/en-us/purview/sensitivity-labels-sharepoint-default-label#requirements

    https://learn.microsoft.com/en-us/power-bi/enterprise/service-security-sensitivity-label-change-enforcement


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.