diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md index df4ddd9f7..690cd8bfb 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md @@ -138,6 +138,7 @@ Set-SPOTenant [-IsEnableAppAuthPopUpEnabled ] [-IsLoopEnabled ] [-IsSharePointAddInsDisabled ] + [-IsSharePointAddInsBlocked ] [-IsWBFluidEnabled ] [-LabelMismatchEmailHelpLink ] [-LegacyAuthProtocolsEnabled ] @@ -1237,6 +1238,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -IsSharePointAddInsBlocked + +When this feature is enabled, all functionalities of the add-ins will be restricted, preventing them from running or installing. + +The valid values are: + +- False (default) - All the add-ins features are supported. +- True - All the add-ins features will be blocked. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: +Applicable: SharePoint Online +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SiteOwnerManageLegacyServicePrincipalEnabled Allows or disallows the site collection admins to manage the Azure Access Control (ACS) service principal.