Associating an Exchange Database with the Client Access Server
To specify the Client Access Server (CAS) associated with a mailbox database in Exchange Server, use the following command in the Exchange Management Shell (EMS):
Set-MailboxDatabase -Identity "DatabaseName" -RPCClientAccessServer cas-servername.domain.tld
Replace:
- DatabaseName with the name of the database you want to configure
- cas-servername.domain.tld with the FQDN of your CAS server
This command ensures client connections are properly directed to the specified CAS server.