Link to home
Start Free TrialLog in
Avatar of BianaryBarbarian
BianaryBarbarian

asked on

Exchange user Mailbox setup: Existing user not found in list

I am adding new mailboxes for users in our exchange server.  I went to add a users mailbox using the Existing user and the list it provides does not show this users AD account?  How do I create a mailbox for existing user if the name does not appear in the list, or how do I get his name to appear in the list.

Exchange 2010
Server 2008
Avatar of Mike
Mike
Flag of United States of America image

double check and make sure the scope is set to show all users in forest.
Avatar of BianaryBarbarian
BianaryBarbarian

ASKER

Yes i tried setting it as the OU containing the user and put it back to the default entire forest.
I'm sorry but are you having a problem with Server 2008 or Exchange.?

if you are using SBS 2008 and you are trying to copy a user with a wizard you will be better without it.

If you can see the user on the AD, try creating the user manually and try to duplicate the settings from a selected user.

Now, if you have users already created in your AD and they can connect to your server, these users should be somewhere within your forest, you need to find them and then create their mailbox.
Problem is with exchange, yes the users have already been set up in AD (for years) and we are migrating away from mailenable to an exchange environment.  When I go to create a new mailbox for existing user, everyone in the forest populates the list EXCEPT 1 user (that I know of).  This user is upper management and needs to be addressed as delicately as possible.  What do I need to do to get this users account to populate to the existing user list in exchange new mailbox setup..
exchangeerror.pdf
Run the below commands

Get-Mailbox "Mike Day" or alias | fl
Get-User "Mike Day" or alias | fl

Seems that some Exchange attributes surely assigned to the user making him unavailable for existing account for a Mailbox.

- Rancy
I guess im not sure what you need me to do.. i cannot run the command get-mailbox in cmd or powershell, says not recognized as the name of a cmdlet.

What do I need to do to run this command.

Thanks for the help
Connect to your Exchange box, open Power Shell and run that command.
@Rancy, @others, Attached is the syntax from me opening powershell and attempting that command, I apologize if I am not doing something that seems obvious.

Do I need to add snapin? or what am I doing wrong here.
exchangepowershell.pdf
You need to open Exchange PowerShell, not Windows PowerShell.

And YES you need to add the Exchange SnapIn if you want to use AD PowerShell, but why to do that when you have Exchange PS?
@clonyxrlo, tried the RemoveExchangeAttributes.exe solution and the user does not show a box using the info command, still rand the remove command but when attempting to set up the new mailbox the user STILL does not show up in the AD list.
@Exchange Powershell Solution,

I opened exchange powershell and ran the commands:

Get-User "Mike Day"
Get-Mailbox "Mike Day"

Both returned errors stating;
'The operation couldn't be performed because object 'Mike Day' couldn't be found on 'DIRECTORY'.

So I ran just Get-User and searched the list and sure enough Mike Day is not in this list, My account as well as the Mike Day (temp) account are listed but no Mike Day.  So I logged onto 'Directory' that was in the error syntax and searched the AD.  Mike Day account is listed on the AD residing on the Directory named in previous error...???
What is the Alias of the user (i mean login name) ... if the user is a AD user as well .. it will show up in "Get-User" ?

Ohk lets open Adsiedit and try to drill to the user and check no msexch attribute should be assigned to the user :)

- Rancy
I appreciate the time you have used helping me with this issue, do you think at this point it would be easier to delete the AD account and just recreate it?

I tried 'Get-User "domain\mday" but it still returns nothing as if the account does not exist.  But i can find it in AD, what tab do I need to look at in AD to determine if there is any exchange attributes assigned to it?

This user account shows it was created in 2001 prior to our current Domain Controllers, is it possible this user AD account was corrupted in the migration?
ASKER CERTIFIED SOLUTION
Avatar of Manpreet SIngh Khatra
Manpreet SIngh Khatra
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I ended up deleting the AD account and remaking it.. everything works not but took more time than I had allocated.  That is how it goes sometimes.  As per my issue I guess it is technically unresolved but that is for microsoft to figure out now.