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
To deploy SuperOffice for Outlook using the admin center, see the documentation for Microsoft 365: Microsoft learn