Centralized deployment
Centralized deployment can be performed either via Microsoft 365 Admin GUI or via PowerShell.
The Centralized Deployment service lets you deploy Office Web add-ins to users of Excel, Outlook, PowerPoint, and Word.
Tip
Deploy for a single user instead? Go to guide.
Deploy via PowerShell
Install the add-in by using remote PowerShell:
After you create a remote Windows PowerShell session on your Exchange server, you can install an Outlook add-in by using the New-App cmdlet with the following PowerShell command.
New-App -URL:"https://superofficeforoutlook.superoffice.com/manifest/manifest.xml">
You can use the following additional PowerShell cmdlets to manage the add-ins for a mailbox:
- Get-App - Lists the add-ins that are enabled for a mailbox.
- Set-App - Enables or disables an add-in on a mailbox.
- Remove-App - Removes a previously installed add-in from an Exchange server.
Tip
Read how to install an add-in by using remote powershell in Microsoft docs.
Deploy using the admin center
Log in to Microsoft 365 admin (with "global admin" rights).
Open Admin center (and set to use "old" Microsoft 365 Admin GUI).
Go to Settings > Services & add-ins.
Click Deploy add-in, then:
- Choose to add an add-in from the Office Store, or
- Choose "upload custom app", Copy/paste in this URL to the dialog:
https://superofficeforoutlook.superoffice.com/manifest/manifest.xml
Follow the steps and make your selections along the way.