From a0238da05d8f45a1f41e55273f39c7f8fc1ed425 Mon Sep 17 00:00:00 2001 From: "Divyachapan S. Padur" Date: Thu, 17 Apr 2025 11:21:39 -0700 Subject: [PATCH 1/4] Update Set-SPOSite.md adding documentation for AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled --- .../sharepoint-online/Set-SPOSite.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md index b06e07722..9591d52f1 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md @@ -25,8 +25,9 @@ Set-SPOSite [-AddRestrictedAccessControlGroups [Guid[]]] [-AllowDownloadingNonWebViewableFiles ] [-AllowEditing ] - [-AllowFileArchive ] + [-AllowFileArchive ] [-AllowSelfServiceUpgrade ] + [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-AnonymousLinkExpirationInDays ] [-AuthenticationContextAccessType ] [-AuthenticationContextName ] @@ -363,6 +364,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled +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). + +PARAMVALUE: True | False + +```yaml +Type: Boolean +Parameter Sets: (All) +Applicable: SharePoint Online +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. From 37f0cc1516aea1d177b351383eb25e9d0fe1ef65 Mon Sep 17 00:00:00 2001 From: "Divyachapan S. Padur" Date: Thu, 17 Apr 2025 12:45:37 -0700 Subject: [PATCH 2/4] Update Set-SPOSite.md --- sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md index 9591d52f1..8b493dfbf 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md @@ -25,7 +25,7 @@ Set-SPOSite [-AddRestrictedAccessControlGroups [Guid[]]] [-AllowDownloadingNonWebViewableFiles ] [-AllowEditing ] - [-AllowFileArchive ] + [-AllowFileArchive ] [-AllowSelfServiceUpgrade ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-AnonymousLinkExpirationInDays ] From d161721a9fc3347699e9eb67e3730b50b010f7a2 Mon Sep 17 00:00:00 2001 From: "Divyachapan S. Padur" Date: Wed, 23 Apr 2025 12:58:21 -0700 Subject: [PATCH 3/4] Update Set-SPOSite.md --- sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md index 8b493dfbf..66df0fc9a 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md @@ -365,7 +365,7 @@ Accept wildcard characters: False ``` ### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled -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). +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. PARAMVALUE: True | False From 4737c132ecd6e443d85c68a87c07b0e2a0d4afb3 Mon Sep 17 00:00:00 2001 From: "Divyachapan S. Padur" Date: Wed, 23 Apr 2025 13:36:18 -0700 Subject: [PATCH 4/4] Update Set-SPOSite.md --- sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md index 66df0fc9a..07b5e99c1 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md @@ -365,7 +365,7 @@ Accept wildcard characters: False ``` ### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled -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. +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. PARAMVALUE: True | False