File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-Owner <String>] [-Title <String>] [-
6161 [-RestrictedAccessControl <Boolean>] [-RestrictedAccessControlGroups <Guid[]>]
6262 [-ListsShowHeaderAndNavigation <Boolean>] [-HidePeoplePreviewingFiles <Boolean>]
6363 [-HidePeopleWhoHaveListsOpen <Boolean>] [-AllowFileArchive <Boolean>]
64- [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-WhatIf] [-Confirm]
64+ [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
65+ [-DisableSiteBranding <Boolean>]
66+ [-WhatIf] [-Confirm]
6567 [<CommonParameters>]
6668```
6769
@@ -956,6 +958,25 @@ Accept pipeline input: False
956958Accept wildcard characters: False
957959` ` `
958960
961+ # ## -DisableSiteBranding
962+
963+ > Applicable: SharePoint Online
964+ Enables or disables site branding. When `DisableSiteBranding` is set to `$true`, the site branding is disabled on the site collection.
965+
966+ PARAMVALUE : True | False
967+
968+ ` ` ` yaml
969+ Type: System.Boolean
970+ Parameter Sets: ParamSet1
971+ Aliases:
972+
973+ Required: False
974+ Position: Named
975+ Default value: None
976+ Accept pipeline input: False
977+ Accept wildcard characters: False
978+ ` ` `
979+
959980# ## -EnableAutoExpirationVersionTrim
960981
961982> Applicable: SharePoint Online
You can’t perform that action at this time.
0 commit comments