Skip to content

Commit 04a2a63

Browse files
Merge pull request #943 from RongqiZ/user/rongqizhou/AddParamterToDisableSiteBranding
add new param DisableSiteBranding for Set-SPOSite command
2 parents 37a7094 + ecf3646 commit 04a2a63

File tree

1 file changed

+23
-1
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+23
-1
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff 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
956958
Accept 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

0 commit comments

Comments
 (0)