diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md index e736724b7..73e06ae93 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md @@ -26,6 +26,7 @@ Set-SPOTenant [-AIBuilderModelSelectedSitesListOperation ] [-AllOrganizationSecurityGroupId ] [-AllowAnonymousMeetingParticipantsToAccessWhiteboards ] + [-AllowClassicPublishingSiteCreation ] [-AllowCommentsTextOnEmailEnabled ] [-AllowDownloadingNonWebViewableFiles ] [-AllowEditing ] @@ -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 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.