Skip to content

Commit 1312d5a

Browse files
committed
Clarify the new IsSharePointAddInsDisabled option in the retirement announcement
1 parent a946ff7 commit 1312d5a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/sp-add-ins/retirement-announcement-for-add-ins.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ SharePoint hosted Add-Ins can be replaced by [SharePoint Framework](https://aka.
5454

5555
To learn more about how to migrate SharePoint Add-Ins to alternative solutions check out these [articles](https://aka.ms/retirement/addins/guidance) and accompanying [videos](https://aka.ms/sp/add-in/modernize/videos).
5656

57+
### Disable Add-In usage for your tenant
58+
59+
Admins can disable SharePoint Add-Ins with the [Set-SPOTenant SharePoint Management Shell PowerShell command](https://learn.microsoft.com/powershell/module/sharepoint-online/set-spotenant?view=sharepoint-ps).
60+
61+
```PowerShell
62+
Connect-SPOService -Url https://<tenant>-admin.sharepoint.com
63+
Set-SPOTenant -IsSharePointAddInsDisabled $true
64+
```
65+
66+
After SharePoint Add-Ins are disabled, users will not be able to add SharePoint Add-Ins to their sites, and admins cannot add new SharePoint Add-Ins to the tenant and site collection app catalogs. SharePoint Add-Ins already added to sites will stay available and can still be used by the site's users.
67+
5768
## How do I get help?
5869

5970
You can use the following services and partner programs to help with your migration from SharePoint Add-Ins:

0 commit comments

Comments
 (0)