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
Whatever I click, it doesn't show up. Here is the error:
Invoke-MgGraphRequest : A parameter cannot be found that matches parameter name 'Url'.
At C:\temp\IntuneManagement-master\Extensions\MSGraph.psm1:619 char:41
Are you running it from ISE, Visual Studio Code or something similar?
This can happen if Microsoft Graph module is installed and loaded which causes the code to run the Invoke-GraphRequest from the Graph module instead of IntuneManagement. Invoke-GraphRequest is also an alias for Invoke-MgGraphRequest.
Can you replace the attached psm1 file and try with that. Let me know how it goes.
Whatever I click, it doesn't show up. Here is the error:
Invoke-MgGraphRequest : A parameter cannot be found that matches parameter name 'Url'.
At C:\temp\IntuneManagement-master\Extensions\MSGraph.psm1:619 char:41
eption
Cmdlets.InvokeMgGraphRequest
The text was updated successfully, but these errors were encountered: