Skip to content

Commit 7d48139

Browse files
Merge branch 'main' into pvrk-SharePointPS-Apr
2 parents e106446 + 6d065c1 commit 7d48139

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Set-SPOTenant
2626
[-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
2727
[-AllOrganizationSecurityGroupId <Guid>]
2828
[-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>]
29+
[-AllowClassicPublishingSiteCreation <Boolean>]
2930
[-AllowCommentsTextOnEmailEnabled <Boolean>]
3031
[-AllowDownloadingNonWebViewableFiles <Boolean>]
3132
[-AllowEditing <Boolean>]
@@ -2064,6 +2065,27 @@ Accept pipeline input: False
20642065
Accept wildcard characters: False
20652066
```
20662067

2068+
### -AllowClassicPublishingSiteCreation
2069+
2070+
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.
2071+
2072+
The valid values are:
2073+
2074+
* False (default) - Classic publishing site collections cannot be created and the publishing features cannot be activated in sites.
2075+
* True - Classic publishing site collections can be created and the publishing features can be activated in sites.
2076+
2077+
```yaml
2078+
Type: Boolean
2079+
Parameter Sets: (All)
2080+
Aliases:
2081+
Applicable: SharePoint Online
2082+
Required: False
2083+
Position: Named
2084+
Default value: False
2085+
Accept pipeline input: False
2086+
Accept wildcard characters: False
2087+
```
2088+
20672089
### -AllowCommentsTextOnEmailEnabled
20682090

20692091
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.
@@ -3842,7 +3864,7 @@ Accept wildcard characters: False
38423864

38433865
### -LegacyBrowserAuthProtocolsEnabled
38443866

3845-
Controls whether legacy browser authentication protocols are enabled.
3867+
Controls whether legacy browser authentication connections to SharePoint with legacy Relying Party suite (RPS) protocol are enabled. Legacy protocols are more susceptible to brute-force and phishing attacks because they use non-modern authentication methods. Setting this to False prevents applications, (including third party applications) from using non-modern authentication protocols to access SharePoint Online and OneDrive resources in a browser.
38463868

38473869
PARAMVALUE: True | False
38483870

0 commit comments

Comments
 (0)