question

KaelYao-MSFT avatar image
0 Votes"
KaelYao-MSFT asked KaelYao-MSFT answered

[Migrated from MSDN Exchange Dev]Exchange Admin Center Comes Up Blank Page

[Note]
This question was originally asked on the MSDN Exchange Development forum which focuses on development questions on Exchange.
As the former Outlook forums on TechNet have been migrated to Microsoft Q&A forum, we migrated this question manually in order to continue the discussion here.

[MSDN Link]
Exchange Admin Center Comes Up Blank Page

[Original post]
OS: Windows Server 2016

Domain: Windows Server 2016

Exchange Version: Exchange 2016
Issue: Exchange Admin Tools do not open after install
Troubleshooting: I have checked all the services they look good. I have added my Server admins group to the Server Management Group In the Microsoft Exchange Security Groups. I tried this tech note. https://support.microsoft.com/en-us/help/2971270/blank-page-after-login-exchange-eac-owa-ecp. None of it worked.


office-exchange-server-administration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

KaelYao-MSFT avatar image
0 Votes"
KaelYao-MSFT answered

Hi,

Are you able to open Exchange Management Shell?Is there any error message?
If you can open EMS successfully,please run the following commands to recreate the EAC and OWA virtual directories.

 Remove -EcpVirtualDirectory -Identity 'Server01\owa (Default Web Site)'
 New-EcpVirtualDirectory -InternalUrl 'https://<Server01><DomainName>/ecp' -WebSiteName 'Default Web Site'
        
 Remove -OwaVirtualDirectory -Identity 'Server01\owa (Default Web Site)'
 New-OwaVirtualDirectory -InternalUrl 'https://<Server01><DomainName>/owa' -WebSiteName 'Default Web Site'


If the response is helpful, please click "Accept Answer" and upvote it.
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.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.