Thursday, July 8, 2021

Disabling SharePoint Online Site Creation for Users with Powershell

A friendly newer feature of SharePoint Online is that users can create their own SharePoint site without admin interaction. Note that this is different from restricting Office 365 group creation, this option lives under their SharePoint landing page. To disable this functionality in the web you can just do it via the SharePoint admin center (Settings > Site Creation), but the PowerShell method is harder to find.


The cmdlet you are looking for is: Set-SPOTenant -DisplayStartASiteOption $false


You must of course already be connected to SPO, whcih is out of scope of this post, see Here

No comments:

Post a Comment