Exchange 2013 EMS, ECP, OWA not working

create share 676 Reputation points
2023-12-12T08:55:35.07+00:00

Hi,

I am getting these errors after opening Exchange Management Shell, ECP, and OWA. CU 23 is installed. Secondly, there is a second internal website called 'internalEAC' to block the default ECP access.

Thanks.

New-PSSession : [mail.domain.com] Connecting to remote server mail.domain.com failed with the following
error message : [ClientAccessServer=mail,BackEndServer=mail.domain.com,RequestId=7eea727a-4b9f-4e7e-938b-e63
694f4115a,TimeStamp=12/11/2023 10:52:52 AM] [FailureCategory=Cafe-SendFailure]  For more information, see the
about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
   gTransportException
    + FullyQualifiedErrorId : -2144108477,PSSessionOpenFailed

User's image

User's image

User's image

Exchange | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Amit Singh 5,306 Reputation points
    2023-12-13T05:10:12.8166667+00:00

    Check the ECP virtual directory settings: 

    Check the web.config file:

    Verify the ECP URL: You can check this by running the following command in Exchange Management Shell:

    Get-EcpVirtualDirectory | Format-List InternalURL, ExternalURL

    Restart IIS and Exchange services: 

    iisreset /restart

    Restart-Service MSExchangeServiceHost

    Restart-Service MSExchangeRPC

    Check for browser issues: 

    Also, always run these commands after patching:

    cd 'C:\Program Files\Microsoft\Exchange Server\v15\Bin'

    .\UpdateCas.ps1

    .\UpdateConfigFiles.ps1

    iisreset

    Microsoft documentation on about_Remote_Troubleshooting: https://learn.microsoft.com/en-us/exchange/troubleshoot/administration/connecting-remote-server-failed

    0 comments No comments

  2. Anonymous
    2023-12-13T05:40:25.3333333+00:00

    Hi @create share

    Based on the situation you described, since the problem only occurred recently, I would like to know if you have performed any special operations on the certificate or server before and did these problems occur after adding this internalEAC site? Also, it is recommended that you check the event viewer to see if there are any error messages providing details about the issue.

    In addition, it is speculated that it may be related to certificate binding. Please ensure that Exchange and the Exchange backend website use the correct certificate in IIS (edit the binding), and then restart the website or IIS.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.