-
|
Hi, using latest Microsoft.Graph - 2.29.1 Invoke-GraphRequest : A parameter cannot be found that matches parameter name 'Uri'. Any tips? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
Hello, A long time since I saw this. How do you start the script? PowerSehll ISE? This normally happened when Graph PowerShell Modules were imported by the ISE. The function I use for calling Grap is Invoke-GraphRequest. Graph API Modules must have an alias for that. If you load both the script and the Graph Module in the same PowerShell session , you will get errors like this. Cheers! |
Beta Was this translation helpful? Give feedback.
-
|
You could download the Development branch and try using the PowerShell 7 cmd. Cheers! |
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue. Trigger Invoke-ShowMainWindow in Compare PS version = 7.5.3 |
Beta Was this translation helpful? Give feedback.
-
|
Hello,
Do you have any reg menu items? That means permissions are missing. Also, is the PowerShell Graph app approved in the Tenant?
If you click on the Profile picture in the upper right corner, do you have a link to request consent?
It should also be visible in the logs if there is anything wrong.
Cheers!
…________________________________
From: JurgenDegreyt ***@***.***>
Sent: Wednesday, 24 September 2025 7:09 PM
To: Micke-K/IntuneManagement ***@***.***>
Cc: Mikael Karlsson ***@***.***>; Comment ***@***.***>
Subject: Re: [Micke-K/IntuneManagement] Invoke-GraphRequest : A parameter cannot be found that matches parameter name 'Uri'. (Discussion #354)
Thanks for the swift response.
I have unloaded all modules and restarted start-IntuneManagement.ps1, and I no longer see the issue. [Get-Module | Remove-Module]
Although the error is no longer occurring, many panes still appear empty. I came across the tool while searching for a way to import/export configuration profiles, but the Device Configuration pane remains empty.
The "Use default permissions" option has been disabled, so I assume it isn't a privilege issue.
—
Reply to this email directly, view it on GitHub<#354 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKJZJGR7JR4NN2KCO2FH3UT3UJNUXAVCNFSM6AAAAACDYYR2BKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTINBZGY2DIOA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
You could download the Development branch and try using the PowerShell 7 cmd.
Cheers!