Forum Discussion
EntilZha
May 13, 2020Iron Contributor
Microsoft Graph: The property is missing a required prefix/suffix......
Trying to change the Display Name on a group using Graph in a PowerShell script. When I execute the script I receive the following error: "The property is missing a required prefix/suffix per your o...
VasilMichev
May 14, 2020MVP
Where did you see that statement about Directory.ReadWrite.All? And does it apply to both application and delegated permissions?
- EntilZhaMay 15, 2020Iron Contributor
Never found it on any Microsoft site, found that information on couple of the many website I searched looking for a solution.
My next plan is to see if I add a global admin credential to my Invoke-RestMethod -Credential $Cred would allow me to change Display Name.
Thank You for responding.
-Larry
- StephanGeeSep 07, 2020Iron Contributor
Did you find a solution? We also have a naming convention in place and want to create Teams by the API without following the naming convention of all the other users.
- EntilZhaSep 08, 2020Iron Contributor