Dec 14 2021 05:46 AM
Hi,
is there anyway to find out which sensitivity labels are applied to specific SharePoint site (using Powershell)?
Kr,
Dino
Dec 14 2021 06:01 AM
Dec 15 2021 06:53 AM
Dec 16 2021 05:14 AM
@Andres Gorzelany Hi, not an PowerShell guru at all but can confirm that Get-SPOSite with "sensitivitylabel" doesn't work against multiple sites so you have to specify that.
Just examples
Get-SPOSite -Identity xxx | select sensitivitylabel
Get-Label | ft name, guid
Get-Labelpolicy | ft name, guid
Dec 16 2021 05:46 AM
Dec 16 2021 06:13 AM
Jan 09 2023 04:20 PM
Solution