You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
It appears that "Microsoft.Identity.Client.dll" packaged with the current version of MSAL.PS v4.37.0.0 is in conflict with that of ExchangeOnlineManagement v3.1.0. This happens in PowerShell 7.3.2, but not when the same commands are run in PowerShell 5.1.
The text was updated successfully, but these errors were encountered:
MSAL 3.1.0 is extremely old, is there a version that uses MSAL 4.* ? PowerShell and .NET doesn't allow for 2 versions of the same DLL to be loaded into memory at once.
I had problems with these two modules not cooperating also.
I am using Windows PowerShell. The ExchangeOnlineManagement version of Microsoft.Identity.Client.dll was loaded into the GAC. I changed the code to load the MSAL.PS module first and was able to get past this issue. v4.0.30319 of this DLL from MSAL.PS is now showing in the GAC.
Hello Everyone,
It appears that "Microsoft.Identity.Client.dll" packaged with the current version of MSAL.PS v4.37.0.0 is in conflict with that of ExchangeOnlineManagement v3.1.0. This happens in PowerShell 7.3.2, but not when the same commands are run in PowerShell 5.1.
The text was updated successfully, but these errors were encountered: