Artur Gawrych

Results 2 comments of Artur Gawrych

I was able to get it working by changing the code on line 46 to: ```powershell $result = Invoke-MgGraphRequest -Uri $uri -Method POST -Body $bodyJson ``` I've change PATCH to...

I've run the ```Invoke-PronounSync.ps1``` script. ![image](https://user-images.githubusercontent.com/28654637/178157675-1c802005-afa9-49f7-87a4-ee89ff3d1e89.png) ```powershell .\Invoke-PronounSync.ps1 -Tenant xxx.onmicrosoft.com -Url 'https://xxx-admin.sharepoint.com' -ClientId -Certificate '.\User Pronoun Sync App.pfx' ``` --- When trying to connect using your suggested method I got...