Skip to content

Commit b927d66

Browse files
authored
Merge pull request MicrosoftDocs#1951 from richieweldon-microsoft/patch-3
Update Set-SPOSite.md
2 parents 2552eb5 + 9671697 commit b927d66

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
2929
[-CommentsOnSitePagesDisabled <Boolean>] [-SocialBarOnSitePagesDisabled <Boolean>]
3030
[-DisableAppViews <AppViewsPolicy>]
3131
[-DisableCompanyWideSharingLinks <CompanyWideSharingLinksPolicy>] [-DisableFlows <FlowsPolicy>]
32+
[-DisabledWebpartIds <Guid>]
3233
[-RestrictedToGeo <RestrictedToRegion>] [-SharingAllowedDomainList <String>]
3334
[-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
3435
[-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>] [-StorageQuotaReset]
@@ -208,6 +209,25 @@ Accept pipeline input: False
208209
Accept wildcard characters: False
209210
```
210211
212+
### -DisabledWebpartIds
213+
This parameter is used for eanbling 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).
214+
215+
The Set-SPOTenant cmdlet is used for disabling these web parts with third-party services.
216+
217+
```yaml
218+
Type: Guid[]
219+
Parameter Sets: (All)
220+
Aliases:
221+
Applicable: SharePoint Online
222+
223+
Required: False
224+
Position: Named
225+
Default value: None
226+
Accept pipeline input: False
227+
Accept wildcard characters: False
228+
```
229+
230+
211231
### -LocaleId
212232
Specifies the language of this site collection.
213233
For more information, see Locale IDs Assigned by Microsoft (http://go.microsoft.com/fwlink/p/?LinkId=242911).

0 commit comments

Comments
 (0)