Skip to content

Commit 21ad264

Browse files
committed
add new param DisableSiteBranding for Set-SPOSite command
1 parent 37a7094 commit 21ad264

File tree

1 file changed

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

1 file changed

+22
-1
lines changed

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

Lines changed: 22 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,25 @@ Accept pipeline input: False
956958
Accept 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

0 commit comments

Comments
 (0)