Load balancing Exchange Server 2013 in coexistence

I am trying to load balance our Exchange 2013 CU7 environment with Citrix Netscaler. I am trying to start the process to migrate our users from 2010 SP3 to 2013 CU7. Every once in a while I experience a looped login when trying to login to OWA. You enter
your username and password and it loops right back to the login page... stopping you from ever logging in.
This made me think it was something with session affinity on the load balancer... however I thought they didn't need that anymore. So I'm wondering if since i'm in coexistence with 2010 it still is required.
I have no users on 2013 yet so all my test accounts are on 2010.
My environment:
3x Exchange 2013 CU7 CAS/MBX combined
3x Exchange 2010 CAS
3x Exchange 2010 MBX
2x Citrix Netscaler 10.5 VPX
Does anyone know the proper way to configure this? Information on Netscaler for this would be great but it doesn't have to be related to Netscaler. I'm just looking for the proper session affinity values for Exchange 2013 with 2010 coexistence.

Hello. Perhaps you have problems in the CAS Exchange.
Suggest that the test plan.
1. Check the operation through
Troubleshooting Exchange Server 2013 with Test Cmdlets
Get-webservicesvirtualdirectory
Get-oabvirtualdirectory
Get-owavirtualdirectory
Get-ecpvirtualdirectory
Get-ActiveSyncVirtualDirectory
Get-AutodiscoverVirtualDirectory
Test-ServiceHealth 
Test-MapiConnectivity  
Test-OutlookConnectivity
Test-OutlookWebServices 
Test-WebServicesConnectivity 
Test-EcpConnectivity 
Test-ActiveSyncConnectivity 
Test-PowerShellConnectivity 
2. In turn one of the output of the CAS and balancing on a test machine, through HOST file list the test CAS. If all CAS correct answer, then check Netstsaler.
MCITP, MCSE. Regards, Oleg

