From 21ad264e8bed8c8fd371e7097ffc2606a7e97c73 Mon Sep 17 00:00:00 2001 From: Rongqi Zhou Date: Fri, 18 Jul 2025 10:12:15 +0800 Subject: [PATCH 1/2] add new param DisableSiteBranding for Set-SPOSite command --- .../Set-SPOSite.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md index bea3356a3..5f596c0a1 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md @@ -61,7 +61,9 @@ Set-SPOSite [-Identity] [-Owner ] [-Title ] [- [-RestrictedAccessControl ] [-RestrictedAccessControlGroups ] [-ListsShowHeaderAndNavigation ] [-HidePeoplePreviewingFiles ] [-HidePeopleWhoHaveListsOpen ] [-AllowFileArchive ] - [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-WhatIf] [-Confirm] + [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] + [-DisableSiteBranding ] + [-WhatIf] [-Confirm] [] ``` @@ -956,6 +958,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DisableSiteBranding + +> Applicable: SharePoint Online +Enables or disables site branding. When `DisableSiteBranding` is set to `$true`, the site branding is disabled on the site collection. + +PARAMVALUE: True | False + +```yaml +Type: System.Boolean +Parameter Sets: ParamSet1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EnableAutoExpirationVersionTrim > Applicable: SharePoint Online From ecf36465449a50478983fe64e31568ccc8f07260 Mon Sep 17 00:00:00 2001 From: Rongqi Zhou Date: Fri, 18 Jul 2025 10:20:13 +0800 Subject: [PATCH 2/2] update format --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md index 5f596c0a1..7ed860f30 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md @@ -961,6 +961,7 @@ Accept wildcard characters: False ### -DisableSiteBranding > Applicable: SharePoint Online + Enables or disables site branding. When `DisableSiteBranding` is set to `$true`, the site branding is disabled on the site collection. PARAMVALUE: True | False