Forum Discussion
ArjanBroekhuizen
Aug 17, 2023Iron Contributor
Mail enabled security group - only in Exchange Online
Hi all, In our local Active Directory we have a security group that is synchronised to Azure. Synchronisation works fine and the group is added in Azure. But the group is also mail-enabled in Exc...
AjinkyaGhare
Aug 20, 2023Copper Contributor
It appears that there might be a glitch in the synchronization process or the group could be cloud-only. To address this, you could try moving the security group to an organizational unit (OU) that hasn't been synchronized. This should remove the group from the cloud. Afterward, when you move the group back, it should reflect the correct properties.
You can check the synchronization status of a single group using the Get-MsolGroup cmdlet and looking at the LastDirSyncTime property, which displays the last synchronization date and time. This approach should help clarify and resolve the issue.
Get-MsolGroup -SearchString "Sales" | Select-Object DisplayName,LastDirSyncTime
If this solves answers your question, then please make this response as an answer.
Thanks
You can check the synchronization status of a single group using the Get-MsolGroup cmdlet and looking at the LastDirSyncTime property, which displays the last synchronization date and time. This approach should help clarify and resolve the issue.
Get-MsolGroup -SearchString "Sales" | Select-Object DisplayName,LastDirSyncTime
If this solves answers your question, then please make this response as an answer.
Thanks
ArjanBroekhuizen
Aug 25, 2023Iron Contributor
Hello AjinkyaGhare,
Thanks for your reply. Your suggestion sounds good to me. Because the group is used in an production environment it is not possible at this moment. In the next service window I will give it a try.
Kind regards,
Arjan
Thanks for your reply. Your suggestion sounds good to me. Because the group is used in an production environment it is not possible at this moment. In the next service window I will give it a try.
Kind regards,
Arjan