Hi,
Does anyone know how to remove a sensitivity label from an SPO site using PowerShell? I have tried Set-SPOSite -Identity $URL -SensitivityLabel $null with no luck
Thanks,
Mike.
Hi,
Does anyone know how to remove a sensitivity label from an SPO site using PowerShell? I have tried Set-SPOSite -Identity $URL -SensitivityLabel $null with no luck
Thanks,
Mike.
Hello @mvz00 ,
According to my research, we could not remove Sensitivity Labels for SharePoint sites through PowerShell command.
You can manually remove Sensitivity Labels through Sharepoint admin center.
1.SharePoint admin center >> (Sites) Active sites >> find the specific site and click it


2.On theSite detailed settings page, click on Policies >> Edit Sensitivity

3.On the edit sensitivity setting page, select None and save it.


Thanks,
Echo Du
================================
If an Answer is helpful, please click "Accept Answer" and upvote it.
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.
Hi, thanks for the reply. I am aware of this method but have over 200 sites in the environment. Does this mean I have to do manually for each of them?
Thanks,
Mike.
I appreciate the response, but this isn't really a solution to the problem.
Having to manually re-configure hundreds of sites via the GUI is not really an option. And the fact that the commands exist to set the sensitivity label but not remove it is quite absurd.
Thanks,
Mike.
9 people are following this question.