Base de connaissances / Knowledge base

Modification/correction du nom de domaine dans l'URL pour l'accès au serveur Exchange 2010/2007 (30.06.17)
Il peut être nécessaire de modifier la configuration de l'URL permettant d'atteindre le serveur Microsoft Exchange 2010. Pour ce faire, il sera nécessaire de passer par quelques commandes dans le PowerShell, car toutes les options ne sont pas présentes dans l'interface graphique.

Exemple de modifications

Les commandes sont à taper dans le PowerShell (Exchange Management Shell)

Le Get-... sert à voir ce qui est actuellement configuré, puis on fait la modification


Get-ClientAccessServer | fl
Set-ClientAccessServer -Identity NOM_DU_SERVEUR -AutodiscoverServiceInternalUri https://remote.domain.name/autodiscover/autodiscover.xml

Get-OwaVirtualDirectory | fl
Set-OwaVirtualDirectory -Identity "owa (Default Web Site)" -InternalURL https://remote.domain.name/owa -ExternalURL https://remote.domain.name/owa

Get-AutodiscoverVirtualDirectory | fl
Set-AutodiscoverVirtualDirectory -Identity "Autodiscover (Default Web Site)" -InternalUrl https://remote.domain.name/Autodiscover/Autodiscover.xml -ExternalUrl https://remote.domain.name/Autodiscover/Autodiscover.xml

Get-WebServicesVirtualDirectory | fl
Set-WebServicesVirtualDirectory -Identity "EWS (Default Web Site)" -InternalUrl https://remote.domain.name/EWS/Exchange.asmx -ExternalUrl https://remote.domain.name/EWS/Exchange.asmx

Get-OABVirtualDirectory | fl
Set-OABVirtualDirectory -Identity "OAB (Default Web Site)" -InternalUrl https://remote.domain.name/oab -ExternalUrl https://remote.domain.name/oab

Set-OutlookAnywhere -identity "SERVERNAME\Rpc (Default Web Site)" -ExternalHostname remote.domain.name -InternalHostname remote.domain.name -InternalClientsRequireSSL $true -ExternalClientsRequireSsl $true -ExternalClientAuthenticationMethod:NTLM


Open IIS Manager.
Expand the local computer, and then expand Application Pools.
Right-click MSExchangeAutodiscoverAppPool, and then click Recycle.

Attribution du certificat:
Microsoft Exchange / Server Configuration / Onglet du bas Exchange Certificates / clic-droit sur le certificat et "Assign Services to Certificate...", IMAP, POP, SMTP, IIS


Contrôle de l'URL du service EWS
get-WebServicesVirtualDirectory -server NOM_DU_SERVEUR| fl