'msExchRecipientTypeDetails' this seems like an exchange attribute.
Error might not be related to this article. Also, you can refer to
official documentation for this article. Selective Password Hash
Synchronization for Azure AD Connect - Microsoft Entra | Microsoft Docs
I get following error:
ADSyncManagementService.UpdateConnectorBasedOnRule: Omitting attributes
'msExchRecipientTypeDetails' because they are not present in the schema
for connector 'ad...x.x.x.x.x.x.x.x..x.x..x..x.' any help?
@Russ Rimmerman, thank you so much, Sir. I tried this one out and ended
up using the displayName filter that starts with a specific word. So
far, I am getting what I need on my project. Again, thank you for the
quick response.
Hi @Jayben, this should be possible - I believe you'd just need to add
in a $filter=scheme eq 'ServicePrincipal' to your graph call. Or maybe
$filter=scheme/any(s:s eq 'ServicePrincipal') may also work.
Latest Comments