Changer InternalUrl & ExternalUrl de l’auto discover d’un serveur Exchange

Comment changer l’url interne et externe définit dans l’autodiscover d’un serveur Exchange?

Vous pouvez cherchez dans les options de la console Exchange, y’a pas!
Direction ligne de commande!

Pour visualiser les informations active, taper:
C:\Windows\system32> Get-WebServicesVirtualDirectory |fl identity,internalurl,externalurl
Identity    : ECAS1\EWS (Default Web Site)
InternalUrl : https://badmail.domain.com/EWS/Exchange.asmx
ExternalUrl : https://badmail.domain.com/ews/exchange.asmx

Si ce n’est pas correcte, corriger de cette façon:
C:\Windows\system32> Set-WebServicesVirtualDirectory -Identity “ECAS1\EWS (Default Web Site)” -InternalUrl https://mail.domain.com/EWS/Exchange.asmx -BasicAuthentication:$true 

C:\Windows\system32> Set-WebServicesVirtualDirectory -Identity “ECAS1\EWS (Default Web Site)” -ExternalUrl https://mail.domain.com/EWS/Exchange.asmx -BasicAuthentication:$true 

[source Premnair’s blog]

Vous aimerez aussi...

Laisser un commentaire