Skip to content
Merged
Changes from 3 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: 22 additions & 0 deletions sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Set-SPOTenant
[-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
[-AllOrganizationSecurityGroupId <Guid>]
[-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>]
[-AllowClassicPublishingSiteCreation <Boolean>]
[-AllowCommentsTextOnEmailEnabled <Boolean>]
[-AllowDownloadingNonWebViewableFiles <Boolean>]
[-AllowEditing <Boolean>]
Expand Down Expand Up @@ -2064,6 +2065,27 @@ 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 site collections and sites.

The valid values are:

* False (default) - Classic publishing site collections can not be created; the publishing features can not be activated in site collections and sites.
* True - Classic publishing site collections can be created and the publishing features can be activated in site collections and 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