Skip to content

Commit 0cc46c8

Browse files
authored
Merge pull request #689 from maazarif11/patch-1
Update Set-SPOTenant.md
2 parents a8fe455 + a2f7e7b commit 0cc46c8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Set-SPOTenant
168168
[-PrebuiltModelScope <SyntexFeatureScopeValue>]
169169
[-PrebuiltModelSelectedSitesList [String[]]]
170170
[-PrebuiltModelSelectedSitesListOperation <SelectedSitesListOperations>]
171+
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
171172
[<CommonParameters>]
172173
```
173174

@@ -3265,6 +3266,23 @@ Accept pipeline input: False
32653266
Accept wildcard characters: False
32663267
```
32673268

3269+
### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
3270+
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).
3271+
3272+
PARAMVALUE: $true | $false
3273+
3274+
```yaml
3275+
Type: Boolean
3276+
Parameter Sets: (All)
3277+
Applicable: SharePoint Online
3278+
Required: False
3279+
Position: Named
3280+
Default value: False
3281+
Accept pipeline input: False
3282+
Accept wildcard characters: False
3283+
```
3284+
3285+
32683286
## RELATED LINKS
32693287

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

0 commit comments

Comments
 (0)