Forum Discussion

Rohit Yadav's avatar
Rohit Yadav
Bronze Contributor
Mar 12, 2025

Does SharePoint Classic sites support Sensitivity Labels?

Hi there, 

I am implementing Sensitivity Labels for an organization. They have a couple of SharePoint Classic sites that are required to be labelled. These sites have the old UI and as a result have no Site Information option to choose a label.

Does anyone know if we can apply a label to classic sites from Admin Center or using PowerShell?

2 Replies

  • My Second Answer: Yes, you can apply Sensitivity Labels to SharePoint Classic sites using both the Admin Center and PowerShell:

    1. Admin Center:
      • Navigate to the SharePoint Admin Center.
      • Select the site you want to label.
      • Click on the Policies tab.
      • Under Sensitivity, click Edit and choose the label to assign to the site
    2. PowerShell:
      • Ensure Sensitivity Labels are enabled.
      • Create an Azure AD App Registration with permissions to assign sensitivity labels for SharePoint sites.
      • Enable metered APIs and services in Microsoft Graph.
      • Run the script provided in this article

    Assign Sensitivity Labels In SharePoint with MSGraph (PowerShell)

    | https://sposcripts.com/assign-sensitivity-labels-in-sharepoint  

Resources