Groupe can not be synced in office 365

Copper Contributor

Hello , 

We are in Exchange Hybrid Envirenement , and when i add member in group in our local active directory , this group is not synced in Office 365 (  the new memeber is not added) but i found this group synced in our azure active directory .

 

any idea?

 

Regards

3 Replies
Is the member you added also synced to AAD?

@adam deltinger  yes , when i check in the metaverse database , it seems synced 

@Azuriste01 

 

Make sure group is in the synced OU

- If the member is found in the metaverse database, run a full sync and check for the logs in ad sync tool

- Check if the user is part of group in the AAD

- In PowerShell connected with MSOL, run this

 

Get-MsolGroup -SearchString "problemgroup"

You'll get the "ObjectId"

- Then run this with above objectid, and check if the nonsyncing member is present

Get-MsolGroupMember -GroupObjectId xxxx-xxxxx-xxxxxx-xxxxxx

 

- then check in PowerShell connected with EXO:

Get-DistributionGroupMember -Identity "problemgroup" | ft

 

- If you see it synced to AAD but not to EXO, then it's issue with O365. Log a ticket and they will be able to resolve it from their end.

- If you see it's not synced to AAD+EXO, then it could be sync issue from Local AD to AD sync server OR ADSync server to AAD.

 

Regards,

Akshay

O365 Administrator | O365CloudExperts