We solved it for our SCSM 2022 using SMLets Exchange Connector.
SCSM Exchange Connector Issues on SCSM 2022
Hello MS Support
Since the upgrade to SCSM 2022, the Exchange Connectore 4.1 no longer works correctly.
The connection to the server is not the problem, also the refresh interval does not cause any problems. But no emails are opened as tickets and the mails are not fetched from the mailbox.
Do you know this problem, or is this new?
Thanks in Advance
Timmy
4 answers
Sort by: Most helpful
-
-
Simon Ren-MSFT 35,391 Reputation points Microsoft Vendor
2022-05-17T08:31:12.617+00:00 Hi,
Thanks for posting in Microsoft MECM Q&A forum.
Maybe the troubleshooting guides are helpful:
https://tdemeul.bunnybesties.org/2021/06/troubleshooting-scsm-exchange-connector.html
https://www.pei.com/scsm-exchange-connector/
Please note: The links are not from Microsoft, just for your reference. Thanks for your time.Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
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. -
Jonas Sjöstrand 6 Reputation points
2022-12-22T10:55:31.003+00:00 We experience the same problem with the exchange connector since upgrading to SCSM 2022.
Did you find any solution to it?
-
K So 0 Reputation points
2023-02-20T20:33:49.9766667+00:00 Found a fix but, unfortunately not sure it can be used in production. Used gacutil.exe to import the assembly from the Microsoft Identity Client 4.38.0.* dll into the Global Assembly cache and emails started to flow. Hope Microsoft can incorporate this fix in a future update.
Rundown:
- Install VS Community Edition on server
- Unzip the Microsoft Identity Client 4.38.0.0_ nuget package.
- Open Developer Powershell for VS2022.
Run gacutil.exe /i Microsoft.Identity.Client.dll
- Verify email flow.
Office 365 Email Connector and app registration working as designed.