Why office outlook add-in not showing up in app for some users using powershell command

Zoltan Dobrovits 0 Reputation points
2023-11-10T07:48:50.5733333+00:00

Hi,

We have an on-premises exchange server and developed an office add-in for outlook. When we install it to the users with New-App it does seem to install it as seen in the webmail - manage add-ins page, it is installed and enabled, but the problem is that the button which should show up on the home tab is not showing up for most of the users on Outlook app, not even showing app in the ribbon customization, it's working in OWA for everyone tho. But the interesting thing is that everything worked completely fine on development and it also works if I manually install for a user it in the manage add-ins page.

So why is it not working for all with the command and how do I install it to all users without manually doing it for every computer (as it is not feasible)?

I have tried different variations of the command already, but I don't think that should be the problem as the installation seems succesful it's just not showing up where it should in the Outlook app for some users. I have also tried and checked possible solutions that I have read but none of them worked: connected experiences was checked, sign-out and in, deleted outlook catch, etc.

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,214 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,725 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jarvis Sun-MSFT 10,196 Reputation points Microsoft Vendor
    2023-11-13T03:07:52.5833333+00:00

    Hi @Zoltan Dobrovits ,

    Welcome to our Q&A forum!

    If you have deployed an Outlook add-in app via Exchange server and it is not showing up on the Home page, there could be a few reasons for this. Here are some possible solutions:

    1.Check Office version requirements: Since you have mentioned the add-in is not showing for most of the users, that means only few users can install successfully, right? The user not visible might be on an older, incompatible version of Office. For add-ins to be deployed, the Outlook client must have Office ProPlus or Microsoft 365.

    2.Check Exchange requirements: Microsoft Exchange stores the add-in manifests within your organization’s tenant. The admin deploying add-ins and the users receiving those add-ins must be on a version of Exchange Server that supports OAuth authentication. OAuth connectivity per user can be verified by using the Test-OAuthConnectivity PowerShell cmdlet. For more information on requirements, see Determine if Centralized Deployment of add-ins works for your organization.

    I hope this helps!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Jens Hindricksen 0 Reputation points
    2024-12-06T09:18:54.4333333+00:00

    Hi Zoltan,

    did you ever find a Solution for this issue? - I´ve got the same problem.

    I updated the Office / Outlook Installation manually, but this also does not work.

    When I uninstall and install Office completly new with patchlevel from August 2024 then I can see the Add-Ins...


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.