microsoftgraph / group-membership-management

Group Membership Management (GMM) is a service that dynamically manages the membership of AAD Groups. Groups managed by GMM can have their membership defined using existing AAD Groups and/or custom membership sources.
Other
49 stars 10 forks source link

Question: Get SourceGroup from Logs #26

Closed dborchers-gc closed 1 year ago

dborchers-gc commented 1 year ago

Over the Log Analytics i can get some informations how the gmm works but i missed some.

Example: I have 2 groups (A, B) and want to sync the members to a third group (C)

A - contains 3 members B - contains 6 members

after first run the group C contains 9 members

now i add 2 members to group A and 1 to group B, after the next sync my group C has 13 members but i dont really found a way in the logs to see how much users come from which source.

Do oyu have an idea?

alrios-ms commented 1 year ago

@dborchers-gc You can find that information using this query:

ApplicationLog_CL | where Message startswith "From group" | project TimeGenerated, location_s, TargetOfficeGroupId_g, Message | order by TimeGenerated asc

You should see something like "From group <group-id>, read <user-count> users ..."

dborchers-gc commented 1 year ago

Okay I know this entries but I don’t see how much users come from this source

Holen Sie sich Outlook für iOShttps://aka.ms/o0ukef


Von: alrios-ms @.> Gesendet: Tuesday, August 16, 2022 6:40:12 PM An: microsoftgraph/group-membership-management @.> Cc: Daniel Remmers @.>; Mention @.> Betreff: Re: [microsoftgraph/group-membership-management] Question: Get SourceGroup from Logs (Issue #26)

@dborchers-gchttps://github.com/dborchers-gc You can find that information using this query:

ApplicationLog_CL | where Message startswith "From group" | project TimeGenerated, location_s, TargetOfficeGroupId_g, Message | order by TimeGenerated asc

You should see something like "From group , read users ..."

— Reply to this email directly, view it on GitHubhttps://github.com/microsoftgraph/group-membership-management/issues/26#issuecomment-1216884595, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APGYI54HZ5LTQMXGXOCXCXTVZO76ZANCNFSM56UJ3WGQ. You are receiving this because you were mentioned.Message ID: @.***>

dborchers-gc commented 1 year ago

The number of users in the entries are the whole members count, i´m searching for the difference

alrios-ms commented 1 year ago

I see, currently we don't track the deltas for individual sources.

dborchers-gc commented 1 year ago

@alrios-ms Maybe you can add it to the wishlist for next update ;-)

alrios-ms commented 1 year ago

@dborchers-gc I'll bring this request to the team!

Also, we would like to understand your use case for GMM, how you are planning to use it, is it for personal use or to manage your company groups, how many groups are you planning to manage, is there any feature you would like to see added to GMM?

If you feel comfortable sharing any of that information you can reach out to us via GMMFeedback@service.microsoft.com

Regards.

dborchers-gc commented 1 year ago

Oh great idea I think you should see my solution live 😉 I will send you a mail tomorrow

Holen Sie sich Outlook für iOShttps://aka.ms/o0ukef


Von: alrios-ms @.> Gesendet: Wednesday, August 17, 2022 5:30:37 PM An: microsoftgraph/group-membership-management @.> Cc: Daniel Remmers @.>; Mention @.> Betreff: Re: [microsoftgraph/group-membership-management] Question: Get SourceGroup from Logs (Issue #26)

@dborchers-gchttps://github.com/dborchers-gc I'll bring this request to the team!

Also, we would like to understand your use case for GMM, how you are planning to use it, is it for personal use or to manage your company groups, how many groups are you planning to manage, is there any feature you would like to see added to GMM?

If you feel comfortable sharing any of that information you can reach out to us via @.**@.>

Regards.

— Reply to this email directly, view it on GitHubhttps://github.com/microsoftgraph/group-membership-management/issues/26#issuecomment-1218167592, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APGYI53HT27ZXWUPN3M56UDVZUAR3ANCNFSM56UJ3WGQ. You are receiving this because you were mentioned.Message ID: @.***>

dborchers-gc commented 1 year ago

hey @alrios-ms i can't send a mail to the adress, maybe ist not setup for external senders?

dborchers-gc commented 1 year ago

If you like send me a mail to daniel.remmers@gc-gruppe.de

alrios-ms commented 1 year ago

Oh sorry about that, we will fix that issue with the email account.