Forum Discussion
shocko
Nov 04, 2022Iron Contributor
Automate SharePoint Online Organizational Settings
I wish to automate various aspects of Sharepoint Online including site level but also organization level settings like external sharing etc. I don't see how to do this with the Graph REST API nor the...
Nov 05, 2022
You could simply set the org-level and then control all containers (sites, groups and teams) with sensitivity labels for containers, which include sharing level and default sharing links etc.
https://learn.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels-teams-groups-sites?view=o365-worldwide
https://learn.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels-teams-groups-sites?view=o365-worldwide
shocko
Nov 06, 2022Iron Contributor
Set as in manually? I'm looking to automate.
- Nov 06, 2022Isn’t much work to toggle the org-wide setting once is it? Haven’t used Graph for adding labels to containers but there’s PowerShell too.