Centralized deployment
Some tooltip text!
• 1 minute to read
• 1 minute to read
You can perform centralized deployment either through the Microsoft 365 Admin Center or PowerShell. The Centralized Deployment service lets you deploy Office Web add-ins to users of Excel, Outlook, PowerPoint, and Word.
Tip
Install for a single user instead? Go to the user guide.
Deploy via PowerShell
After you create a remote Windows PowerShell session on your Exchange server, you can install an Outlook add-in using the New-App cmdlet with this PowerShell command:
New-App -URL:"https://superofficeforoutlook.superoffice.com/manifest/manifest.xml">
Tip
Read how to install an add-in by using remote powershell in Microsoft docs.
You can manage mailbox add-ins with the following PowerShell cmdlets:
cmdlet | Description |
---|---|
Get-App | Lists the enabled add-ins 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. |
Deploy via Microsoft 365 admin center
To deploy SuperOffice for Outlook using the Microsoft 365 admin center, see Microsoft's documentation.