AD attributes of AD synced user

ExUser44 61 Reputation points
2021-03-30T14:32:45.367+00:00

Hi Team,

We have noticed that when a user is created on on-premise AD but it's corresponding mailbox is created on O365 using Enable-RemoteMailbox cmdlet, certain AD attributes, for instance, "homemdb" and "msExchELCMailboxFlags" do not exist for this particular user. Checked this using below command:

Get-ADUser -Filter {userprincipalname -eq '<user_identity>'} -properties homemdb, msExchELCMailboxFlags

We wanted to know if this is expected, if so, are there any alternate attributes for a mailbox created on O365?

Thanks!

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,197 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,360 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Andy David - MVP 142.3K Reputation points MVP
    2021-03-30T15:02:45.53+00:00
    2 people found this answer helpful.
    0 comments No comments

  2. Lucas Liu-MSFT 6,161 Reputation points
    2021-03-31T02:58:56.84+00:00

    Hi @ExUser44 ,
    Based on my knowledge and testing, this is expected behavior. When you migrate on-premises mailbox to Exchange online or create a remote mailbox for an AD account. Some attributes in AD will be changed. For example, the attributes "homeMDB" you mentioned, represents the proper noun of the database where the mailbox is located. These attributes have no practical meaning for O365 mailboxes, so they will be changed automatically, but these changes will not have any impact on your use.

    There are also some attributes that will be changed: AD Attributes Changed When an On-Premises User Mailbox is Moved to EXO
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

    ----------

    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. Andy David - MVP 142.3K Reputation points MVP
    2021-04-02T17:49:06.257+00:00

    In that case, you should connect to Exchange Online instead and query for those attributes :)

    0 comments No comments