Forum Discussion

Lloyd Adams's avatar
Lloyd Adams
Iron Contributor
Feb 03, 2021
Solved

Spaces on the New menu

Roadmap item 67135 will create an additional entry on the New menu to create a Space. Standard release is mid-Feb to mid April 2021.  If we want to turn this off by default (we do), then according to...
  • ganeshsanap's avatar
    Feb 03, 2021

    Lloyd Adams 

     

    You can use Set-SPODisableSpacesActivation by updating “Microsoft.Online.SharePoint.PowerShell” module to v16.0.20912.12000.

     

    To update SharePoint Online PowerShell use, documentation:

     

    Update-Module -Name Microsoft.Online.SharePoint.PowerShell

     

    To disable Spaces option use:

     

    Set-SPODisableSpacesActivation -scope tenant -Disable $true

     

    You can find more information about this at (see comments as well): SharePoint spaces to be available by default in New menu 


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.