Install or remove add-ins for Outlook for your organization in Exchange 2013
Article
Applies to: Exchange Server 2013
You can install or remove add-ins for Outlook for your organization by using the EAC or the Shell.
Note
By default, after you install an add-in for your organization, the add-in is available for all users in your organization. After installation, you can use the EAC or the Shell to make the add-in optional or required for your users, and to specify whether you want the add-in to be enabled or disabled. For information about how to change the default settings for an add-in, see Manage user access to add-ins for Outlook. To limit availability of add-ins to specific users in your organization, you must use the Shell. For more information, see Manage user access to add-ins for Outlook.
You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "Apps for Outlook" entry in the Recipients Permissions topic.
Access to the Office Store isn't supported for mailboxes or organizations in specific regions. If you don't see Add from the Office Store as an option in the Exchange admin center under Organization > Add-ins > , you may be able to install an add-in for Outlook from a URL or file location. For more information, contact your service provider.
Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.
Install an add-in for Outlook
Use the EAC to add an add-in
In the EAC, navigate to Organization > Add-ins.
Click New, and then choose the location that you want to install the add-in from.
Add from the Office Store. At the Office Store, select the app you want to install, and then click Add. Apps that work with Outlook Web App are listed under Add-ins for Office and SharePoint > Outlook.
Note
Access to the Office Store isn't supported for mailboxes or organizations in specific regions. If you don't see Add from the Office Store as an option in the Exchange admin center under Organization > Add-ins > , you may be able to install an add-in for Outlook from a URL or file location. For more information, contact your service provider.
Add from URL. In URL, enter the full URL for the add-in manifest file that you want to install.
Add from file. Select Browse, and then navigate to the location of the add-in manifest file that you want to install.
Click Save.
Use the Shell to add an add-in
This example shows you how to add an add-in from a URL.
New-App -OrganizationApp -Url <URL location for add-in manifest file>
This example shows you how to add an add-in from a file.
New-App -OrganizationApp -FileData <File location for add-in manifest file>
Tip
When you use the Shell to install an add-in for your organization, you can install the add-in and configure settings for it at the same time.