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
I added Microsoft.Graph.Mail to the script to send email (works fine) but now I get error:
Could not load file or assembly 'System.IdentityModel.Tokens.Jwt, Version=6.11.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Could not find
| or load a specific file. (0x80131621)
On the line $token = Get-PnPGraphAccessToken
So I thought I replace the pure Graph REST call with a call using -Module -Name Microsoft.Graph.Teams
I can't find any documentation that will show how to get replies with it.
Can someone please show an example?
Thanks AB#10530
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When I used only PnP.powershell, I could get a token and use it to do pure Graph REST call
I added Microsoft.Graph.Mail to the script to send email (works fine) but now I get error:
On the line
$token = Get-PnPGraphAccessToken
So I thought I replace the pure Graph REST call with a call using -Module -Name Microsoft.Graph.Teams
I can't find any documentation that will show how to get replies with it.
Can someone please show an example?
Thanks
AB#10530
The text was updated successfully, but these errors were encountered: