Distribution group not showing in 2nd exchange server

Hi there.
EXCHANGE2010 (1) in domain1
EXCHANGE2010 (2) in domain2
If we create distribution group thru EXCHANGE2010(1) with domain2 name, that group is visible immediatelly in EXCHANGE2010(2) but it is not visible in EXCHANGE2010(1) until couple of hours.
Where to look for the root of problems? Could this be some active directory sync problems or anything else?
bostjanc

Hi Bostjanc,
Please add "-DC" parameter to the command as below when you get the distribution group via EMS:
Get-DistributionGroup -DC domaincontrollername
Repeat it on the DCs in two sites and compare the results.
Regards,
Rebecca Tu
TechNet Community Support

Similar Messages

  • Distribution group not showing up in Exchange 2007 GAL

    Hello,
    We have AD running on a 2003 R2 SP2 server
    We have Exchange 2007 running on a 2003 R2 SP2 server on the same domain.
    I put a distribution group (all staff) on the active directory server.    I can e-mail to [email protected] and it goes to everyone I put in that group no problem.   However if I do check name, allstaff isn't listed, I have to go to contacts and drop down to find that distribution group (under groups).   How do I get it into the global address list so it shows for anyone pressing alt K or checkname along with other members of our domain - I don't want them to have to drop down under the contacts item in outlook to go to groups to find it.
    Thanks

    Thanks - I don't think the regen of the address book is really the key but modifying the distribution group in AD after you create it in EMC.   I had regened the OAB a few times since last friday but the allstaff was only available under groups in outlook.   Maintenance runs every morning at 5AM and that didn't update the group into lookup in outlook.   It seems to be the broken AD interface between exchange 2007 and windows 2003.   You used to be able to see all exchange data for a user or group in AD however now part of it is in Exchange 2007 Management console and some is in AD users and computers.  
    THis is just one more item in my opinion along with the lack of gui control in exchange 2007 that displays the half baked creation that is Exchange 2007.   Is the next version of WIndows Server going to require all DOS commands like Exchange 2007 does to do any AD work?   Gussy it up with a fancy name like "POWERSHELL" but it is just another way of saying DOS to me.   Pretty sure PCs became more popular with GUI interfaces.    I used to be an MS FAN (not the same as fanboy who thinks they can do no wrong) but things at MS have taken a SERIOUS turn down hill as of late
    Vista - incredibly bad performance - no such issue with WIndows 95, 98, 2000, XP - and then they claimed it was drivers, then it was third party apps such as AV or firewalls - 5 months later they finally admit as people set up boxes with all the extras turned off with identical hardware and the latest drivers - hmm XP blows the doors off vista for file copy performance - can't imagine why sales suck for business clients and Dell had to start selling XP again.
    BTW - I tried their patch for performance - it actually decreased disk to disk performance on the same box while increasing performance by 20% in network copys however since network performance is up to 500% slower than XP that 20% increase doesn't really help enough to offset internal performance slow downs - here is a tip MS - strip out the DRM scanning and you'll get your performance back.
    Exchange 2007 - ESM worked great in 2003, 2000.   2007 we bring you POWERSHELL known 20 years ago as DOS.   Much easier to write scripts like - ## AutoDisco for EWS
    [array]$SCPCurrent = Get-ClientAccessServer
    $autodiscoResponse = "<Autodiscover xmlns=`"http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006`">"
    `
    + " <Request>"`
    + " <EMailAddress>" + $siSIDToSearch.WindowsEmailAddress + "</EMailAddress>"`
    + " <AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>"`
    + " </Request>"`
    + "</Autodiscover>"
    $strRootURI = $SCPCurrent[0].AutoDiscoverServiceInternalUri.absoluteuri
    $WDRequest = [System.Net.WebRequest]::Create($strRootURI)
    $WDRequest.ContentType = "text/xml"
    $WDRequest.Headers.Add("Translate", "F")
    $WDRequest.Method = "Post"
    $WDRequest.UseDefaultCredentials = $True
    $bytes = [System.Text.Encoding]::UTF8.GetBytes($autodiscoResponse)
    $WDRequest.ContentLength = $bytes.Length
    $RequestStream = $WDRequest.GetRequestStream()
    $RequestStream.Write($bytes, 0, $bytes.Length)
    $RequestStream.Close()
    $WDResponse = $WDRequest.GetResponse()
    $ResponseStream = $WDResponse.GetResponseStream()
    $ResponseXmlDoc = new-object System.Xml.XmlDocument
    $ResponseXmlDoc.Load($ResponseStream)
    $EWSNodes = @($ResponseXmlDoc.getElementsByTagName("ASUrl"))
    if ($EWSNodes.length -ne 0){
    $ewsURL = $EWSNodes[0].'#text'
    than just clickin in Exchange System Manager and going to mailbox management like you had to in 2003.   Whew glad that trudgery is gone!   In just 20 lines I can do what I was forced to do in a couple of mouse clicks in the old version - happy days are finally here.
    WM6 - the BT stack was horrible in PPC2003, WM5 it was still bad but we've made it intolerable in WM6 - and we've made sure you can't get in touch with anyone at MS to point out these issues.
    Office 2007 - Gone are all those customizable menus that made your job easy - we've locked them down because we didn't have enough time to fix them after we scrapped our original ribbons interface - we tell you they are locked for security reasons but we'll bring it back as a new feature in the next version of Office.
    Thanks for letting me dump on the *** coming from MS these days - if their surveys actually let you give open feedback it would be great but their surveys about products are more like -
    Would you like to give feedback about VIsta?
    Question 1 -
    Do you think Vista is
    a more colorful
    b more intuitive
    c more visually stimulating
    Question 2
    Do you think the menu bar
    a Has better icons
    b Has better fonts
    c Looks more user friendly
    A real question about my Vista experience would be
    Question 1
    What did you think was better about Vista
    Question 2
    What did you think needs fixing in Vista
    Question 3
    Any additional comments
    MS is determined not to let in any info that might delay releases or improve their products.

  • Client installation is not successful & not showing activity in SCCM Server 2012

     Environment : SCCM Server 2012 Configured successfull and installed clients using client push method , successfully Completed . I have seen Active, And push software to corresponding clients . installed successfully
    We have internal & external networks in our environment . Internal network in data center , the sccm server is also in data center . All client systems is getting software's from sccm in internal network ( done successful) .
    i have opened the ports in firewall 135,139,80,443,445, etc (TCP,UDP)
    When iam trying to push the client from SCCM server to  external network client system. it is not installing the  Ccm setup ,
    not showing "Active" in SCCM server .
    I have added a Account in Client push , Same account i added in Client system Administrator group .
    Info : All systems in Device collection 
    please updated the suggestions, to solve this issue . 
    Thanks in advance 

    Client push requires more than just those handful of ports as it uses RPC and SMB to push the initial required files -- thus, you need to open the dynamic high ports required for RPC.
    You can easily see this activity in the ccm.log.If you are unable/unwilling to open the RPC high ports, then you should choose an alertnate client install method.
    Jason | http://blog.configmgrftw.com

  • Iphone 4S with iOS5 not connecting to our Exchange server.

    Help!! i have upgraded to the new iphone with the ios5 and it will not sync with my exchange server! All other iphones in the office are iphone 4 and on the older os and they work fine.  is there some magic settings that our IT guys need to change?  the iphone 4s on AT&T works just fine!

    I've found a fairly straight forward fix if you're having this problem, I'm sure it won't work for all but it will work for some.  This is easier to try than restting your network settings and deleting your iCloud account, so try it first.
    If you've already got an Exchange account set up but not working - you get the "Password Incorrect" message then;  1) delete the Exchange account. 2) set up a new Exchange account. 3) enter your Domain name. 4) continue set up as usual.  My iPad 2 wifi/3G is connected to iCloud and my company Exchange server, I get the full Outlook suite email/contacts/calendar/etc.
    I found that for some reason omitting the domain name during set up, even though Apple says it's optional, really isn't so that your device recognizes your Exchange server.  Here's a quick tutorial I slapped up on You Tube.  If this doesn't work then try the other methods. 
    Good luck.

  • I am having trouble setting up a 2nd exchange server e-mail in entourage

    I am having trouble setting up a 2nd exchange server e-mail in entourage on a new macbook air.  Trying to set up exactly the same as on iMac but keep getting error message.  Any suggestions?

    You need to first set up a new account with the information provided by your university. They should supply you with an email address and you should be able to provide your own password. They should also provide you with the name of the incoming mail server to use as well as the name of the outgoing mail server. They should let you know whether to set up the account as an IMAP account or a POP account (with the servers to match).
    If you already have all this information at hand, setting up the email account should be fairly easy. What have you tried thus far?

  • Exchange Distribution Groups not updating in Active Directory

    Hi all,
    I'm not sure if this is intended behaviour or not, but any distribution group we create in Exchange ECP does not update in Active Directory Users and Computers. Any particular reason why?
    For example, we have a user group called "Managers" and we've recently created a new group called Area Managers. We've since moved some people out of Managers and put them in Area Managers, however in Active Directory all we see is the Managers
    group with all the old managers in there. The OU for the Area Managers group has been set correctly.
    Best regards,
    Please remember to mark the replies as helpful if they help, or as answers if they answer your question. Please also unmark the answers if they provide no help.
    Zach Roberts
    Independent Microsoft Community Support Advisor
    Disclaimer: I don't work for Microsoft. Any advice given is my own and does not represent Microsoft.
    Follow me on Twitter:
    @WindowsZach

    Hi,
    Please run the following command to confirm the members of two groups.
    Get-DistributionGroupMember -Identity Area Managers
    Get-DistributionGroupMember -Identity Managers
    I also suggest to remove the member from “Managers” in AD then check the members of “Managers” in EAC to check this problem.
    Best Regards.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Lynn-Li
    TechNet Community Support

  • Distribution List Not Showing in GAL

    Using the Exchange Management Console in 2007 I created a new Distribution List and added some users to it.   It is showing up under All Address Lists > All Groups.  But it is not showing up under the Global Address List. 
    How can I get it to show up under the GAL?
    Thanks,

    Hi,
    Please try below steps :
     following command in the Exchange Management Shell.  
    Get-GlobalAddressList | Format-List Name,*RecipientFilter*,ExchangeVersion
    This command lists detailed information on the Global Address Book.  To view information on all of the other address books on your Exchange 2007 server issue the following command:
    Get-AddressList | Format-List Name,*RecipientFilter*,ExchangeVersion
    Both of the above commands will display the following Address Book attributes:
    Name
    RecipientFilter
    LdapRecipientFilter
    LastUpdatedRecipientFilter
    RecipientFilterApplied
    RecipientFilterType
    ExchangeVersion
    If the RecipientFilterType is set to Legacy that means that the Address book has not been upgraded to the Exchange 2007 format.  
    Below is the command that I ran to correct this issue:
    Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq
    'group' -or ObjectClass -eq 'publicFolder'))}
    While all of our other Address Books had been upgraded, you will need to ensure that you upgrade all of the Address Books on your Exchange 2007 server.
    For additional information please read the following article.
    http://msexchangeteam.com/archive/2007/01/11/432158.aspx
    Dinesh

  • AD distribution group not in Outlook

    I have created several distribution groups into Active Directory.
    Those group don't show in the Outlook.
    Should I set more properties to the groups or ?

    Hello,
    Make sure that "Hide group from Exchange address lists" is unchecked on these groups. Additionally, if you already created distribution groups, they may not appear in Outlook's
    address list until you force the address book update or next update will be run on Exchange server.
    Hope it helps,
    Adam
    CodeTwo: Software solutions for Exchange and Office 365
    If this post helps resolve your issue, please click the "Mark as Answer" or "Helpful" button at the top of this message. By marking a post as Answered, or Helpful you help others find the answer faster.

  • Emails for Current Day are not sync with Microsoft Exchange server

    I have bought a Z1 and configured my microsoft exchange server email on it. All is working well. However it is only showing emails till yesterday. I have tried all sync settings including automatic, all, one day and all others but still it is not showing emails for current day. I have also tried all sort options but still no improvement.
    The same setting are working perfectly fine on my Samsung Galaxy Note 2. What is the issue and how to fix it? Please make sure i have purchased a new phone and would use the stock email app and no third party email app. 
    Already there is a downgrade in Z1 stock email app. It is not supporting formatted signatures and formatted outgoing emails. Which is now very common on all phones of its price and class. 
    What is Sony doing on its phones? i do not understand.
    Please let me know how to fix my issue of most recent emails sync.

    http://office.microsoft.com/en-us/support/set-up-email-on-an-android-phone-or-tablet-HA102823196.asp...
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Contact list not show after migration Exchange 2007 to 2010

    Hello.
    I have a old infraestructure with exchange 2007 and new organizacion with exchnage 2010
    If I migrate a mailbox from 2007 to 2010 I can open the mailbox on 2010 without problems,
    From owa works correct active sync and outlook work correct, I can send a receive mails but, from outlook client I can not see the Global Address list.
    Step by step:
    User with mailbox over exchange 2007.
    Outlook, owa active sync.. all is working fine and I can see the Global Addres list from owa and from outlook.
    Move mailbox from 2007 to 2010
    Completed ok without errors
    The user mailbox on 2010 working fine, I can access by owa by outlook and active sync and from owa I can see the Global Addres list but from outlook I can not see the GAL.
    I've tried diferents outlook versions: 2003 2007 and 2010 but I can not see the GAL
    If I try to download de GAL from Outlook I see outlook download the correct list and complete ok without erros but not show on outlook.
    I don't know why..
    Exchange 2007 with sp3 and 2010 with sp3 too.
    Any idea how could resolve this problem?
    Thanks in advance¡

    Hi
    Did you migrate your address list or create a new one? Move-OfflineAddressBook "Default Offline Address Book" -Server <your Exchange 2010 server>
    Get-OfflineAddressBook | fl *server*
    Set-OfflineAddressBook "\Default Offline Address Book" -VirtualDirectories "your exchange server\OAB (Default Web Site)"

  • Not able to sync Exchange Server :-(

    Hello all,
    I am having trouble while setting up exchange account. Need help, i am getting no where. Here's where I am stucked...
    1.Details entered
    Email: [email protected]
    UserName : [email protected]
    Password : ***
    Description : [email protected]
    2. Clicked Next
    3. Entered server details
    Server : <server address>
    4. Clicked Next
    5. Got message as "Exchange Account verification failed"
    6. Again click Next, and it asked to save the account info
    7. Clicked Save
    8. Came to next screen. "Select info to sync using Exchange"
    9. Clicked Done
    10. Got a msg, "Unable to verify certificate from <server>". Accept or Cancel
    11. Clicked Accept
    12. It says Password Incorrect and asks for again.
    On entering Password Again, it doesn't go further and shows the same pop-up again for password
    Can someone please help me
    Thanks
    Mehul

    MehulMistry wrote:
    Saw many posts and threads on this problem, but still could not find an answer
    Is this problem so big and it does not have any solution?
    Help....!!!!
    My first question - have you contacted your IT support on this? Not all IT shops allow access to all users to the exchange server, espsecially if it is personal owned equipment. In the latter version it can enabled and disabled for each individual user.

  • Public logon group not showing up

    Hi everybody
    I am trying to create a SAPGui entry for logon group access to customer ECC6.0 system.
    I have configured the service and sapmsg.ini file.
    I was told by customer sysadmin that PUBLIC logon group was created but in the list of logon groups I can only see SPACE.
    Moreover, if I complete the procedure with SPACE logon group, when I try to login it won't succeed, warning that even the client number is wrong (?!).
    My questions are:
    - how to retrieve message server number and port (even though I am fairly certain that they are ok, otherwise the Logon group list wouldn't have been populated... right?)
    - what might be the cause for the PUBLIC logon group not to show up
    Thanks, points will be awarded
    Vincenzo

    Hi,
    Since you get such strange errors, it almost seems like you are trying to logon to the wrong server.
    Please check sapmsg.ini again to see that the correct hostname/ip-address is entered.
    Also, did you notice if the server name is correct at the logon screen ?
    Every Dialog instance or Central Instance gets logon group SPACE by default. Then, when you create logon groups for the instance,
    the group SPACE will disappear.
    In some installations the central instance and the message server both uses the instance number of the central instance as a base to calculate the ports.
    CentralInstance/DialogInstance = 3200, MsgServer=3600
    but, on some installations (E g Windows Cluster) this could be different.
    There you might have something like:
    CentralInstance/DialogInstance = 3200 and the MsgServer=3601
    You need to ask your sysadmin for message server port and host.

  • Mountain Lion calendar and notes sync problems with exchange server via WLAN

    After upgrading to Mountain Lion calendar and notes do not sync anymore with my exchange server via WLAN. There are no syncing problems via ethernet if WLAN is deactivated. Mail works fine with both connection types. Similar problems known? Solutions?
    Thanks for any ideas.

    Exact same issue ... cropped up in the past 2 weeks. Constantly syncing and re syncing. Watching calendar events show up and disappear. Tried all the normal stuff including deleting and re setting up the entire acct ... no luck. It built out the whole calendar correctly ( from what I could tell) and then started to sync again and appointments randomly appeared and disappeared .....

  • Group ownership of Distribution Group not working

    Hi,
    We recently migrated from Exchange 2007 to 2013 CU2. We have various security groups with permissions to edit various distribution lists; this is no longer working. I've already researched the problem and I understand two things are necessary for a
    user to have permission to edit a distribution list:
    1. User must have membership in the My Distribution Groups and My Distro Groups Membership roles. Already done.
    2. User must be an owner of the distribution group.  
    The problem comes with the ownership. I'm assigning ownership of the distribution list to a security group, of which my test user is a member. Per
    this article, groups can own groups again as of 2013 CU1.
    If I directly assign a user ownership of the group, they can edit membership without issue, which means item #1 is satisfied. But they are not receiving ownership by way of membership in the group that owns the distribution list. Or put another way, their
    group membership is not granting them ownership of the group as it should.
    Any thoughts? Spent a good hour searching and can't come up with anything.
    Thanks,
    James

    Hi -
    That is correct, and is a problem with dozens of existing distribution groups.
    For testing purposes I just did the following:
    1. Created a new distribution group "Test Distro Group"
    2. Created a new mail-enabled security group "Test Distro Group Owners"
    3. Ran Set-DistributionGroup -Identity "Test Distro Group" -ManagedBy "Test Distro Group Owners"
    4. Confirmed ownership via the shell:
    Get-DistributionGroup -Identity "Test Distro Group" | fl
    GroupType                                 : Universal
    SamAccountName                       : Test Distro Group
    BypassNestedModerationEnabled  : False
    ManagedBy                                 : {contoso.com/Users/Test Distro Group Owners}
    5. Confirmed ownership via ECP:
    6. Added a test user "_Sample Teacher" to the "Test Distro Group Owners" group. Confirmed membership via ECP:
    7. Logged into OWA as "_Sample Teacher," went to Options, then Groups. "Test Distro Group Owners" is shown as a group that the user belongs to, however no groups are shown under "distribution groups I own."
    8. If I add "_Sample Teacher" directly as an owner of "Test Distro Group," the group appears as expected as an owned group.
    So in short...the user is a member of the security group, the security group owns distribution group; the user should then be an owner of the distro group via membership in the security group, however this is not working.
    Thanks for any help you can provide. I'm not sure where to go next.
    James

  • Network Location not showing domain name in Server 2012 R2 after demoting 2003 PDC

    The single active NIC in my new Server 2012 R2 no longer shows the Network Location of "DOMAIN.LOCAL" like it did before I demoted the only Server 2003 domain controller. The NIC now shows "NETWORK" as the Network Location.
    The registry still shows a Profile with the correct PROFILENAME in
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
    but that name does not show up in the Network List Manager Policies inside Local Security Policy.
    The 2012 R2 Srv has all of the FSMO roles, Client PC's can connect to the domain but will not get new map drives from a script, they must be created manually. My Quickbooks Enterprise clients cannot see the QB Server Manager on this server and I think it
    is related to this issue because of firewall restrictions.
    The Windows Firewall pointed me in this direction because the "Private Networks" is connected to my NIC named "Network" but the Firewall "Domain Networks" is reported as "Not connected."
    Any Help is appreciated,
    CrazyDog

    Hi,
    Based on my research,
    Network Location Awareness (NLA) service expects to be able to enumerate the
    domain’s forest name to choose the right network profile for the connection. The service does this by calling
    DsGetDcName on the forest root name and issuing an LDAP query on UDP port 389 to a root Domain Controller.
    If something hinders the DNS name resolution or the connection attempt to the DC, NLA is not able to set the appropriate network profile on the connection.
    Therefore, I suggest you check the DNS settings on DCs and other domain-joined machines, which should point to the existing DC as preferred DNS server, and secondary DC as alternate DNS server, IP address of demoted DC should be
    removed. In addition, please do not use loopback IP address.
    Here are some articles below I suggest you refer to:
    Network Location Awareness (NLA) and how it relates to Windows Firewall Profiles
    http://blogs.technet.com/b/networking/archive/2010/09/08/network-location-awareness-nla-and-how-it-relates-to-windows-firewall-profiles.aspx
    Network Location Awareness
    http://technet.microsoft.com/en-us/library/cc753545(v=WS.10).aspx
    Complete Step by Step to Remove an Orphaned Domain controller
    http://msmvps.com/blogs/acefekay/archive/2010/10/05/complete-step-by-step-to-remove-an-orphaned-domain-controller.aspx
    Best Regards.
    Amy

Maybe you are looking for

  • Unofficial Forum Rules and Guidelines

    I realize there is an official Community Guidelines thread, but I feel it should cover more topics than it does.  So here is my attempt to have a thread I can point new users to, if they are unsure how forum etiquette works. Before Posting a Question

  • Report error: ORA-01422: exact fetch returns more than requested number of rows

    I am getting this error in tabular form which is to be populated by selecting an item called week description in that page through a dynamic action. In main table I have two primary keys and so two foreign keys is detail even though it is not a type

  • Re: Will OS X Lion 10.7 run on 2006 Mac Pro?

    I came across this thread searching for a solution to my problem.  I was happily running Snow Leopard on a Mac Pro 1,1.   Then I got this year's Turbotax, which inexplicably requires Lion or later (dunno why they keep doing that, not the first time i

  • Using key file as key to hash

    We're trying to authenticate to a webservice, but the provider uses a system that we are not familiar with. They sent us our credentials, but one piece was a .key file that we are supposed to use as our key to sha-1 hash our xml content. I'm familiar

  • URGENT: Oracle 10g License Purchase Issue

    Dear All, I have a small environment of around 50 desktops with Compaq Proliant Server. The Server machines are normally coming with dual processor. Now I am looking for Oracle Processor Based license as we are going to deploy our in-house built appl