Convert a User Mailbox to Mail Enabled user

Gurudas 951 Reputation points
2023-02-03T11:51:09.2233333+00:00

Hello Team,

Hope you are doing great!

Is it feasable if a user mailbox is coverted into mail enabled user and what will be the impact on ad account (ad attributes) in source tanent.

E-mail : ******@contoso.com

Ad Server : Windows Server 2012 R2

Exchange : Exchange Server 2013

Your quick help will be highly appreciated!

Exchange Exchange Server Other
Windows for business Windows Client for IT Pros Directory services Active Directory
Exchange Exchange Server Management
0 comments No comments
{count} votes

Accepted answer
  1. Kael Yao 37,746 Reputation points Moderator
    2023-02-06T06:07:08.49+00:00

    Hi,

    You can run the following cmdlet in Powershell to export the attributes to csv files and compare the attributes of a mailbox-enabled user and a mail user.

    Get-Aduser -identity <username> -Properties * | Export-csv C:\temp\temp.csv
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.


1 additional answer

Sort by: Most helpful
  1. Amit Singh 5,306 Reputation points
    2023-02-06T06:55:46.4833333+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.