You are on page 1of 7

WEETA

Q U A N D N O R M A L E M E N T R I M E AV E C R A R E M E N T !

ACCUEIL

ARCHIVE

CONTACT

SE CONNECTER

Plugin GeoLocation 0.0.8 de NativeScript qui ne fonctionne pas sur iOS 9+

Exchange 2016 CU2 and CU3 Configure External access


domain server list empty
18 NOVEMBRE 2016 WEETA (2)
I just made a fresh install Of Exchange 2016 CU3.
I wanted to configure External access domain from Exchange Admin Center but Server picker
didn't return any server.
It seems the problem started with CU2 (https://social.technet.microsoft.com/Forums/office/en-
US/d9920875-dd18-4329-9413-f2b432953df6/no-server-displayed-in-configure-external-access-
domain-window?forum=Exch2016GD)

After some investigations with IE Developer tools, i found that two filters are not defined in
Query String of Server picker page request (/ecp/CertMgmt/ServerPicker.aspx)

I compared binaries from RTM and CU3, i found a difference in "C:\Program


Files\Microsoft\Exchange
Server\V15\ClientAccess\ecp\VDirMgmt\EditExternalCASDomain.aspx"
The following lines between </Columns> and </ecp:EcpCollectionEditor><br /> are missing in
CU3 version.

1 <Content>
<var data-control="Parameter" data-key="ServerRole" data-value="ClientAccess"
2 ></var>
3 <var data-control="Parameter" data-key="MinMajorVersion" data-value="14" ></var>
4 </Content>
I copied them from RTM file and pasted to CU3 file but it didn't help.

Then, i compared Get-ExchangeServer | fl ServerRole result on an Exchange 2013 (as it's a fresh
install of 2016 CU3, i don't have 2016 RTM installed) and on my Exchange 2016 CU3 Lab.

On Exchange 2013 (probably the same on Exchange 2016 RTM and CU1), i get the following
result:
ServerRole : Mailbox, ClientAccess

On Exchange 2016 CU3 (probably the same on Exchange 2016 CU2), i get this one:
ServerRole : Mailbox

As you can see, ClientAccess is no more present.

So, i implemented the following workaround to get the server list picker working properly:
Add the following lines in "C:\Program Files\Microsoft\Exchange
Server\V15\ClientAccess\ecp\VDirMgmt\EditExternalCASDomain.aspx" between between
</Columns> and </ecp:EcpCollectionEditor><br />
<Content>
1 <var data-control="Parameter" data-key="ServerRole" data-value="Mailbox"
2 ></var>
3 <var data-control="Parameter" data-key="MinMajorVersion" data-value="15"
></var>
4 </Content>
You have to close "Select a Server" and "configure external access domain". After that, you
should have your Exchange 2016 servers in the list.

Be careful if you have an 2013/2016 environment. Do not add Exchange 2013 servers with
mailbox role only. Setting virtual directories will fail.
No problem because you installed Multirole servers of course ;)

Mots-cls :
Soyez le premier noter cet article

1
2
3
4
5

Articles lis

Versions d'Exchange

Nom du produit Date de sortie Numro de build Exchange Server 2016 Preview 22 juil...

Exchange 2016 CU2 and CU3 Configure External access domain server list empty

I just made a fresh install Of Exchange 2016 CU3.I wanted to configure External access domain from E

Exchange Server 2016 Preview est sorti

Tlchargement L'annonce officielle de la Team Exchange La documentation

Commentaires (2)

Clement
27/11/2016 03:40:39 | RPONDRE

thank you so much

Dominik
01/12/2016 18:58:52 | RPONDRE

Thanks a bunch, had the same issue with Exchange 2016 CU3 which I've
Setup from scratch, your fix worked without a hitch!
Ajouter un commentaire
Nom *

E-mail *

Commentaire *

Prvenez-moi lorsque de nouveaux commentaires sont ajouts

5+5 =

MONTHLIST

2016

o novembre (1)
o janvier (3)

2015

C ATE G O R Y L I S T

Apple (2)

OS X (2)

Linux (1)

CentOS (1)

Microsoft (9)
Exchange (3)

Windows (6)

Rseau (3)

PAG E L I S T

Exchange Latency components

Files

Versions d'Exchange

COPYRIGHT 2017 - WEETA POWERED BY BLOGENGINE.NET

You might also like