Forum Discussion
Spaces on the New menu
- Feb 03, 2021
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.PowerShellTo disable Spaces option use:
Set-SPODisableSpacesActivation -scope tenant -Disable $trueYou 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.
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.
ganeshsanap thanks for your response.
Well we had a call back from MS support, and they said try it again. So with no changes, it now works. Make of that what you will.