Share via

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 | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.


Answer accepted by question author

  1. Andy David - MVP 160.2K Reputation points MVP Volunteer Moderator
    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

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Joyce Shen - MSFT 16,706 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.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

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