06-10-2020 10:03 AM
Get-SPOSite how to get all sites on my tenant with a Sensitivity label = Highly Confidential?
The Powershell command Get-SPOSite gets all sites on my Office 365 tenant. How could I filter all site with a sensitivy label?
06-10-2020 11:50 PM
Use a filter against the SensitivityLabel property? It has to be a client-side filter though, via where-object, as the -Filter parameter doesn't seem to support the SensitivityLabel property.
06-11-2020 08:16 AM
06-11-2020 08:28 AM
Try using the -Detailed switch.
06-11-2020 08:48 AM