Forum Discussion
PeterJ_Inobits
Feb 09, 2024Iron Contributor
Weird Error with the Microsoft.Graph SDK Module version 1.13.0
Hi all I cannot get the Microsoft>Graph SDK Powershell module to work especially the User module. When running the module within VSCode when using the get-mgbetauser cmdlet I get an error stating t...
- Feb 10, 2024
Had the same issue yesterday, what I did was :
- Close PowerShell
- Remove all the Microsoft Graph modules from my local OneDrive folder Documents\PowerShell\Modules"
- Start a new PowerShell session
- Install-module microsoft.graph, microsoft.graph.beta (Takes a while)
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.
PeterJ_Inobits
Feb 14, 2024Iron Contributor
Feb 14, 2024
Nice, great to hear that that fixed it for you!
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.