SOLVED

Spaces on the New menu

Iron Contributor

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 the notification message, we can execute PowerShell command Set-SPODisableSpacesActivation.

 

Sounds good doesn't it.  But according to Microsoft support the version of the PS module to support this is not scheduled for release until March 21st.  So we are likely to have this change forced on us without any way of turning it off.

 

Anyone from Microsoft care to comment?

2 Replies
best response confirmed by Lloyd Adams (Iron Contributor)
Solution

@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.

 

@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.

1 best response

Accepted Solutions
best response confirmed by Lloyd Adams (Iron Contributor)
Solution

@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.

 

View solution in original post