ismael2022 New Member Joined Oct 31, 2022 Messages 4 Nov 3, 2022 Thread Author #1 when my Primary DC fails or shutdown Exchange serve stopped how can i make exchange connect to Secndary DC after Primary Failed
when my Primary DC fails or shutdown Exchange serve stopped how can i make exchange connect to Secndary DC after Primary Failed
Solution Neemobeer Nov 5, 2022 I don't believe you can tell it to not be static; however, you can assign it multiple DCs with the Set-ExchangeServer command
I don't believe you can tell it to not be static; however, you can assign it multiple DCs with the Set-ExchangeServer command
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,996 Nov 4, 2022 #2 Do you have a static DC set for exchange? Should be able to tell from the Exchange Powershell module. Get-ExchangeServer
Do you have a static DC set for exchange? Should be able to tell from the Exchange Powershell module. Get-ExchangeServer
ismael2022 New Member Joined Oct 31, 2022 Messages 4 Nov 5, 2022 Thread Author #3 DC in exchange as you said its static defined. How to change it to be dynamic?. In case of Primary DC failed or stopped, exchange redirect to secondary DC Last edited: Nov 5, 2022
DC in exchange as you said its static defined. How to change it to be dynamic?. In case of Primary DC failed or stopped, exchange redirect to secondary DC
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,996 Nov 5, 2022 #4 I don't believe you can tell it to not be static; however, you can assign it multiple DCs with the Set-ExchangeServer command Solution
I don't believe you can tell it to not be static; however, you can assign it multiple DCs with the Set-ExchangeServer command
ismael2022 New Member Joined Oct 31, 2022 Messages 4 Nov 5, 2022 Thread Author #5 Us there any tutorial for that ??
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,996 Nov 5, 2022 #6 Set-ExchangeServer -StaticGlobalCatalogs GCDC01.example.com, GCDC02.example.com -StaticDomainControllers DC01.example.com, DC02.example.com -StaticConfigDomainController DC01.example.com, DC02.example.com
Set-ExchangeServer -StaticGlobalCatalogs GCDC01.example.com, GCDC02.example.com -StaticDomainControllers DC01.example.com, DC02.example.com -StaticConfigDomainController DC01.example.com, DC02.example.com