Allow addition of members to mail-enabled security groups via Graph API
Not only would this be helpful, it would be even more helpful to have Graph API support for Exchange Online in general.
Why do we have to have two different ways to manage things in the cloud? Just the overhead of loading two different management modules and having to remember what gets done in this one and what has to be done in the other is burdensome.
Found an AzureAD commandlet (AzureAD module) that didn't work with either Certificate Based or ApplicationID authentication but did work with other Auth methods. What is the deal there?
Found that the New-MgGroupMember commandlet just comes back with an error message like "We failed to update the group. Try again later" message when trying to add a member to a group using the GroupId and the MemberId as parameters and yet the New-MgGroupMemberByRef commandlet works just fine. I don't know how much time was wasted trying to figure that one out. Inconsistencies like this are just wrong!
Microsoft keeps deprecating older modules and Auth methods and then doesn't provide the tools to easily use the newest standards/tools that they are forcing everybody to switch over to.
Come On, Microsoft! Let's get it together and help your user base!