Skip to content

Commit 04daf10

Browse files
Merge pull request #832 from Yadong1106/patch-3
Add a new command named DisableSharePointStoreAccess
2 parents f02fe12 + 9842900 commit 04daf10

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Set-SPOTenant
8787
[-DisableModernListTemplateIds [Guid[]]]
8888
[-DisableOutlookPSTVersionTrimming <Boolean>]
8989
[-DisablePersonalListCreation <Boolean>]
90+
[-DisableSharePointStoreAccess <Boolean>]
9091
[-DisableSpacesActivation <Boolean>]
9192
[-DisableVivaConnectionsAnalytics <Boolean>]
9293
[-DisableWorkflow2010 <Boolean>]
@@ -1199,6 +1200,24 @@ Accept pipeline input: False
11991200
Accept wildcard characters: False
12001201
```
12011202

1203+
### -DisableSharePointStoreAccess
1204+
1205+
This feature allows the SharePoint Administrators to disable SharePoint Store access for all users in the tenant.
1206+
1207+
Accepts a value of true (enabled) to hide the SharePoint app store or false (disabled) to show the SharePoint app store. By default this feature is set to false.
1208+
1209+
```yaml
1210+
Type: Boolean
1211+
Parameter Sets: (All)
1212+
Aliases:
1213+
Applicable: SharePoint Online
1214+
Required: False
1215+
Position: Named
1216+
Default value: None
1217+
Accept pipeline input: False
1218+
Accept wildcard characters: False
1219+
```
1220+
12021221
### -DisableCustomAppAuthentication
12031222

12041223
Prevents apps using an Azure Access Control (ACS) app-only access token to access SharePoint. ACS, a service of Microsoft Entra ID, has been retired on November 7, 2018. This retirement does not impact the SharePoint add-in model, which uses the https://accounts.accesscontrol.windows.net hostname (which is not impacted by this retirement). For new tenants, apps using an ACS app-only access token are disabled by default. We recommend using the Microsoft Entra app-only model which is modern and more secure. Note that marking this property to $true doesn't prevent creating apps in SharePoint that use an Azure Access Control (ACS) app-only access token. Marking this property to $true only ensures that such apps can't access SharePoint anymore.

0 commit comments

Comments
 (0)