File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ Set-SPOTenant
138138 [-IsEnableAppAuthPopUpEnabled <Boolean>]
139139 [-IsLoopEnabled <Boolean>]
140140 [-IsSharePointAddInsDisabled <Boolean>]
141+ [-IsSharePointAddInsBlocked <Boolean>]
141142 [-IsWBFluidEnabled <Boolean>]
142143 [-LabelMismatchEmailHelpLink <String>]
143144 [-LegacyAuthProtocolsEnabled <Boolean>]
@@ -1237,6 +1238,27 @@ Accept pipeline input: False
12371238Accept wildcard characters: False
12381239` ` `
12391240
1241+ # ## -IsSharePointAddInsBlocked
1242+
1243+ When this feature is enabled, all functionalities of the add-ins will be restricted, preventing them from running or installing.
1244+
1245+ The valid values are :
1246+
1247+ - False (default) - All the add-ins features are supported.
1248+ - True - All the add-ins features will be blocked.
1249+
1250+ ` ` ` yaml
1251+ Type: Boolean
1252+ Parameter Sets: (All)
1253+ Aliases:
1254+ Applicable: SharePoint Online
1255+ Required: False
1256+ Position: Named
1257+ Default value: None
1258+ Accept pipeline input: False
1259+ Accept wildcard characters: False
1260+ ` ` `
1261+
12401262# ## -SiteOwnerManageLegacyServicePrincipalEnabled
12411263
12421264Allows or disallows the site collection admins to manage the Azure Access Control (ACS) service principal.
You can’t perform that action at this time.
0 commit comments