@@ -210,6 +210,7 @@ Set-SPOTenant
210210 [-EnableMediaReactions <Boolean> ]
211211 [-AllowSensitivityLabelOnRecords <Boolean> ]
212212 [-ContentSecurityPolicyEnforcement <Boolean> ]
213+ [- DisableSpacesActivation <Boolean>]
213214 [<CommonParameters>]
214215```
215216
@@ -3765,7 +3766,7 @@ Accept wildcard characters: False
37653766
37663767# ## -AnyoneLinkTrackUsers
37673768
3768- Requires recipients to verify their identity with an email address to access content from an Anyone link
3769+ Requires recipients to verify their identity with an email address to access content from an Anyone link.
37693770
37703771PARAMVALUE : $true | $false
37713772
@@ -3976,7 +3977,7 @@ Accept wildcard characters: False
39763977
39773978# ## -StreamLaunchConfig
39783979
3979- Sets the default destination for the Stream app launcher tile
3980+ Sets the default destination for the Stream app launcher tile.
39803981
39813982` ` ` yaml
39823983Type: Int32
@@ -4110,6 +4111,24 @@ Default value: False
41104111Accept pipeline input: False
41114112Accept wildcard characters: False
41124113` ` `
4114+
4115+ # ## -DisableSpacesActivation
4116+
4117+ Controls SharePoint spaces activation.
4118+
4119+ PARAMVALUE : $true | $false
4120+
4121+ ` ` ` yaml
4122+ Type: Boolean
4123+ Parameter Sets: (All)
4124+ Applicable: SharePoint Online
4125+ Required: False
4126+ Position: Named
4127+ Default value: False
4128+ Accept pipeline input: False
4129+ Accept wildcard characters: False
4130+ ` ` `
4131+
41134132# # RELATED LINKS
41144133
41154134[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments