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..7ed860f30 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,26 @@ 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