Forum Discussion
shashidhar joliholi
Mar 03, 2023Copper Contributor
Could not load file or assembly 'Microsoft.Graph.Authentication, Version=1.3.1.0
Hi All,
not able to run Graph powershell cmdlet post updating.
getting below error:
New-MgUserAuthenticationPhoneMethod : Could not load file or assembly 'Microsoft.Graph.Authentication, Version=1.3.1.0, Culture=neutral,
PublicKeyToken=ASFFFSSFFF' or one of its dependencies. The system cannot find the file specified.
At line:1 char:1
+ New-MgUserAuthenticationPhoneMethod
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-MgUserAuthe..._CreateExpanded], FileNotFoundException
+ FullyQualifiedErrorId : Microsoft.Graph.PowerShell.Cmdlets.NewMgUserAuthenticationPhoneMethod_CreateExpanded
2 Replies
Sort By
- shashidhar joliholiCopper Contributorthere were multiple versions of MS graphs were installed which caused the issue. post complete uninstallation and reinstallation of MS graph resolved the issue.
- Marcos_GarciaCopper ContributorHi, can you explain what exactly you did to fix it?