Skip to content

Commit

Permalink
Update Set-SPOTenant.md
Browse files Browse the repository at this point in the history
Adding the below setting to Set-SPOTenant.md
[DisableSpacesActivation <Boolean>]
  • Loading branch information
prgundel authored Nov 22, 2024
1 parent 2e5d3ab commit 928a5da
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ Set-SPOTenant
[-EnableMediaReactions <Boolean> ]
[-AllowSensitivityLabelOnRecords <Boolean> ]
[-ContentSecurityPolicyEnforcement <Boolean> ]
[- DisableSpacesActivation <Boolean>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -3765,7 +3766,7 @@ Accept wildcard characters: False

### -AnyoneLinkTrackUsers

Requires recipients to verify their identity with an email address to access content from an Anyone link
Requires recipients to verify their identity with an email address to access content from an Anyone link.

PARAMVALUE: $true | $false

Expand Down Expand Up @@ -3976,7 +3977,7 @@ Accept wildcard characters: False

### -StreamLaunchConfig

Sets the default destination for the Stream app launcher tile
Sets the default destination for the Stream app launcher tile.

```yaml
Type: Int32
Expand Down Expand Up @@ -4110,6 +4111,24 @@ Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableSpacesActivation

Controls SharePoint spaces activation.

PARAMVALUE: $true | $false

```yaml
Type: Boolean
Parameter Sets: (All)
Applicable: SharePoint Online
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

## RELATED LINKS

[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
Expand Down

0 comments on commit 928a5da

Please sign in to comment.