Exch 2013 SP1 Mutidomain set up. mail enabled user shows Forest Root Domain email address.

Hi,
First let me explain my Exch 2013 SP1 Multidomain set up.
1. DA as Forest Root domain, having schema master domain role installed.
DB as Tree Root domain in above forest 
DC as Child domain in Tree root domain.
2. After set up, I ran 'netdom query fsmo' on each DC. It displayed schema master role on forest DC and domain role on individual DC on which command was run.
3. Now to install Exch 2013 SP1, ran appropriate command on forest  DC (i.e PrepareAD, Prepareschema and alldomain).
4. Brought 1 machine in Child domain and installed Exch 2013 SP1 server on it.
Now, when I access ECP, Create user, new mailboxdatabse etc. options available only if login to ECP by ForestRootDomain\administrator credentials. please confirm.
while creating new user, it shows User Login Name with Child.TreeRootDomain.local default but after creating user, it shows [email protected] as Email address. Please confirm.
Thanks and regards,
Sudhir

Logged on Exch machine by child\administrator user credentials.
Unabel to get Set-ADServerSettings -ViewEntireForest $true command in exchange powershell.
can get only Set-AdServeiceAccount command.
Also if poosible, please confirm, weather multidomain set up is correct?

Similar Messages

  • Exch 2013 SP1 How to create new mailbox account for multiple users exist in active directory in one go?

    Hi,
    First let me explain my Exch 2013 SP1 Multidomain set up.
    1. DA as Forest Root domain, having schema master domain role installed.
    DB as Tree Root domain in above forest 
    DC as Child domain in Tree root domain.
    Brought 1 machine in Child domain and in stalled Exch 2013 SP1 on it.
    Now i have created 100 users in child domain, but i am not getting a option to enable Exchange mailbox for all 100 users in one go. (Also unable to do same on normal set up having one DC and Exch 2013 SP1 server)
    Could you please help me do it.
    Thanks & Regards,
    Sudhir

    Dear Sudhir
    Please try this through Exchange management shell and it will help you 
    Get-User -RecipientTypeDetails User -Filter { UserPrincipalName -ne $Null } | Enable-Mailbox
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • Add a custom email alias to all my mail enabled users

    Hey Everyone,
    I'm trying to add an email alias to all my mail enabled users using powershell.
     I'm in a dir sync setup can I do something like the below.Of course the smtp:$($a.lname)_$($[email protected] isn't working for me. It was posted online as "$a.alias", which isn't what I need. I need
    to add [email protected] to every mailbox.A crappy voice mail system software that can't alter it's send To address format template is driving this change.  I don't want to use an address policy, due to it
    changing the default reply in the process.
    if someone can help me get this script working that would be fantastic.
    $users = Get-Mailuser
    foreach ($a in $users) {$a.emailaddresses.Add("smtp:$($a.lname)_$($[email protected]")}
    $users | %{Set-Mailuser $_.Identity -EmailAddresses $_.EmailAddresses}
    Suleman

    I don't have an Exchange environment to test this. I just fxed up the syntax. Does this work:
    $users = Get-Mailuser
    foreach ($user in $users) {
    $user.emailaddresses.Add("smtp:$($user.lname)_$($user.fname)@domain.ca")
    $users | % { Set-Mailuser $_.Identity -EmailAddresses $_.EmailAddresses }
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable)

  • Hi,  I have just set up my domain email address with google and Im trying to set up mail on my mac.  Its receiving mail but its not letting me send emails from that address.  I have tried quite a few solution but cant figure it out.  Can anyone help

    Hi,  I have just set up my domain email address with google and Im trying to set up mail on my mac.  Its receiving mail but its not letting me send emails from that address.  I have tried quite a few solution but cant figure it out.  Can anyone help

    Hi Lawrence1981,
    Thanks for visiting Apple Support Communities.
    You may want to check this article for additional troubleshooting steps:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Cheers,
    Jeremy

  • HT201342 Are there any setting or some way to show notifications for new email without open Apple Mail app ?

    Are there any setting or some way to show notifications for new email without open Apple Mail app ?
    You know , I am an OCD . I alway's close my Mail app and miss many important new emails .

    What I do is open the Mail.app, then click the red traffic light (upper left corner of the main Mail.app window) to close that window. The app itself will remain running and you will get updates - this helps keep the desktop tidy while while the mail app remains running. When an update is received, simply click the either the mail icon in your dock or go to the Mail.app menu and click Window > Message Viewer.

  • Provisioned user in exchange from OIM created as Mail Enabled User

    Hi,
    I have provisioned a user from OIM to exchange and the user is created as MAIL ENABLED RECEPIENT in the exchange instead of MAIL BOX ENABLED RECEPIENT .The difference between both is like the MAIL BOX ENABLED user will be having a seperate button(MAILBOX RIGHTS) in the exchange advanced tab and also he has exchange features tab.
    Is there any field in OIM which differentiates both MAIL ENABLED and MAIL BOX Enabled user.
    When i see the tabs of the MAIL ENABLED USER in the exchange i'm able to see just alias fields in one of the tabs but the MAIL BOX ENABLED user is having even the mail store field.
    When i googled for the difference between MAIL BOX enabled and MAIL Enabled i could see like the user created directly with exchange is getting MAIL BOX enabled and any third party user or different domain user wont get this MAIL BOX enabled instead he will be MAIL ENABLED
    I want the user to be MAIL BOX enabled when he is provisioned from OIM.
    Please update if any one has come across this type of issue.

    hi Rajiv,
    thanks...
    i have run the AD Organisation lookup Recon and have given the following parameters
    Lookup Search Filter:     (|(objectclass=OrganizationalUnit)(objectclass=container))
    Search Base:     DC=<domain_name2>,DC=<domain_name1>,DC=com
    Recon Type:     Update
    IT Resource Name:     ADITResource
    AttrName For Decode Value In Lookup:     distinguishedName
    AttrName For Code Value In Lookup:     distinguishedName
    Lookup Code Name:     Lookup.ADReconciliation.Organization
    Configuration Lookup:     Lookup.AD.Configuration
    But still theres no value for Organisation Lookup in process form for provisioning the user. what could be the cause for the same?
    Also i was testing if the connector is installed properly by using the testing utility. i used the following command to run it : . runADtest.sh 2
    But i got the following error.
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: com/thortech/xl/integration/ActiveDirectory/test/ADTestClient
    Caused by: java.lang.ClassNotFoundException: com.thortech.xl.integration.ActiveDirectory.test.ADTestClient
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: com.thortech.xl.integration.ActiveDirectory.test.ADTestClient. Program will exit.
    Please help me for this also.
    Edited by: 827805 on Feb 9, 2011 4:11 AM

  • How can I set up my mail page to show more than ten emails at a time?

    How can I set up my mail page to show more than ten emails a time?
    == This happened ==
    Every time Firefox opened
    == I first started using firefox

    There doesn't seem to be a setting in preferences to how many emails I can view at one time.

  • Mailbox enabled user to mail enabled user

    As part of a migration I have a requirement to change mailbox enable users to mail enable users on exchange 2003. This would be to be able to drop the mailbox but keep all the mail related attributes including the target address. This will allow us to start
    decommissioning servers and storage as the migration proceeds.
    Stephane
    Stephane Favre

    Hi,
    Please refer to the following article:
    Converting a Mailbox to a MailUser (and preserving your custom attributes)
    What do you want the mail-user’s external email address to be?
    The script takes the user’s mailbox alias and then appends @domain.com.  You may wish to modify this with whatever their new external address has become.
    hope this helps!
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Configuring Multiple domain Email addresses in Exchange server 2013 for Send/Receive

    I've setup an exchange server 2013 , I have an requirement to setup email addresses for multiple domain account.
    For example - My primary email addresses - [email protected] however i need to setup multiple domain email account for single AD user.
    Example
    [email protected]
    [email protected]
    [email protected]
    I was able to setup account to receive email from different users to single mailbox users however how can i send mails from other domains email address apart from primary domain email 
    Thank you
    Benhur

    Hello,
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Cara Chen
    TechNet Community Support

  • I'm trying to set up a iTunes allowance account for my 11 year old daughter, I set up the account but put in the wrong email address, now it's trying to send the verification email to an old addy I no longer have access to. Help.

    I'm trying to set up a iTunes allowance account for my 11 year old daughter, I set up the account but put in the wrong email address, now it's trying to send the verification email to an old addy I no longer have access to. Help.
    I've tried looking at my own itunes account but I cannot seem to find the allowance account, it says I currently have zero allowance accounts.
    All I want to do is change the assigned email address.

    Who is the email provider? Not all accounts can be set up as POP3

  • Got a iphone set the apple id n it was the wrong email address now i can't verifie it how do i delete and start over

    got a iphone set the apple id n it was the wrong email address now i can't verifie it how do i delete and start over

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    When you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.

  • How do I prevent Mail from opening when I click an email address in Safari?

    My wife and I both use Yahoo! Mail. Neither of us uses the Mail app to manage our email. How do I prevent Mail from opening when we click an email address in Safari?  Is it possible to direct Safari to open a separate web browser prompting us to log in to our Yahoo! Mail?

    Hmm.. probably not.
    You want to open Mail. Then go into Preferences > General and you will see something similar to this:
    In the area marked Default Mail reader click on the pull down and at the bottom of the list it will say Other. You can see if you can select Safari here and if that will open up Safari.
    Good luck.

  • HT1277 When I send or receive an email on Mail for Mac, the computer stores the email address of either the sender or recipient.

    When I send or receive an email on Mail for Mac, the computer stores the email address of either the sender or recipient.
    The next time I send an email it fills in the name after typing a few letters.
    Is there any way to get a complete list of the email addresses that are stored in this fashion.
    LJCollingwood

    Go to Mail > top menu bar > Window and select 'Previous recipients'.

  • I just installed snow leopard on my mac and it automatically pulled my notes from my iphone to my mac mail and they showed up there as email. I want my notes kept separate on my iphone. What can I do?

    I just installed snow leopard on my mac and it automatically pulled my notes from my iphone to my mac mail and they showed up there as email. I want my notes kept separate on my iphone. What can I do?

    hi,
    i look but dont'find the way , what have you done ?

  • Exchange 2013 SP1 Not Receiving e-mail

    Hello,
    Mail flow between Exchange 2010 sp3 & Exchange 2013 SP1 (update Cu5) not working.
    Exchange 2013 setup is Exchange 2013 sp1 DVD
    Exchange 2010 when sending mail to external it's ok.
    Exchange 2010 when sending mail to exchange 2010 users it's ok.
    Exchange 2013 when sending mail to External it's ok.
    Exchange 2013 when sending mail to exchange 2010 users it's ok.
    or
    Exchange 2010 when sending mail to exchange 2013 not working
    Exchange 2013 when sending mail to Exchange 2013 not working
    From internet --> SMTP GW (exh edge) --> Exchange 2010 it's ok
    From Internet --> SMTP GW (exh edge) --> Exchange 2013 not working.
    organization;
    1 AD site and 1 PDC (2012 R2) + 3 DC (1x 2008 R2 + 2 x 2003 Server) (Windows Server 2003 domain fl)
    With Exchange 2010 exchange 2013 on the same subnet. Exchange 2010 physical machine, Exchange 2013 physical machine ( eth Microsoft Team Server 2012 R2 )
    All server is region setting Turkey
    Exchange 2010 error
    451 4.7.0 Temporary server error. Please try again later. PRX4 
    Exchange 2013 error
    451 4.4.0 primary target ip address responded with 501 5.5.4 Invalid arguments. attempted failover to alternative host, but that did not succeed. either there are no alternate host, or delivery failed to all alternate hosts. Th
    thanks

    Hi,
    From your description, the Exchange 2013 server can't receive emails internally and externally. I recommend you follow the steps below for troubleshooting:
    1. Please restart the Microsoft Exchange Frontend Transport service on CAS and the Microsoft Exchange Transport service on Mailbox and check the result.
    2. Please make sure that the authentication on default receive connector is right. Here is the configuration in my environment for your reference:
    Hope it helps.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

Maybe you are looking for

  • Printing from a Mac Book Pro to a Windows 7 64 Bit Box

    Before I upgraded to Win 7 I have no problem printing from my MBP (snow leopard) to my Canon IP4300 hooked up to my Vista Ultimate Box. Once I upgraded it to Win 7, I can no longer print. We have 2 Mac Book Pro's and this error can be duplicated on b

  • Preference problem in Safari

    I want to cahnge my home page. Help says to go safari>preferences>general BUT .... when I go to preferences I just get the bookmarks option window. Any ideas? Thanks in advance AT

  • Photos disappearing from text messages

    Random photos from text (MMS) messages disappear from my saved messages.  Is this problem fixed with iOS5?

  • Animation codec is incompatible

    After updating to OS 10.9 on my mid 2010 Mac pro all the animation encoded video on my computer wont play through quick view and has to be converted in order to preview in QT. It doesnt show thumbnails in the finder either. Are others experiencing th

  • Form loses fragments when I run it

    Hi I've got a form which uses fragments.  This form previews fine in the designer, but when I try to run it using generatePDF Output in a process, the parts that come from the fragments are gone. The following entries are in the log: ALC-OUT-002-058: