Skip to content

Commit 4bcaee9

Browse files
Merge pull request #1083 from MicrosoftDocs/main
[AutoPublish] main to live - 11/26 04:37 PST | 11/26 18:07 IST
2 parents f674323 + ceaa443 commit 4bcaee9

File tree

1 file changed

+21
-0
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+21
-0
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-Owner <String>] [-Title <String>] [-
6464
[-ListsShowHeaderAndNavigation <Boolean>] [-HidePeoplePreviewingFiles <Boolean>]
6565
[-HidePeopleWhoHaveListsOpen <Boolean>] [-IsAuthoritative <Boolean>] [-AllowFileArchive <Boolean>]
6666
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-DisableSiteBranding <Boolean>]
67+
[-DisableClassicPageBaselineSecurityMode <Boolean>]
6768
[-WhatIf] [-Confirm] [<CommonParameters>]
6869
```
6970

@@ -522,6 +523,26 @@ Accept pipeline input: False
522523
Accept wildcard characters: False
523524
```
524525

526+
### -DisableClassicPageBaselineSecurityMode
527+
528+
> Applicable: SharePoint Online
529+
530+
Allows a site to disable baseline security mode for classic pages. When `DisableClassicPageBaselineSecurityMode` is set to `$true`, users can create and edit classic pages even if baseline security mode is enabled at the tenant level.
531+
532+
PARAMVALUE: True | False
533+
534+
```yaml
535+
Type: System.Boolean
536+
Parameter Sets: ParamSet1
537+
Aliases:
538+
539+
Required: False
540+
Position: Named
541+
Default value: None
542+
Accept pipeline input: False
543+
Accept wildcard characters: False
544+
```
545+
525546
### -AnonymousLinkExpirationInDays
526547

527548
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)