File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell Expand file tree Collapse file tree 1 file changed +23
-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,26 @@ Accept pipeline input: False
956958Accept wildcard characters: False
957959` ` `
958960
961+ # ## -DisableSiteBranding
962+
963+ > Applicable: SharePoint Online
964+
965+ Enables or disables site branding. When `DisableSiteBranding` is set to `$true`, the site branding is disabled on the site collection.
966+
967+ PARAMVALUE : True | False
968+
969+ ` ` ` yaml
970+ Type: System.Boolean
971+ Parameter Sets: ParamSet1
972+ Aliases:
973+
974+ Required: False
975+ Position: Named
976+ Default value: None
977+ Accept pipeline input: False
978+ Accept wildcard characters: False
979+ ` ` `
980+
959981# ## -EnableAutoExpirationVersionTrim
960982
961983> Applicable: SharePoint Online
You can’t perform that action at this time.
0 commit comments