Skip to content

Commit 928a5da

Browse files
authored
Update Set-SPOTenant.md
Adding the below setting to Set-SPOTenant.md [DisableSpacesActivation <Boolean>]
1 parent 2e5d3ab commit 928a5da

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

37703771
PARAMVALUE: $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
39823983
Type: Int32
@@ -4110,6 +4111,24 @@ Default value: False
41104111
Accept pipeline input: False
41114112
Accept 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

Comments
 (0)