From 5166f367db5f5a96cd605035634d130e51e8da21 Mon Sep 17 00:00:00 2001 From: Yadong <129407938+Yadong1106@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:03:53 +0800 Subject: [PATCH] Add a new command named IsSharePointAddInBlocked Add a new command named IsSharePointAddInBlocked --- .../sharepoint-online/Set-SPOTenant.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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.