Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Set-SPOTenant
[-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
[-AllOrganizationSecurityGroupId <Guid>]
[-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>]
[-AllowClassicPublishingSiteCreation <Boolean>]
[-AllowCommentsTextOnEmailEnabled <Boolean>]
[-AllowDownloadingNonWebViewableFiles <Boolean>]
[-AllowEditing <Boolean>]
Expand Down Expand Up @@ -2065,27 +2064,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowClassicPublishingSiteCreation

This parameter allows creation of classic publishing site collections (templates BLANKINTERNETCONTAINER#0, CMSPUBLISHING#0 and BLANKINTERNET#0) and activation of classic publishing features in sites.

The valid values are:

* False (default) - Classic publishing site collections cannot be created and the publishing features cannot be activated in sites.
* True - Classic publishing site collections can be created and the publishing features can be activated in sites.

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

### -AllowCommentsTextOnEmailEnabled

When this parameter is true, the email notification that a user receives when is mentioned, includes the surrounding document context. Set it to false to disable this feature.
Expand Down