We've worked through the checklist and even used the Upgrade option with Exchange SE to reinstall and verify that the binaries and files are intact. We suspect the issue lies with the Kerberos configuration.
Ultimately, our goal is to retire the current Exchange 2016 Hybrid Server and transition to the new Exchange SE Hybrid Server. This new server will serve as the sole system for:
- Account management for newly created Office 365 users
- SMTP mail relay for copiers, notification systems, Microsoft Operations Manager, and other monitoring tools that rely on SMTP
Right now, we're trying to determine the correct permissions and delegation settings, specifically:
- What permissions need to be configured on the PowerShell Virtual Directory (VDir)
- What delegation settings are required on:
- The Exchange computer account
- The service account used to run the Exchange Health Check PowerShell script, which generates an HTML report on server health
Do you have detailed guidance on how Kerberos rights, delegation, and permissions should be configured for the relevant virtual directories and accounts?
I have looked at this document, but it doesn't really match our simple single server configuration we are trying to do:
Here are some detailed guides that walk you through setting up Kerberos authentication for Exchange Server:
🔐 Microsoft Official Documentation
🛠 Step-by-Step Community Guides
Configure Kerberos Authentication for Exchange Server – Ali Tajran A comprehensive walkthrough including ASA creation, SPN association, PowerShell commands, and verification steps.
Enable Kerberos Authentication in Exchange – AventisTech Focused on Exchange 2016 and 2019, this guide includes script usage and configuration of authentication methods for Outlook and MAPI.
How to Enable Kerberos Authentication for Accessing Exchange in a Resource Forest – Microsoft Tech Community Useful if you're working in a multi-forest or resource forest topology.
All of these seem to indicate this ASA account creation, and I don't see or understand the need to do so for such a simplified 1 server environment when all is said and done. Can you highlight the parts of any of these that we should follow?