aaronparker / vcredist

Lifecycle management for the Microsoft Visual C++ Redistributables
https://vcredist.com
MIT License
132 stars 17 forks source link

Intunewin32app Connect-MSIntuneGraph no longer works. #166

Open rudd123 opened 6 months ago

rudd123 commented 6 months ago

Expected Behavior

Authentication success when running command: Connect-MSIntuneGraph -TenantID #######.com

Current Behavior

Can no longer Authenticate

Failure Information (for bugs

Context

Seems to be related to: d1ddf0e4-d672-4dae-b554-9d5bdfd93547 No longer being used by Microsoft graph.

aaronparker commented 6 months ago

The MSAL.PS module used by the IntuneWin32App module used by this module is no longer supported, so authentication won't work until a new authentication method is added to IntuneWin32App, see: https://github.com/MSEndpointMgr/IntuneWin32App/issues/152