Hi @Chuck Yucuis,
Welcome to the Microsoft Q&A platform!
Based on your description, you're encountering an HTTP 500 error when trying to access the Office 365 tab in the Exchange 2016 admin center. This error is usually a server-side issue. Here are a few steps you can take to troubleshoot and resolve the issue:
- Look at the Event Viewer on your Exchange server for any warnings or errors around the time you tried to access the Office 365 tab. This might give you more specific information about what is causing the error.
- Ensure that all necessary Exchange services are running properly. You can check this by opening the Services console (
services.msc
) and verifying the status of related Exchange services. - Verify that OAuth is correctly configured for hybrid deployments. This is essential for the proper functioning of hybrid features. You can use the following command in Exchange Management Shell to verify OAuth configuration:
Test-OAuthConnectivity -Service EWS -TargetUri https://outlook.office365.com/ews/exchange.asmx -Mailbox <OnPremMailbox> -Verbose
- Ensure that your Exchange server is up to date with the latest cumulative updates and patches.
- Sometimes, browser cache can cause issues. Try clearing the cache or using a different browser.
- If none of the above steps resolve the issue, consider re-running the Hybrid Configuration Wizard to ensure that no steps were missed or misconfigured.
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.
Best,
Jake Zhang