Exchange Честный сертификат
MS Exchange 2010 SP3.
Set-ClientAccessServer name -AutoDiscoverServiceInternalUri https://autodiscover.domen.ua/autodiscover/autodiscover.xml
Get-ClientAccessServer | fl Name,AutoDiscoverServiceInternalUri
Get-AutodiscoverVirtualDirectory | fl InternalUrl,ExternalURL
Set-OutlookProvider -Identity EXCH -Server V09 -CertPrincipalName mail.domen.ua
Get-WebServicesVirtualDirectory | fl name,InternalUrl,ExternalUrl
Set-WebServicesVirtualDirectory -identity "EWS (Default Web Site)" -externalurl https://mail.domen.ua/EWS/Exchange.asmx
Set-WebServicesVirtualDirectory -identity "EWS (Default Web Site)" -internalurl https://mail.domen.ua/EWS/Exchange.asmx
Get-MailBoxDatabase | fl name,rpcclientaccessserver
Set-MailBoxDatabase DB001 -RpcClientAccessServer "mail.domen.ua"
New-ClientAccessArray -FQDN “mail.domen.ua” –Site “Default-First-Site-Name” -Name "CAS1"
Get-MailboxDataBase DB003 | Set-MailboxDatabase -RpcClientAccessServer “mail.domen.ua”
Set-MailboxDatabase DB002 -RpcClientAccessServer “mail.domen.ua”
настройка Autodiscovery появилась спустя 5-10 минут.
Получил https://DC01
Set-OutlookProvider EXPR -Server "mail.domen.ua"
To configure "use this URL to connect to my proxy server for Exchange:"
Set-OutlookProvider EXPR -Server "enter address here"
To configure the "Only connect to proxy servers that have this principal name in their certificate box" use:
Set-OutlookProvider EXPR -CertPrincipalName "msstd:address that appears as primary on certificate"