Forum Discussion
Exchange Hybrid - GAL
So we have a hybrid environment with on-premises AD users that are synced to Office 365. Users'mailboxes are on Exchange Online. Azure AD OU filtering is not used yet so we sync all accounts (even disabled ones)
In Skype for Business Online when you search for a contact, it will also show the disabled accounts whereas the Exchange Address book won't show the disabled accounts
Is that normal, Skype doesn't use the same address book?
We are coming from an Exchange on-premises setup but we have almost migrated all mailboxes online, how does the GAL is maintained now Can I delete my on-premises Address lists? How can I create Address lists in Office 365?
9 Replies
Both Exchange and SfB will show disabled accounts, the don't differ I this regard and use the same attribute to "hide" a user.
As for address list, you can use the familiar Exchange cmdlets: https://technet.microsoft.com/en-us/library/jj983798(v=exchg.150).aspx
- Thomas CapacciCopper Contributor
This is not what we are experiencing which is why I thought it had to do with AD Connect.
If I go to Outlook and go to Address Book, I do not see the disabled accounts in question.
Now if I open SfB and Type the name in the "find someone" search box the name shows up.
The account in question doesn't have a mailbox (neither on-premises nor online), I also checked the AD attribute msEchHideFromAddressLists which is set to TRUE
We observe this behavior for all our disabled accounts
Ah, I see. That explains it actually, Exchange address lists (including the GAL) only include valid Exchange recipient types, if the user doesn't have a mailbox (and is not represented by a mail-user object on-premises), Exchange Online will ignore it. I wrongly assumed you are talking about Exchange-related objects.