Sensitivity label

Irin Sultana 377 Reputation points
2024-03-25T20:39:11.42+00:00

Hi,

I have a question about sensitivity label. Is there anyway admin can remove sensitivity label from file? One of our employee applied sensitivity label but he is no longer with us. How can i remove the sensivity from that file?

Thank You!

Irin Sultana

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
543 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,193 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,154 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 24,630 Reputation points MVP
    2024-03-25T23:07:12.38+00:00

    Try either method

    1. Using Microsoft 365 Compliance Center: Sign in to the Microsoft 365 Compliance Center with appropriate administrative permissions. Navigate to the "Sensitivity labels" or "Information protection" section. Locate the file or content with the applied sensitivity label. Select the file and choose the option to remove or change the sensitivity label.
    2. Using Microsoft PowerShell: Install and configure the required PowerShell modules for Microsoft Information Protection. Use PowerShell cmdlets to remove sensitivity labels from files or content. Example PowerShell command: Remove-RetentionCompliancePolicy -Identity "File_Path"

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution.

    hth

    Marcin

    1 person found this answer helpful.

  2. Tatu Seppälä 10 Reputation points MVP
    2024-10-08T11:46:33.6066667+00:00

    If the document is (or can be moved to) either SharePoint Online or OneDrive, you can remove the sensitivity label and possible associated encryption with Unlock-SPOSensitivityLabelEncryptedFile: https://learn.microsoft.com/en-us/powershell/module/sharepoint-online/unlock-sposensitivitylabelencryptedfile?view=sharepoint-ps

    In my experience, it has worked fine even if the targeted file is not in fact separately encrypted. All you need is a user account with SharePoint Admin (or Global Admin) privileges. The cmdlet is part of the standard SharePoint Online Management module.

    This approach is lighter than using the traditional AIP Super User capabilities. An another bonus is the fact that you don't need direct local access to the file to run the cmdlet.

    0 comments No comments

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.