Forum Discussion
heinzelrumpel
Mar 28, 2025Brass Contributor
MGraph suddenly stops working
PS C:\Windows> Get-MGUser -All Get-MGUser : InteractiveBrowserCredential authentication failed: In Zeile:1 Zeichen:1 + Get-MGUser -All + ~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecif...
Apr 11, 2025
I had the same issue when collaborating with someone on a project. Graph 2.26.0 had problems, and 2.25.0 was better. "
Uninstall-module -name "Microsoft.Graph.Authentication
Install-Module -Name Microsoft.Graph.Authentication -Scope CurrentUser -MaximumVersion 2.25.0