-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Members and owners of AADMSGroup #1066
Comments
@ykuijs @desmay @ThorstenLoeschmann thoughts on whether it should be included in AADMSGroup or become its own resource? If we keep them separate, it makes it easier to clone environments where we can recommend that folks only export the Groups and not the memberships. |
@NikCharlebois I would say to integrate it into this resource, like the O365Group. That makes most sense to me, since it captures all "settings" of the group into one resource. |
As far as I know, this enhancement is already implemented. There are ManagedBy (Owners) and Member attributes available. see: https://microsoft365dsc.com/resources/office365/O365Group/ @ykuijs @NikCharlebois @bartvermeersch Can you confirm? |
@andikrueger if I'm not mistaken, this is only implemented for Unified groups, not Azure AD security groups |
That’s right and matches the discussion above. would be doable to extend AADGroup with the members and additional data. |
We want the membership of certain Azure AD groups to be "managed/controlled" using DSC (to have a history, backup of as-is, consistency over multiple tenants ...). |
An additional question: When comparing O365Group and AADGroup, I noticed that O365 is happily continuing when detecting multiple groups with the same displayname (taking the random first occurrence) while AADGroup is throwing an exception. Shouldn't this be consistent and if so, what is the preferred choice? To me an exceptions seems the better option.
In contrast with
|
Hello
What are the current options or what will/should be developed to specify Azure AD group members and owners?
Can it be integrated in MST_AADMSGroup (similar to MSFT_O365Group), are we waiting for AzureADMSGroupMember cmdlets to become available or do we need to develop a MSFT_AADGroupMembers module?
Thanks!
The text was updated successfully, but these errors were encountered: