From 911c0be3fc83f843bb00e7a8644bd90dd933f9b4 Mon Sep 17 00:00:00 2001 From: Gz Date: Fri, 24 Sep 2021 21:01:09 +0000 Subject: [PATCH] docs: update Microsoft/Exchange-2016/Configuration-Acces-Clients --- .../Configuration-Acces-Clients.html | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/Microsoft/Exchange-2016/Configuration-Acces-Clients.html b/Microsoft/Exchange-2016/Configuration-Acces-Clients.html index a44a33d..1e7a2de 100644 --- a/Microsoft/Exchange-2016/Configuration-Acces-Clients.html +++ b/Microsoft/Exchange-2016/Configuration-Acces-Clients.html @@ -2,13 +2,15 @@ title: Configuration des accès clients description: Configuration CAS published: true -date: 2021-05-24T10:35:38.638Z +date: 2021-09-24T21:01:07.911Z tags: editor: ckeditor dateCreated: 2021-05-24T10:35:37.123Z --> -
+
+
Auteur : Antoine JOVELIN
Admin Système Réseau - 49100 Angers
+

Configuration de la partie accès clients Exchange 2016 

Vue d’ensemble

 Les méthodes d’accès

@@ -44,7 +46,7 @@ dateCreated: 2021-05-24T10:35:37.123Z
  • L’authentification et le chiffrement (SSL doit être activé).
  • -
  • Sur l’authentification 

    Les étapes de configuration

    Afin d’obtenir un certificat il faut effectuer plusieurs étapes :

    Set-OWAVirtualDirectory -Identity «nom_du_serveur\OWA» -InternalURL «URL_Interne_du_répertoire» -ExternalURL «URL_Externe_du_répertoire» -basicAuthentication $true -FormsAuthentication $True -WindowsAutentication $False
    +

     

    Set-MapiVirtualDirectory -Identity «nom_du_serveur\MAPI» -InternalURL «URL_Interne_du_répertoire» -ExternalURL «URL_Externe_du_répertoire» -IISAuthenticationMethods NTLM
    +

     

    Set-OutlookAnywhere -Identity «nom_du_serveur\rpc» -SSLOffloading $False -InternalClientsRequireSSL $True -ExternalClientsRequireSSL $True -IISAuthenticationMethods NTLM -InternalClientAuthenticationMethod NTLM -ExternalClientAuthenticationMethod NTLM
    +

     

    Set-ActiveSyncVirtualDirectory -Identity «nom_du_serveur\Microsoft-Server-ActiveSync» -InternalURL «URL_Interne_du_répertoire_Microsoft-Server-ActiveSync» -ExternalURL «URL_Externe_du_répertoire_Microsoft-Server-ActiveSync» -basicAuthEnabled $True -WindowsAuthEnabled $True -CompressionEnabled $True -ClientCertAuth ignore
    +

     

    Set-WebServicesVirtualDirectory -Identity «nom_du_serveur\EWS» -ExternalURL «URL_Externe_du_répertoire_EWS/exchange.asmx» -BasiAuthentication $True -InternalURL «URL_Interne_du_répertoire_EWS/exchange.asmx» -MRSProxyEnabled $True -WindowsAuthentication $True
    +

     

    Set-OABVirtualDirectory -Identity «nom_du_serveur\OAB» -InternalURL «URL_Interne_du_répertoire_OAB» -ExternalURL «URL_Externe_du_répertoire_OAB» -basicAuthentication $True -WindowsAuthentication $True -RequireSSL $True
    +

     

    Set-ECPVirtualDirectory -Identity «nom_du_serveur\ECP» -InternalURL «URL_Interne_du_répertoire_ECP» -basicAuthentication $True -FormsAuthentication $True -WindowsAuthentication $False -AdminEnabled $True
    +

     

    Set-ClientAccessService -Identity «nom_FQDN_du_serveur» -AutoDiscoverServiceInternalUri «https://autodiscover.nomdudomaine/Autodiscover/Autodiscover.xml»
    +