Recently, had a task to DELETE an Azure AD Group by using application client credentials. Custom application were registered in Azure AD. All possible permission were assigned to the application But the DELETE https://graph.microsoft.io/en-us/docs/api-reference/v1.0/api/group_delete request failed anyway with the error below { “error”: { “code”: “Authorization_RequestDenied”, “message”: “Insufficient privileges to complete the operation.”, “innerError”: { “request-id”:Continue reading “Microsoft Graph API: “Insufficient privileges to …” DELETE a Group”
Tag Archives: Microsoft
PowerSlim on codeplex
We have lanched the PowerSlim project on codeplex. Q: Why CodePlex? Why not GitHub or LaunchPad? A: This project is intended to bring the Microsoft Windows PowerShell scripting language to the acceptance testing world. The current implementation is built on top of IronPython2.6. So it looks like the all ways lead us to Microsoft 🙂