Similar Messages

  • Exchange Server 2013 OAB Web Distribution Configuration in Exchange 2010 & 2013 Coexistence.

    Hi,
    We have OAB Issue for Exchange 2010 Users in our Organization.
    We have Exchange 2010 and Exchange 2013 Coexistence.While Checking in Exchange Server 2010 Server OAB properties in Org Configuration--> Mailbox-->OAB Properties -->Distribution we are not seeing any CAS servers and Its Grayed Out.
    Please let us know How to add Exchange 2010 CAS in Exchange 2013 Web distribution.

    They made alot changes with the OAB in Exchange 2013, and it doesn't really function in the same manner as it did in 2010.  It might be best to take a look at the following blog posts from the Exchange Team, they should give you a better understanding
    on how it works and how to manage it going forward.
    http://blogs.technet.com/b/exchange/archive/2012/10/26/oab-in-exchange-server-2013.aspx
    http://blogs.technet.com/b/exchange/archive/2013/01/14/managing-oab-in-exchange-server-2013.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • Exchange Server 2013 Outlook Anywhere issue

    I am working on an issue with Outlook Anywhere in Exchange 2013 where external users cannot connect. This is a new server co-existing with an Exchange
    2010 server that will soon be decommissioned.
    When I run an Outlook Connectivity test on testexchangeconnectivity.com I get the following error. I am not seeing anything in the application or system logs.
    I already applied CU 6 (which was released today) and am seeing the same results. Port 443 is exposed directly to the web (no TMG, load balancer, proxy server, or SSL accelerator). Any help would be greatly appreciated! 
    Attempting to ping RPC proxy <external Exchange URL>.
    RPC Proxy can't be pinged.
    Additional Details
    An unexpected network-level exception was encountered. Exception details:
    Message: The remote server returned an error: (500) Internal Server Error.
    Type: Microsoft.Exchange.Tools.ExRca.Extensions.MapiTransportException
    Stack trace:
    at Microsoft.Exchange.Tools.ExRca.Extensions.MapiRpcTestClient.PingProtocolProxy(String endpointIdentifier)
    at Microsoft.Exchange.Tools.ExRca.Tests.MapiPingProxyTest.PerformTestReally()
    Exception details:
    Message: The remote server returned an error: (500) Internal Server Error.
    Type: System.Net.WebException
    Stack trace:
    at System.Net.HttpWebRequest.GetResponse()
    at RpcPingLib.RpcPing.PingProxy(String internalServerFqdn, String endpoint)
    at Microsoft.Exchange.Tools.ExRca.Extensions.MapiRpcTestClient.PingProtocolProxy(String endpointIdentifier)
    Elapsed Time: 290 ms.

    Hi,
    Does the issue only happen to your Exchange 2013 external users? How about Exchange 2010 users?
    Please make sure the external host name in your external Exchange URL is pointed to your Exchange 2013 in public DNS. For your coexistence environment, please make sure the Outlook Anywhere configurations are correct in both Exchange 2010 and Exchange 2013.
    We can run the following command to check it:
    Get-OutlookAnywhere | FL
    If the configuration is not correct, we can run the following command to set it(supposing the mail.domain.com is your External host name):
    For Exchange 2010:
    Set-OutlookAnywhere -Identity “E14-01\Rpc (Default Web Site)” -ClientAuthenticationMethod Basic -SSLOffloading $False -ExternalHostName mail.domain.com -IISAuthenticationMethods NTLM, Basic
    For Exchange 2013:
    Set-OutlookAnywhere -Identity "E15-01\Rpc (Default Web Site)" -InternalHostname mail.domain.com -ExternalHostname mail.domain.com -InternalClientAuthenticationMethod Ntlm -ExternalClientAuthenticationMethod Basic -ExternalClientsRequireSsl
    $True -InternalClientsRequireSsl $true
    After all settings, please recycle MS Exchange RPCProxy AppPools and Default AppPools on both Exchange 2013 and Exchange 2010. Then restart IIS service by running IISReset /noforce from a command prompt window.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Deploying 2x Exchange Server 2013 CAS server email traffic high availability during patching & reboot

    Hi people,
    What is the best way to utilize VMware technology to host 2x the Exchange Server 2013 CAS role VM in my production VM to ensure that the email traffic is not halted during server patching ?
    Previously in Exchange Server 2007 I am using Windows NLB (IGMP Multicast) on my ESXi 4.1, now with ESXi 5.1 and 2013 I wonder if there is any better way to make sure that the server failover does not disrupt the mail flow between the Smarthost and the CAS server role.
    Thanks

    Hey AlbertWT,
    Can you clarify exactly what you mean when you say "server patching?"  Do you mean patching at the ESXi host level or something within the guest?
    As you probably know Exchange 2013 CAS no longer needs NLB or even a hardware load balancer.  Due to changes in the architecture, even simple DNS round robin is "enough" to load balance the CAS role.  NLB has its own set of headaches which you are probably all too familiar with so getting rid of that can help remove a lot of complexity from the situation.
    If you can clarify what you mean by "server patching" and "server failover" in your post I think that would be helpful for me to give you a more definitive answer.
    Matt
    http://www.thelowercasew.com

  • Exchange server 2013 CAS server high availability

    Hi
    I have exchange server 2010 sp3(2 MB, 2Hub/Cas) servers.
    Planning to migrate to exchange server 2013.( 2 cas servers and 2 mbx servers).
    I dont want to go all traffic single so i am keeping the role separate..
    In exchange 2010 i achieved hub/CAS high availability through NLB.
    In exchange 2013 how to acheive this...
    Please share your suggestions with document if possible...

    Here ya go:
    http://technet.microsoft.com/en-us/library/jj898588(v=exchg.150).aspx
    Load balancing
    and
    http://technet.microsoft.com/en-us/office/dn756394
    Even though it says 2010, it applies to 2013 vendors as well.
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Exchange Server 2013 architecture

    Hi
    We are planning to migrate Exchange server 2010 to 2013 with DR.
    Could anybody please tell me the recommended design for this..
    I am planning to put two CAS Server, two mbx server in production site and one CAS server , one MBX server in DR site.
    Enabling DAC in DR site.
    This design is ok or else i need to put all roles in two server in production and one in dr..
    Please advise...

    Either option would leave you with at least one available server per role in the main site, except that with two servers, you would have two servers holding the role not affected by the failure of a given server.
    For example, you have CAS1, CAS2, MBX1, MBX2.
    If MBX1 fails, you still have two CAS.
    If CAS1 fails you still have two MBX.
    What's generally more of a problem is quorum for the DAG cluster.
    If you loose the main site, the database mailboxes cannot mount in the DR because they would not "have quorum".
    This is adressed at the bottom of this article:
    http://technet.microsoft.com/en-us/library/dd979799(v=exchg.150).aspx
    This also addresses the notion of "quorum":
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/high-availability-recovery/exchange-2013-dag-dynamic-quorum-part1.html
    You might address this (at a greater cost) with two DAG nodes in each site and with a FSW and alternate FSW.
    Just a note: if you want all-around high availability, you would want to consider the CAS role as well (perhaps you have) which usually involves use of some form of load-balancing (or DNS round robin in a worse case scenario - not optimal).
    Load-balancing between distant sites can be more of a challenge. If you have more questions, ask away.
    Please 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.

  • Exchange Server 2013 setup / coexistance Exchange 2010

    So started setting up Exchange 2013 and ran into a random issue regarding the OAB. Resolved by deleting/recreating the OAB in Exchange 2010.
    My issue now is setup will not complete, just tells me an "Incomplete Installation Detected" starts to resume the installation.   Upon "next" I receive just a hanging screen of "Setup Progress" which goes no where.   
    [06/12/2014 20:05:19.0860] [0] **********************************************
    [06/12/2014 20:05:19.0876] [0] Starting Microsoft Exchange Server 2013 Setup
    [06/12/2014 20:05:19.0876] [0] **********************************************
    [06/12/2014 20:05:19.0876] [0] Local time zone: (UTC-05:00) Eastern Time (US & Canada).
    [06/12/2014 20:05:19.0876] [0] Operating system version: Microsoft Windows NT 6.2.9200.0.
    [06/12/2014 20:05:19.0876] [0] Setup version: 15.0.516.32.
    [06/12/2014 20:05:19.0876] [0] Logged on user: DOMAIN\Admin.
    [06/12/2014 20:05:19.0954] [0] Command Line Parameter Name='sourcedir', Value='F:\'.
    [06/12/2014 20:05:19.0954] [0] Command Line Parameter Name='mode', Value='Install'.
    [06/12/2014 20:05:19.0969] [0] RuntimeAssembly was started with the following command: '/sourcedir:F: /mode:Install'.
    [06/12/2014 20:05:20.0344] [0] The following roles are installed: BridgeheadRole ClientAccessRole MailboxRole UnifiedMessagingRole AdminToolsRole
    [06/12/2014 20:05:21.0391] [0] Setup is choosing the domain controller to use
    [06/12/2014 20:05:21.0595] [0] The MSExchangeADTopology has a persisted domain controller: DOMAIN CONTROLLER
    [06/12/2014 20:05:22.0485] [0] PrepareAD has been run, and has replicated to this domain controller; so setup will use DOMAIN CONTROLLER
    [06/12/2014 20:05:22.0485] [0] Setup is choosing a global catalog...
    [06/12/2014 20:05:22.0516] [0] Setup has chosen the global catalog server DOMAIN CONTROLLER.
    [06/12/2014 20:05:22.0516] [0] Setup will use the domain controller 'DOMAIN CONTROLLER'.
    [06/12/2014 20:05:22.0516] [0] Setup will use the global catalog 'DOMAIN CONTROLLER'.
    [06/12/2014 20:05:22.0516] [0] Exchange configuration container for the organization is 'CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=LOCAL'.
    [06/12/2014 20:05:22.0532] [0] Exchange organization container for the organization is 'CN=DOMAIN,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=LOCAL'.
    [06/12/2014 20:05:22.0579] [0] Setup will search for an Exchange Server object for the local machine with name 'LOCALHOST'.
    [06/12/2014 20:05:22.0751] [0] Exchange Server object found : 'CN=LOCALHOST,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=DOMAIN,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=LOCAL'.
    [06/12/2014 20:05:22.0751] [0] The following roles have been unpacked: BridgeheadRole ClientAccessRole MailboxRole UnifiedMessagingRole FrontendTransportRole AdminToolsRole CafeRole
    [06/12/2014 20:05:22.0751] [0] The following datacenter roles are unpacked:
    [06/12/2014 20:05:22.0751] [0] The following roles are installed: BridgeheadRole ClientAccessRole MailboxRole UnifiedMessagingRole AdminToolsRole
    [06/12/2014 20:05:22.0766] [0] The local server has some Exchange files installed.
    [06/12/2014 20:05:22.0798] [0] Server Name=LOCALHOST
    [06/12/2014 20:05:22.0829] [0] Setup will use the path 'F:\' for installing Exchange.
    [06/12/2014 20:05:22.0829] [0] Setup will discover the installed roles from server object 'CN=LOCALHOST,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=DOMAIN,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=LOCAL'.
    [06/12/2014 20:05:22.0829] [0] 'BridgeheadRole' is installed on the server object.
    [06/12/2014 20:05:22.0829] [0] 'ClientAccessRole' is installed on the server object.
    [06/12/2014 20:05:22.0829] [0] 'MailboxRole' is installed on the server object.
    [06/12/2014 20:05:22.0829] [0] 'UnifiedMessagingRole' is installed on the server object.
    [06/12/2014 20:05:22.0845] [0] The installation mode is set to: 'Install'.
    [06/12/2014 20:05:44.0768] [0] An Exchange organization with name 'DOMAIN' was found in this forest.
    [06/12/2014 20:05:44.0768] [0] Active Directory Initialization status : 'True'.
    [06/12/2014 20:05:44.0768] [0] Schema Update Required Status : 'False'.
    [06/12/2014 20:05:44.0768] [0] Organization Configuration Update Required Status : 'False'.
    [06/12/2014 20:05:44.0768] [0] Domain Configuration Update Required Status : 'False'.
    [06/12/2014 20:05:44.0768] [0] The locally installed version is 15.0.516.32.
    [06/12/2014 20:05:44.0768] [0] Exchange Installation Directory : 'C:\Program Files\Microsoft\Exchange Server\V15'.
    [06/12/2014 20:05:44.0830] [0] Applying default role selection state
    [06/12/2014 20:05:44.0877] [0] Setup is determining what organization-level operations to perform.
    [06/12/2014 20:05:44.0877] [0] Because the value was specified, setup is setting the argument OrganizationName to the value DOMAIN-NAME.
    [06/12/2014 20:05:44.0877] [0] Setup will run from path 'C:\Program Files\Microsoft\Exchange Server\V15\'.
    [06/12/2014 20:05:44.0893] [0] InstallModeDataHandler has 0 DataHandlers
    [06/12/2014 20:05:44.0893] [0] RootDataHandler has 1 DataHandlers
    [06/12/2014 20:05:45.0737] [0] Finished loading screen IncompleteInstallationDetectedPage.
    [06/12/2014 20:05:48.0518] [0] Setup is determining what organization-level operations to perform.
    [06/12/2014 20:05:48.0518] [0] Because the value was specified, setup is setting the argument OrganizationName to the value DOMAIN-NAME.
    [06/12/2014 20:05:48.0518] [0] Setup will run from path 'C:\Program Files\Microsoft\Exchange Server\V15\'.
    [06/12/2014 20:05:48.0518] [0] InstallModeDataHandler has 0 DataHandlers
    [06/12/2014 20:05:48.0518] [0] RootDataHandler has 1 DataHandlers
    [06/12/2014 20:05:48.0737] [0] Finished loading screen SetupProgressPage.

    Hi,
    Let's try the following resolutions:
    1. Check if the discovery SearchMailbox is present on Exchange 2010 when you run the Exchange 2013 Install.
    2. Reinstall your Exchange 2013 server:
    Open ADSIEDIT, CN=Configuration, DC=your domain ->CN=Services ->CN=Microsoft Exchange ->CN=First Organization ->CN=Administrative Groups ->Cn=Exchange Administrative Group ->CN=Servers ->CN=Server name
    After remove the exchange server, please reinstall your exchange server to test the result.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Exchange server 2013 Installation issue

    Dear Experts,
    Thanks in advance...
    I am not able to Install Exchange server 2013. I have tried my best to Install but not success. Please find my system configuration.
    Dell Laptop Intel I5 1.7 GHZ
    RAM -8GB
    Vmware workstation 9.
    Steps I followed
    Created a VM inside Vmware and Installed windows 2012 Std. Edition
    Memory assigned to VM is 1 GB
    All prerequisites completed and tried to Install Exchange server 2013 SP1
    During installation it asked me to select the  role to Install and I selected Mailbox server role and CAS
    Exchange setup process started at 3 P.M till 9 P.M setup was not finished finally setup process halt and I got the error  setup could not completed .
    Please find the logs for your reference.............
    04/13/2015 08:41:02.0303] [0] **********************************************
    [04/13/2015 08:41:02.0303] [0] Starting Microsoft Exchange Server 2013 Service Pack 1 Setup
    [04/13/2015 08:41:02.0303] [0] **********************************************
    [04/13/2015 08:41:02.0303] [0] Local time zone: (UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi.
    [04/13/2015 08:41:02.0303] [0] Operating system version: Microsoft Windows NT 6.2.9200.0.
    [04/13/2015 08:41:02.0328] [0] Setup version: 15.0.847.32.
    [04/13/2015 08:41:02.0328] [0] Logged on user: WIN-4D2C2JMF5R1\Administrator.
    [04/13/2015 08:41:02.0336] [0] The registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\V15\Setup, wasn't found.
    [04/13/2015 08:41:02.0368] [0] The registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\V15\Setup, wasn't found.
    [04/13/2015 08:41:02.0600] [0] Command Line Parameter Name='sourcedir', Value='C:\Softwares\Exch-13'.
    [04/13/2015 08:41:02.0615] [0] Command Line Parameter Name='mode', Value='Install'.
    [04/13/2015 08:41:02.0632] [0] RuntimeAssembly was started with the following command: '/sourcedir:C:\Softwares\Exch-13 /mode:Install'.
    [04/13/2015 08:41:02.0632] [0] The registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\V15\Setup, wasn't found.
    [04/13/2015 08:41:05.0504] [0] Finished loading screen CheckForUpdatesPage.
    [04/13/2015 08:41:13.0567] [0] Starting file's copying...
    [04/13/2015 08:41:13.0599] [0] Setup copy files from 'C:\Softwares\Exch-13\Setup\ServerRoles\Common' to 'C:\Windows\Temp\ExchangeSetup'
    [04/13/2015 08:41:13.0794] [0] Finished loading screen CopyFilesPage.
    [04/13/2015 08:41:15.0033] [0] Disk space required: 1826493368 bytes.
    [04/13/2015 08:41:15.0033] [0] Disk space available: 46620041216 bytes.
    [04/13/2015 08:42:55.0484] [0] Finished loading screen InitializingSetupPage.
    [04/13/2015 08:42:55.0484] [0] File's copying finished.
    [04/13/2015 08:43:13.0922] [0] Setup is choosing the domain controller to use
    [04/13/2015 08:43:28.0885] [0] Setup is choosing a local domain controller...
    [04/13/2015 08:43:32.0221] [0] [ERROR] Setup encountered a problem while validating the state of Active Directory: Active Directory server 
    is not available. Error message: Active directory response: The LDAP server is unavailable. 
    See the Exchange setup log for more information on this error.
    [04/13/2015 08:43:32.0335] [0] [ERROR] Active Directory server 
    is not available. Error message: Active directory response: The LDAP server is unavailable.
    [04/13/2015 08:43:32.0366] [0] [ERROR] The LDAP server is unavailable.
    [04/13/2015 08:43:32.0366] [0] Setup will use the domain controller ''.
    [04/13/2015 08:43:32.0366] [0] Setup will use the global catalog ''.
    [04/13/2015 08:43:32.0596] [0] No Exchange configuration container was found for the organization. Message: 'Active Directory server 
    is not available. Error message: Active directory response: The LDAP server is unavailable.'.
    [04/13/2015 08:43:32.0707] [0] The following roles have been unpacked:
    [04/13/2015 08:43:32.0721] [0] The following datacenter roles are unpacked:
    [04/13/2015 08:43:32.0739] [0] The following roles are installed:
    [04/13/2015 08:43:32.0739] [0] The local server does not have any Exchange files installed.
    [04/13/2015 08:43:32.0834] [0] Server Name=WIN-4D2C2JMF5R1
    [04/13/2015 08:43:33.0032] [0] Setup will use the path 'C:\Softwares\Exch-13' for installing Exchange.
    [04/13/2015 08:43:33.0084] [0] The installation mode is set to: 'Install'.
    [04/13/2015 08:43:51.0460] [0] Exchange organization name is required for this mode.
    [04/13/2015 08:43:51.0460] [0] Active Directory Initialization status : 'False'.
    [04/13/2015 08:43:51.0472] [0] Schema Update Required Status : 'False'.
    [04/13/2015 08:43:51.0472] [0] Organization Configuration Update Required Status : 'False'.
    [04/13/2015 08:43:51.0472] [0] Domain Configuration Update Required Status : 'False'.
    [04/13/2015 08:43:51.0536] [0] Applying default role selection state
    [04/13/2015 08:43:51.0565] [0] Setup is determining what organization-level operations to perform.
    [04/13/2015 08:43:51.0565] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [04/13/2015 08:43:51.0565] [0] InstallModeDataHandler has 0 DataHandlers
    [04/13/2015 08:43:51.0565] [0] RootDataHandler has 1 DataHandlers
    [04/13/2015 08:43:52.0848] [0] CurrentResult launcherbase.maincore:90: 0
    [04/13/2015 08:43:53.0067] [0] Finished loading screen WelcomePage.
    [04/13/2015 08:44:06.0654] [0] Finished loading screen EULAPage.
    [04/13/2015 08:44:10.0679] [0] Finished loading screen RecommendedSettingsPage.
    [04/13/2015 08:44:13.0814] [0] Setup is determining what organization-level operations to perform.
    [04/13/2015 08:44:13.0814] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [04/13/2015 08:44:13.0814] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [04/13/2015 08:44:13.0844] [0] InstallModeDataHandler has 8 DataHandlers
    [04/13/2015 08:44:14.0048] [0] Finished loading screen RoleSelectionPage.
    [04/13/2015 08:44:18.0619] [0] Setup is determining what organization-level operations to perform.
    [04/13/2015 08:44:18.0619] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [04/13/2015 08:44:18.0619] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [04/13/2015 08:44:18.0632] [0] InstallModeDataHandler has 9 DataHandlers
    [04/13/2015 08:44:18.0632] [0] Setup is determining what organization-level operations to perform.
    [04/13/2015 08:44:18.0632] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [04/13/2015 08:44:18.0632] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [04/13/2015 08:44:18.0632] [0] InstallModeDataHandler has 10 DataHandlers
    [04/13/2015 08:44:18.0632] [0] Setup is determining what organization-level operations to perform.
    [04/13/2015 08:44:18.0632] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [04/13/2015 08:44:18.0632] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [04/13/2015 08:44:18.0632] [0] InstallModeDataHandler has 11 DataHandlers
    [04/13/2015 08:44:18.0648] [0] Setup is determining what organization-level operations to perform.
    [04/13/2015 08:44:18.0648] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [04/13/2015 08:44:18.0648] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [04/13/2015 08:44:18.0648] [0] InstallModeDataHandler has 12 DataHandlers
    [04/13/2015 08:44:22.0644] [0] Setup is determining what organization-level operations to perform.
    [04/13/2015 08:44:22.0644] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [04/13/2015 08:44:22.0644] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [04/13/2015 08:44:22.0644] [0] InstallModeDataHandler has 13 DataHandlers
    [04/13/2015 08:44:22.0644] [0] Setup is determining what organization-level operations to perform.
    [04/13/2015 08:44:22.0644] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [04/13/2015 08:44:22.0644] [0] Setup will run from path 'C:\Windows\Temp\ExchangeSetup'.
    [04/13/2015 08:44:22.0656] [0] InstallModeDataHandler has 14 DataHandlers
    [04/13/2015 08:46:00.0423] [0] Finished loading screen InstallationSpaceAndLocationPage.
    [04/13/2015 08:46:28.0427] [0] Finished loading screen ExchangeOrganizationPage.
    [04/13/2015 08:46:30.0221] [0] Finished loading screen
    Regards
    Biswajeet

    Hi,
    Please find the DC Health check report.
    Microsoft Windows [Version 6.2.9200]
    (c) 2012 Microsoft Corporation. All rights reserved.
    C:\Users\Administrator>dcdiag
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = EX-13
       * Identified AD Forest.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\EX-13
          Starting test: Connectivity
             ......................... EX-13 passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\EX-13
          Starting test: Advertising
             ......................... EX-13 passed test Advertising
          Starting test: FrsEvent
             ......................... EX-13 passed test FrsEvent
          Starting test: DFSREvent
             ......................... EX-13 passed test DFSREvent
          Starting test: SysVolCheck
             ......................... EX-13 passed test SysVolCheck
          Starting test: KccEvent
             ......................... EX-13 passed test KccEvent
          Starting test: KnowsOfRoleHolders
             ......................... EX-13 passed test KnowsOfRoleHolders
          Starting test: MachineAccount
             ......................... EX-13 passed test MachineAccount
          Starting test: NCSecDesc
             ......................... EX-13 passed test NCSecDesc
          Starting test: NetLogons
             ......................... EX-13 passed test NetLogons
          Starting test: ObjectsReplicated
             ......................... EX-13 passed test ObjectsReplicated
          Starting test: Replications
             ......................... EX-13 passed test Replications
          Starting test: RidManager
             ......................... EX-13 passed test RidManager
          Starting test: Services
             ......................... EX-13 passed test Services
          Starting test: SystemLog
             An error event occurred.  EventID: 0x0000272C
                Time Generated: 04/14/2015   18:01:37
                Event String:
                DCOM was unable to communicate with the computer fec0:0:0:ffff::1 us
    ing any of the configured protocols; requested by PID      4e4 (C:\Windows\syste
    m32\dcdiag.exe).
             An error event occurred.  EventID: 0x0000272C
                Time Generated: 04/14/2015   18:01:49
                Event String:
                DCOM was unable to communicate with the computer fec0:0:0:ffff::2 us
    ing any of the configured protocols; requested by PID      4e4 (C:\Windows\syste
    m32\dcdiag.exe).
             An error event occurred.  EventID: 0x0000272C
                Time Generated: 04/14/2015   18:02:02
                Event String:
                DCOM was unable to communicate with the computer fec0:0:0:ffff::3 us
    ing any of the configured protocols; requested by PID      4e4 (C:\Windows\syste
    m32\dcdiag.exe).
             ......................... EX-13 failed test SystemLog
          Starting test: VerifyReferences
             ......................... EX-13 passed test VerifyReferences
       Running partition tests on : ForestDnsZones
          Starting test: CheckSDRefDom
             ......................... ForestDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... ForestDnsZones passed test
             CrossRefValidation
       Running partition tests on : DomainDnsZones
          Starting test: CheckSDRefDom
             ......................... DomainDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... DomainDnsZones passed test
             CrossRefValidation
       Running partition tests on : Schema
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Schema passed test CrossRefValidation
       Running partition tests on : Configuration
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Configuration passed test CrossRefValidation
       Running partition tests on : NETMAGIC
          Starting test: CheckSDRefDom
             ......................... NETMAGIC passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... NETMAGIC passed test CrossRefValidation
       Running enterprise tests on : NETMAGIC.IN
          Starting test: LocatorCheck
             ......................... NETMAGIC.IN passed test LocatorCheck
          Starting test: Intersite
             ......................... NETMAGIC.IN passed test Intersite
    Regards
    Biswajeet

  • Installation error for Exchange Server-2013

    I am trying to install exchange server-2013 on my Windows server-2012
    machine. I have configured per-requisite applications and develop the server environment with active directory roles.
    At my readiness check option, it shows the following error:-
    "An unsupported operating system was detected . Exchange server-2013 client access and mailbox server roles support windows server -2008R2 SP1 or later  and windows server-2012".
    I am not using any V-machine or option. So how do i resolve the issue to install the Exchange server-2013? Please help me.
    Regard
    Azad 
    Azadur Sarker 6, Seaford street Stoke-on-Trent, ST4 2EU

    Hi I found after promoting the exchange server as a Domain controller re-installing AD prep and running extending Schema completed successfully , I'm now able to get rid of exchange cmdlet logs event id and can successfully see and connect through  the
    exchange 2013  management shell  
    "Get-Exchangeserver" 
    However still not able to connect to https://localhost/eac and when i re-run setup 
    01-28-2014 21:10:16.0804] [0] Starting Microsoft Exchange Server 2013 Setup
    [01-28-2014 21:10:16.0804] [0] **********************************************
    [01-28-2014 21:10:16.0804] [0] Local time zone: (UTC-05:00) Eastern Time (US & Canada).
    [01-28-2014 21:10:16.0804] [0] Operating system version: Microsoft Windows NT 6.2.9200.0.
    [01-28-2014 21:10:16.0804] [0] Setup version: 15.0.516.32.
    [01-28-2014 21:10:16.0804] [0] Logged on user: TESTLAB\Administrator.
    [01-28-2014 21:10:16.0867] [0] Command Line Parameter Name='sourcedir', Value='D:\'.
    [01-28-2014 21:10:16.0867] [0] Command Line Parameter Name='mode', Value='Install'.
    [01-28-2014 21:10:16.0882] [0] RuntimeAssembly was started with the following command: '/sourcedir:D: /mode:Install'.
    [01-28-2014 21:10:17.0085] [0] The following roles are installed: BridgeheadRole AdminToolsRole 
    [01-28-2014 21:10:17.0726] [0] Setup is choosing the domain controller to use
    [01-28-2014 21:10:17.0820] [0] The MSExchangeADTopology has a persisted domain controller: Exch2013.Testlab.labyyz.testnet.rim.net
    [01-28-2014 21:10:18.0023] [0] PrepareAD has been run, and has replicated to this domain controller; so setup will use Exch2013.Testlab.labyyz.testnet.rim.net
    [01-28-2014 21:10:18.0023] [0] Setup is choosing a global catalog...
    [01-28-2014 21:10:18.0023] [0] Setup has chosen the global catalog server Exch2013.Testlab.labyyz.testnet.rim.net.
    [01-28-2014 21:10:18.0023] [0] Setup will use the domain controller 'Exch2013.Testlab.labyyz.testnet.rim.net'.
    [01-28-2014 21:10:18.0023] [0] Setup will use the global catalog 'Exch2013.Testlab.labyyz.testnet.rim.net'.
    [01-28-2014 21:10:18.0023] [0] Exchange configuration container for the organization is 'CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Testlab,DC=labyyz,DC=testnet,DC=rim,DC=net'.
    [01-28-2014 21:10:18.0038] [0] Exchange organization container for the organization is 'CN=TestLab,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Testlab,DC=labyyz,DC=testnet,DC=rim,DC=net'.
    [01-28-2014 21:10:18.0054] [0] Setup will search for an Exchange Server object for the local machine with name 'EXCH2013'.
    [01-28-2014 21:10:18.0210] [0] Exchange Server object found : 'CN=EXCH2013,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=TestLab,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Testlab,DC=labyyz,DC=testnet,DC=rim,DC=net'.
    [01-28-2014 21:10:18.0210] [0] The following roles have been unpacked: BridgeheadRole ClientAccessRole MailboxRole UnifiedMessagingRole FrontendTransportRole AdminToolsRole CafeRole 
    [01-28-2014 21:10:18.0210] [0] The following datacenter roles are unpacked: 
    [01-28-2014 21:10:18.0210] [0] The following roles are installed: BridgeheadRole AdminToolsRole 
    [01-28-2014 21:10:18.0210] [0] The local server has some Exchange files installed.
    [01-28-2014 21:10:18.0226] [0] Server Name=EXCH2013
    [01-28-2014 21:10:18.0242] [0] Setup will use the path 'D:\' for installing Exchange.
    [01-28-2014 21:10:18.0257] [0] Setup will discover the installed roles from server object 'CN=EXCH2013,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=TestLab,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Testlab,DC=labyyz,DC=testnet,DC=rim,DC=net'.
    [01-28-2014 21:10:18.0257] [0] 'BridgeheadRole' is installed on the server object.
    [01-28-2014 21:10:18.0257] [0] The installation mode is set to: 'Install'.
    [01-28-2014 21:10:39.0632] [0] An Exchange organization with name 'TestLab' was found in this forest.
    [01-28-2014 21:10:39.0632] [0] Active Directory Initialization status : 'True'.
    [01-28-2014 21:10:39.0632] [0] Schema Update Required Status : 'False'.
    [01-28-2014 21:10:39.0632] [0] Organization Configuration Update Required Status : 'False'.
    [01-28-2014 21:10:39.0632] [0] Domain Configuration Update Required Status : 'False'.
    [01-28-2014 21:10:39.0632] [0] The locally installed version is 15.0.516.32.
    [01-28-2014 21:10:39.0632] [0] Exchange Installation Directory : 'C:\Program Files\Microsoft\Exchange Server\V15'.
    [01-28-2014 21:10:39.0664] [0] Applying default role selection state
    [01-28-2014 21:10:39.0710] [0] Setup is determining what organization-level operations to perform.
    [01-28-2014 21:10:39.0710] [0] Because the value was specified, setup is setting the argument OrganizationName to the value TestLab.
    [01-28-2014 21:10:39.0710] [0] Setup will run from path 'C:\Program Files\Microsoft\Exchange Server\V15\'.
    [01-28-2014 21:10:39.0710] [0] InstallModeDataHandler has 0 DataHandlers
    [01-28-2014 21:10:39.0710] [0] RootDataHandler has 1 DataHandlers
    [01-28-2014 21:10:40.0273] [0] Finished loading screen IncompleteInstallationDetectedPage.
    [01-28-2014 21:11:08.0117] [0] Setup is determining what organization-level operations to perform.
    [01-28-2014 21:11:08.0117] [0] Because the value was specified, setup is setting the argument OrganizationName to the value TestLab.
    [01-28-2014 21:11:08.0117] [0] Setup will run from path 'C:\Program Files\Microsoft\Exchange Server\V15\'.
    [01-28-2014 21:11:08.0117] [0] InstallModeDataHandler has 0 DataHandlers
    [01-28-2014 21:11:08.0117] [0] RootDataHandler has 1 DataHandlers
    [01-28-2014 21:11:08.0335] [0] Finished loading screen SetupProgressPage.
    [01-28-2014 21:15:30.0513] [0] End of Setup
    [01-28-2014 21:15:30.0513] [0] **********************************************

  • Exchange Server 2013 In Windows Server 2012 - unable to logon EXchange Administrator Center (EAC)

    Hi All,
    I Just installed Exchange Server 2013 in Windows Server 2012 and trying to connect Dynamics CRM 2013 (DNS).
    The Installations Success full but unable to load the EAC page by using the following URL
    https://servername:port/owa/auth/logon.aspx
    I have cross checked in Exchange/owa/auth folder don't have the "logon.aspx" file 
    But the auth folder have the "logoff.aspx" 
    I installed many time freshly in separate WS-2012 but it not contains that logon.aspx 
    I want access the Exchange Administrator Center 
    Please Help me to solve it 
    IIS Exchange (Missing of logon.aspx)
    SRKD0808

    Hi All,
    I sorted out this problem 
    Actually we have to run these 2 commands in Domain Control, But what i did  I just run this
    1) setup /PrepareSchema /IAcceptExchangeServerLicenseTerms
    Command in Domain Control we don't need to run the 2nd command, Because I already try to installed exchange 2013 very first time it success and after some modifications
    it gone.
    That time it will ask you to provide Organization name, Once you give that it will create the Organization name in Domain control and it will save the settings when
    you install first time 
    Because of this reason It is failing to run these 2 command
    Finally what i did I just revert back my Domain control snapshot & Exchange server as well 
    Then i started freshly Installation in DC and Exchange server 2013 successfully installed 
    URL http://servername/ecp/default.aspx
    Whole Process will be here 
     Exchange Server 2013 Step by Step Installation In Windows Server 2012
    SRKD0808

  • Exchange Server 2013 OWA Related Issue

    Hi everyone,
    we installed exchange server 2013 for our new organisation.
    Everything works fine except OWA Version, it shows as 2010.
    Any suggestion to resolve this issue.
    Regards
    Kart26

    Could be that you are still running an early build of Exchange 2013
    and are using IE11 - That would load OWA Light that looks exactly the way it did in Exchange 2010.
    Resolution: Install Exchange 2013
    CU3
    or as a workaround, add the domain to the compatibility view in IE.
    Martina Miskovic

  • Exchange Server 2013 Port details

     In technet and blog exchange 2010 network port requirement are available. But i didn't found Exchange server 2013 network port requirement
    Please give me the link and details of Exchange 2013 network port requirement.

     In technet and blog exchange 2010 network port requirement are available. But i didn't found Exchange server 2013 network port requirement
    Please give me the link and details of Exchange 2013 network port requirement.
    From my painful experience today - I've just built an Exchange 2013 Enterprise box today.
    I can say your router switch or whatever needs 3 holes:
    Port 25, 443 and 444 - exchange should create all the firewall rules for you on install.
    Be prepared for a bit of jiggery pokery with power shell, dns, and your cPanel.
    Quite apart from all the BPA queries (100's of 'em) across three 2012R2 servers:
    AD1 + AD2(backup)+Exch2013 - it really is pitiful that Microsoft haven't built an install routine that ALSO covers best practice configuration AT THE SAME TIME - each box needs to be run for 24 hours at least to ensure you've captured enough issues
    to correctly set the boxes up to speak with one another.
    Hope this helps a load of you - this is a good resource and the blanks can be filled in by a little further research.
    http://technet.microsoft.com/en-us/library/jj218640%28v=exchg.150%29.aspx
    Cheers
    Simon
    PS - I should also add - Ignore this and all other messages like. The resolution is far more adverse than the issue. Your exchange will come to a crunching halt. I feel a massive service pack coming on :-)
    Problem:
    Application pool 'MSExchangeOWACalendarAppPool' is set to run as an administrator, as local system, or to 'Act as part of the operating system'.
    Impact:
    The application pool can execute high-privileged code, including potentially malicious code that can negatively affect your server.
    Resolution:
    Set the application pool to run as the application pool identity.

  • Error in Installing Exchange Server 2013 (w SP1) Mailbox Role on Windows Server 2012 R2

    Hi Team,
    Need urgent help in resolution of following error:
    Environment Details: VMware ESXi 5.5 (vMotion)
    Migration from Exchange Server 2007 (SP3 + RU13) to Exchange Server 2013
    Exchange Server: Exchange Server 2013 with SP1 (Latest Installation Media)
    OS: Windows Server 2012 R2 - Standard (Latest Installation Media)
    Exchange 2013 Roles: Seprated (Mailbox and CAS on Different VMs)
    Prerequisites: Installed
    Error: Installation gives Error at Step 10 during installation of Mailbox Service
    Error Details Below:
    Error:
    The following error was generated when "$error.Clear();
    if ([Environment]::OSVersion.Version.Major -ge 6)
    $WsbBinPath=$RoleInstallPath+"bin\wsbexchange.exe";
    $reg= join-path (join-path $env:SystemRoot system32) reg.exe;
    $servicecmd = join-path (join-path $env:SystemRoot system32) sc.exe;
    if ((get-service wsbexchange* | where {$_.name -eq "wsbexchange"}))
    if ((get-service wsbexchange).Status -eq "Running")
    Start-SetupProcess -Name:"$servicecmd" -Args:"stop wsbexchange";
    Start-SetupProcess -Name:"$servicecmd" -Args:"delete wsbexchange";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\CLSID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /t REG_SZ /d `"CExchangeHelper Class`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\CLSID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /v AppId /t REG_SZ /d `"{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\CLSID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}\LocalServer32`" /t REG_SZ /d `"$WsbBinPath`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\APPID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /t REG_SZ /d `"CExchangeHelper Class`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\APPID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /v LocalService /t REG_SZ /d `"wsbexchange`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\APPID\{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /v LaunchPermission /t REG_BINARY /d `"010004806000000070000000000000001400000002004c0003000000000014001f000000010100000000000512000000000018001f000000010200000000000520000000200200000000180003000000010200000000000520000000270200000102000000000005200000002002000001020000000000052000000020020000`"
    /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKCR\APPID\wsbexchange.exe`" /v AppId /t REG_SZ /d `"{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`" /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKLM\Software\Microsoft\windows nt\currentversion\WindowsServerBackup\Application Support\{76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}`" /v `"Application Identifier`" /t REG_SZ /d
    Exchange /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKLM\Software\Microsoft\windows nt\currentversion\WindowsServerBackup\Application Support\{76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}`" /v CLSID /t REG_SZ /d `"{D8A2E312-3B17-4293-B71E-CD72A7C04BF3}`"
    /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKLM\Software\Microsoft\windows nt\currentversion\WSBAppExchangeHelper`" /v AutoMarkDbRecoverable /t REG_DWORD /d 1 /f";
    Start-SetupProcess -Name:"$reg" -Args:"add `"HKLM\Software\Microsoft\windows nt\currentversion\WSBAppExchangeHelper`" /v AutoMountOnPITRecovery /t REG_DWORD /d 1 /f";
    Start-SetupProcess -Name:"$servicecmd" -Args:"create wsbexchange binpath= `"$WsbBinPath`" type= own start= demand error= ignore obj= LocalSystem DisplayName= `"Microsoft Exchange Server Extension for Windows Server Backup`"";
    Start-SetupProcess -Name:"$servicecmd" -Args:"description wsbexchange `"Enables Windows Server Backup users to back up and recover application data for Microsoft Exchange Server.`"";
    " was run: "Process execution failed with exit code 1.".

    Resolved ! :)
    Root Cause: The user account I was using had all the required privileges for Exchange Installation but was not having access to edit the registry of the server. Enable access to registry edit tools and you are good to go.
    As an alternate you can also try installing using Domain Administrator account if in case there is an IT Policy constraint in the former method.
    Thanks to all.

  • Exchange Server 2013 Client Mail are Return.Error is [0x80040305-0x0004de-0x00054a]

    Hi,
    We are using Exchange Server 2013.we have Outlook 2007 SP3 and 2010 SP2 client .Some clients inform mails are return.
    Return massage
    "This message could not be sent. Try sending the message again later, or contact your network administrator. Your server administrator has limited the number of items you can open simultaneously.
    Try closing messages you have opened or removing attachments and images from unsent messages you are composing. Error is [0x80040305-0x0004de-0x00054a]"
    Thanks,
    Gayan

    1) Disable TCPChimney and RSS on CAS and Mailbox Servers by running below commands
    netsh int tcp set global chimney=disabled
    netsh int tcp set global rss=disabled
    2) Disable unwanted Add-Ins in outlook that may open many sessions
    3) If above steps doesnt resolve, you can delete existing outlook profile and create new Outlook online profile

  • How can I clone a completed Exchange Server 2013 in a Lab Enviroment?

    I was having great time with my Exchange Server 2013 until I tried to clone it to avoid fresh installation of another Exchange 2013 server. Steps taken
    (1)Clone the Exchange1 and turn it off
    (2) Brought the Clone Exchange2, renamed it, change the IP configurations,
    (3) Re-ran the ADprep/Doamin prep
    (4) Checked the ASDIedit to verify the Schema/configuration in AD
    (5) Restarted I and was able to logon to the Exchange2
    (6) Brought up the Exchange1, but unable to logon because the name was no longer in AD database
    What I did to fix this:
    (7) Rejoin the Exchange1 to the domain - and was able to logon
    (8) Unable to access ECP or OWA of any of the two servers.
    (9) Errors received - Fix the configuration file of the application
    My Question - How to I fix the configuration file as suggested (via powershell or GUI or ASDIedit.msc)?
     

    Unless you are cloning an entire environment, and then bringing it up in a seperate isolated environment, it is not supported to simply clone an Exchange Server, and then bring it online in an existing environment and rename it to save on setup and configuration
    time.
    You can script the setup and configuration of Exchange through Powershell, either with scripts or with another product controlling it - something like
    System Center Orchastrator.
    From the script side of things there are many available on peoples blogs. Check
    here.
    Edit: and to be clear, there is no need to re-run any prep tasks against Active Directory when installing a new Exchange Server, unless you are installing into a new domain as part of your Forest.
    Oliver
    Oliver Moazzezi | Exchange MVP, MCSA:M, MCITP:Exchange 2010,Exchange 2013, BA (Hons) Anim | http://www.exchange2010.com | http://www.cobweb.com | http://twitter.com/OliverMoazzezi

Maybe you are looking for