Skip to content

Commit 9176125

Browse files
Merge branch 'main' into patch-2
2 parents 031a4da + 6b87245 commit 9176125

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Set-SPOSite
2727
[-AllowEditing <Boolean>]
2828
[-AllowFileArchive <Boolean>]
2929
[-AllowSelfServiceUpgrade <Boolean>]
30+
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
3031
[-AnonymousLinkExpirationInDays <Int32>]
3132
[-AuthenticationContextAccessType <SPOAuthenticationContextPolicyAccessType>]
3233
[-AuthenticationContextName <String>]
@@ -363,6 +364,22 @@ Accept pipeline input: False
363364
Accept wildcard characters: False
364365
```
365366
367+
### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
368+
Enables or disables web property bag updates. When `AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled` is set to `$true`, the web property bag can be updated even if the Add And Customize Pages right is denied on the site collection.
369+
370+
PARAMVALUE: True | False
371+
372+
```yaml
373+
Type: Boolean
374+
Parameter Sets: (All)
375+
Applicable: SharePoint Online
376+
Required: False
377+
Position: Named
378+
Default value: False
379+
Accept pipeline input: False
380+
Accept wildcard characters: False
381+
```
382+
366383
### -Confirm
367384

368385
Prompts you for confirmation before running the cmdlet.

0 commit comments

Comments
 (0)