Hi, I want to read the available audit settings for all site collections in SharePoint Online using CSOM. In SharePoint On-Premise, we can easily get it through Get-SPSite from the property $_.Audit.AuditFlags, but how can we read it in SPO using
CSOM?
↧