Exclude several domain controller for Exchange 2019 servers

Roman Havryliuk 41 Reputation points
2022-02-14T16:55:28.677+00:00

Hello.
Is that possible to exclude to use several dc, that we used on remote branch?

Priority in srv records is not set, so all dc's are equal, but when one of exch server choose remote branch dc, he cannot process that much of work.

Only thing, that i found, is use StaticExcludedDomainControllers in Set-ExchangeServer.

Is that normal practice? Why exchange start of use such a remote dc?

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,604 questions
{count} votes

Accepted answer
  1. Andy David - MVP 147.6K Reputation points MVP
    2022-02-14T17:03:52.143+00:00

    Exchange will use any valid DC it can. It prefers in-site to out of site DCs however.

    If you look at even 2080 on the server, you will see how it determines the suitability of the DCs:
    https://learn.microsoft.com/en-us/exchange/troubleshoot/administration/msexchangedsaccess-event-id-2080

    However, if you want, you can exclude ( or include) the Domain Controllers it uses. I wouldnt say its a normal practice, but you can certainly do this and its supported

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Joyce Shen - MSFT 16,661 Reputation points
    2022-02-15T02:28:51.357+00:00

    Hi @Roman Havryliuk

    Yes, you could use the command to exclude DC.

    set-exchangeserver exchangesrv1.domain.com -StaticExcludedDomainControllers OldDc1,OldDC2  
    

    And the command below to determine which domain controller is used

    Get-ExchangeServer -Status | FL name,StaticDomain*,CurrentDomain*,Static*  
    

    Details: Set-ExchangeServer


    If an Answer 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.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.