From fa06dea0002aa6d948c972775efef35528b740d1 Mon Sep 17 00:00:00 2001 From: Liang Zheng <9605845+liangzheng816@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:22:50 +0800 Subject: [PATCH] Update Set-SPOTenant.md Update --- .../sharepoint-online/Set-SPOTenant.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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.