Convert 'Mail User' to 'User Mailbox'
Someone has accidentally created a 'New Mail User' in Exchange 2007. This create an AD account however, we are unable to send email to the user. The user has been logging into the AD and using resources, and I would like to do this without losing his SID - aka i don't want to delete his account and re-create it correctly. How can I convert his 'Recipient Type Details' from a 'Mail User' to a 'User Mailbox' (Regular user) I ran the following from the Exchange shell:Set-Mailbox "UserLastName, UserFirstName" -Type Rgularand received the following output."Set-Mailbox : UserLastName, UserFirstName is not a ailbox user.In AD - it shows an SMTP address for the user, however they have no 'Mailbox Features' tab. How canconvert his 'Recipient Type Details' from a 'Mail User' to a 'User Mailbox' (Regular user)?Any help is appreciated.ZachZach Smith
March 2nd, 2009 9:34am

Hi Zach,Did you try by enabling the mailbox with Enable-Mailbox cmdlet for the user? Specify the database to create a mailbox...Enable-Mailboxhttp://technet.microsoft.com/en-us/library/aa998251.aspxAmit Tank | MVP - Exchange | MCITP:EMA MCSA:M | http://ExchangeShare.WordPress.com
Free Windows Admin Tool Kit Click here and download it now
March 2nd, 2009 10:04am

Creating mailbox for an existing user runs internally powershell Enable-Mailbox cmdlet :)Thanks for sharing your solution here...Amit Tank | MVP - Exchange | MCITP:EMA MCSA:M | http://ExchangeShare.WordPress.com
March 2nd, 2009 10:12am

Does the solution mean that in powershell a Disable-MailUser must be run before Enable-Mailbox or else it will not be possible to conver a MailUser to UserMailbox? Thanks Anu MelkoteAnu
Free Windows Admin Tool Kit Click here and download it now
August 27th, 2010 11:53pm

(This goes the other way) Converting a Mailbox to a MailUser (and not losing attributes) Mike Crowley Check out My Blog!
December 9th, 2010 1:08pm

Tnx Brian!!! This makes it a lot easyer, since we were first trying to do this via a script (and removing certain attributes)
Free Windows Admin Tool Kit Click here and download it now
June 27th, 2012 4:02am

Hi, I am getting below error, tried the command with -DomainController also. thanks in advance for the suggestions! The user's Active Directory account must be logon-enabled for the user's mailbox. + CategoryInfo : InvalidArgument: (test:ADUser) [Enable-Mailbox], RecipientTaskException + FullyQualifiedErrorId : 25751742,Microsoft.Exchange.Management.RecipientTasks.EnableMailbox
August 3rd, 2012 8:48am

On Fri, 3 Aug 2012 12:41:33 +0000, Spog_G wrote: > > >Hi, > >I am getting below error, tried the command with -DomainController also. > >thanks in advance for the suggestions! > >The user's Active Directory account must be logon-enabled for the user's mailbox. + CategoryInfo : InvalidArgument: (test:ADUser) [Enable-Mailbox], RecipientTaskException + FullyQualifiedErrorId : 25751742,Microsoft.Exchange.Management.RecipientTasks.EnableMailbox Is the user account disabled? --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
August 3rd, 2012 9:52am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics