Importare MySql Print

  • MYSQL import
  • 13

 

PowerShell Command to Associate a Database with a Client Access Server

To associate a Mailbox Database with a specific Client Access Server (CAS) in an Exchange environment, use the following PowerShell command in the Exchange Management Shell:

Set-MailboxDatabase -Identity "DATABASE_NAME" -RpcClientAccessServer "SERVER_NAME"

 

Example

Set-MailboxDatabase -Identity "MailboxDB01" -RpcClientAccessServer "SRV-EXCHANGE01"

This command sets SRV-EXCHANGE01 as the RPC client access point for MAPI clients (such as Outlook) connecting to the MailboxDB01 database.

 

Note

This setting is mainly relevant for Exchange Server 2010. Later versions use a centralized access model with CAS Arrays or integrated services.

 


Was this answer helpful?

« Back