Skip to content

Commit 270edd8

Browse files
authored
Merge branch 'main' into syntex-settings-support
2 parents 8cba50e + 0cc46c8 commit 270edd8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ Set-SPOTenant
178178
[-OpticalCharacterRecognitionScope <SyntexFeatureScopeValue>]
179179
[-OpticalCharacterRecognitionSelectedSitesList [String[]]]
180180
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
181+
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
181182
[<CommonParameters>]
182183
```
183184

@@ -3509,6 +3510,22 @@ Accept pipeline input: False
35093510
Accept wildcard characters: False
35103511
```
35113512

3513+
### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
3514+
Enables or disables web property bag update when DenyAddAndCustomizePages is enabled. When AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled is set to $true, web property bag can be updated even if DenyAddAndCustomizePages is turned on when the user had AddAndCustomizePages (prior to DenyAddAndCustomizePages removing it).
3515+
3516+
PARAMVALUE: $true | $false
3517+
3518+
```yaml
3519+
Type: Boolean
3520+
Parameter Sets: (All)
3521+
Applicable: SharePoint Online
3522+
Required: False
3523+
Position: Named
3524+
Default value: False
3525+
Accept pipeline input: False
3526+
Accept wildcard characters: False
3527+
```
3528+
35123529
## RELATED LINKS
35133530

35143531
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)

0 commit comments

Comments
 (0)