Skip to content

Commit 57f106a

Browse files
authored
Merge pull request MicrosoftDocs#3948 from get-itips/patch-83
Removed DisabledWebPartIds parameter
2 parents 0194136 + e94ee9a commit 57f106a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
2727
[-CommentsOnSitePagesDisabled <Boolean>] [-SocialBarOnSitePagesDisabled <Boolean>]
2828
[-DisableAppViews <AppViewsPolicy>]
2929
[-DisableCompanyWideSharingLinks <CompanyWideSharingLinksPolicy>] [-DisableFlows <FlowsPolicy>]
30-
[-DisabledWebpartIds <Guid>]
3130
[-RestrictedToGeo <RestrictedToRegion>] [-SharingAllowedDomainList <String>]
3231
[-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
3332
[-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>] [-StorageQuotaReset]
@@ -228,25 +227,6 @@ Accept pipeline input: False
228227
Accept wildcard characters: False
229228
```
230229
231-
### -DisabledWebpartIds
232-
This parameter is used for enabling disabled web parts that use third-party service (Amazon Kindle, YouTube, Twitter). The GUIDs that can be used are 46698648-fcd5-41fc-9526-c7f7b2ace919 (Amazon Kindle), 544dd15b-cf3c-441b-96da-004d5a8cea1d (YouTube), f6fdf4f8-4a24-437b-a127-32e66a5dd9b4 (Twitter).
233-
234-
The Set-SPOTenant cmdlet is used for disabling these web parts with third-party services.
235-
236-
```yaml
237-
Type: Guid[]
238-
Parameter Sets: (All)
239-
Aliases:
240-
Applicable: SharePoint Online
241-
242-
Required: False
243-
Position: Named
244-
Default value: None
245-
Accept pipeline input: False
246-
Accept wildcard characters: False
247-
```
248-
249-
250230
### -LocaleId
251231
Specifies the language of this site collection.
252232
For more information, see Locale IDs Assigned by Microsoft (https://go.microsoft.com/fwlink/p/?LinkId=242911).

0 commit comments

Comments
 (0)