Hard Coding Multiple Domain Controller's in Exchange 2010/2013

Hard Coding A Single Domain Controller in Exchange 2010/2013 Is Straight Forward, Run The Below Command And We Are Good To Go!!

How About Hard Coding Multiple Domain Controller's in Exchange 2010/2013 ??

Most Of The Time, The Command Used Is

Set-ExchangeServer -Identity 'SERVER' -StaticDomainControllers "DC Name", "DC Name" -StaticGlobalCatalogs "DC Name", "DC Name" -StaticConfigDomainController "DC Name", "DC Name"

But It Would Fail As Shown Below, B'Cos You Can't Club Multiple Domain Controller's Together In A Single Command With All The 3 Parameters.

So To Achieve This, You Have To Run The Command Separately

It Would Still Fail On -StaticConfigDomainController As You Can Only Have One StaticConfigDomainController At A Time.

To Verify The Change, Run The Below Command.

To Revert The Changes, Run The Below Command.

Its Is Not Recommended To Hard Code Domain Controller's On Exchange Until n Unless Your Are Troubleshooting A Issue Or Have A Special Configuration Requirement.

Thanks

(Shekhar.Kembavi)