User Tools

Site Tools


sysadmin:allineare_il_fqdn_interno_ed_esterno

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sysadmin:allineare_il_fqdn_interno_ed_esterno [11/06/2017 05:46] – external edit 127.0.0.1sysadmin:allineare_il_fqdn_interno_ed_esterno [20/12/2021 06:23] (current) lrosa
Line 1: Line 1:
 +====== Allineare il FQDN interno ed esterno in Exchange ======
 +
 +Dopo aver installato un certificato di una CA terza potrebbe essere necessario allineare il FQDN interno con quello esterno dando questi comandi nella PowerShell di Exchange(( [[http://support.microsoft.com/kb/940726/en-us|Microsoft KB940726]] )):
 +
 +<code powershell>
 +Set-ClientAccessServer -Identity NOMEINTERNO -AutodiscoverServiceInternalUri https://fqdn.esterno.com/autodiscover/autodiscover.xml
 +Set-WebServicesVirtualDirectory -Identity “NOMEINTERNO\EWS (Default Web Site)” -InternalUrl https://fqdn.esterno.com/ews/exchange.asmx
 +Set-OABVirtualDirectory -Identity “NOMEINTERNO\oab (Default Web Site)” -InternalUrl https://fqdn.esterno.com/oab
 +</code>
 +
 +
 +Vedi anche: [[http://www.microsoftnow.com/2008/04/certficate-name-mismatch-in-outlook.html|Certificate name mismatch in Outlook]]
 +
 +