Forum Discussion
AlainKlein
Nov 18, 2020Copper Contributor
Accented characters lost when calling Microsoft Graph from Powershell script
Hi, I wrote a script to create, update or delete contacts in one of my Exchange contacts folder by using Invoke-RestMethod cmdlet to call Microsoft Graph API. The issue is that accented characte...
- Nov 20, 2020
I did not work yet with MG, but did you try the following
But I can refer you to similar case
https://powershell.org/forums/topic/character-encoding-with-invoke-restmethod/
Plus you can get more information about the encoding from here.
farismalaeb
Nov 20, 2020Iron Contributor
I did not work yet with MG, but did you try the following
But I can refer you to similar case
https://powershell.org/forums/topic/character-encoding-with-invoke-restmethod/
Plus you can get more information about the encoding from here.