xp系统outlook突然无法连接服务器,Exchange 2016 &XP&outlook 2010 sp2无法配置解决方法...

Exchange 2016 &XP&outlook 2010 sp2无法配置解决方法

发布时间:2020-05-27 05:25:52

来源:51CTO

阅读:3581

作者:kangl

环境:

Server :Windows Server 2016 + Exchange Server 2016 CU4

客户端:Windows XP sp3 + outlook 2010 sp2

以上环境无法配置outlook,会一直提示输入密码,在win7下正常。解决方法如下:

顺利列出其他环境的解决方法:

Exchange 2007/2010

Set-OutlookAnywhere -Identity 'SERVER\Rpc (Default Web Site)' -SSLOffloading $true -ClientAuthenticationMethod NTLM -IISAuthenticationMethods Basic,NTLM

Exchange 2013+ with backwards compatibility with Outlook 2010 and 2007

Set-OutlookAnywhere -Identity 'SERVER\Rpc (Default Web Site)' -SSLOffloading $true -ExternalClientAuthenticationMethod NTLM -InternalClientAuthenticationMethod NTLM -IISAuthenticationMethods Basic,NTLM,Negotiate

Exchange 2013+ with Outlook 2013+

Set-OutlookAnywhere -Identity 'SERVER\Rpc (Default Web Site)' -SSLOffloading $true -ExternalClientAuthenticationMethod Negotiate- InternalClientAuthenticationMethod Negotiate -IISAuthenticationMethods Basic,NTLM,Negotiate

Set the CertPrincipalName for the OutlookProvider settings.

Set-OutlookProvider -Identity EXCH -CertPrincipalName msstd:(Subject name of certificate)

Set-OutlookProvider -Identity EXPR -CertPrincipalName msstd:(Subject name of certificate)

Set-OutlookProvider -Identity WEB -CertPrincipalName msstd:(Subject name of certificate)

设置 Client Access Server's Autodiscover:

Set-ClientAccessServer -Identity 'SERVER' -AutoDiscoverServiceInternalUri 'https://OWAHOSTNAME/Autodiscover/Autodiscover.xml'

设置所有IIS虚拟目录:

Set-ActiveSyncVirtualDirectory -Identity 'SERVER\Microsoft-Server-ActiveSync (Default Web Site)' -ActiveSyncServer 'https://OWAHOSTNAME/Microsoft-Server-ActiveSync' -InternalUrl 'https://OWAHOSTNAME/Microsoft-Server-ActiveSync' -ExternalUrl 'https://OWAHOSTNAME/Microsoft-Server-ActiveSync'

Set-EcpVirtualDirectory -Identity 'SERVER\ecp (Default Web Site)' -InternalUrl 'https://OWAHOSTNAME/ecp' -ExternalUrl 'https://OWAHOSTNAME/ecp'

Set-OabVirtualDirectory -Identity 'SERVER\OAB (Default Web Site)' -InternalUrl 'https://OWAHOSTNAME/OAB' -ExternalUrl 'https://OWAHOSTNAME/OAB' -RequireSSL $true

Set-OwaVirtualDirectory -Identity 'SERVER\owa (Default Web Site)' -InternalUrl 'https://OWAHOSTNAME/owa' -ExternalUrl 'https://OWAHOSTNAME/owa'

Set-AutodiscoverVirtualDirectory -Identity 'SERVER\Autodiscover (Default Web Site)' -InternalUrl $null -ExternalUrl $null

Set-PowerShellVirtualDirectory -Identity 'SERVER\PowerShell (Default Web Site)' -InternalUrl 'https://OWAHOSTNAME/powershell' -ExternalUrl 'https://OWAHOSTNAME/powershell' -RequireSSL $true

Set-WebServicesVirtualDirectory -Identity 'SERVER\EWS (Default Web Site)' -InternalUrl 'https://OWAHOSTNAME/ews/exchange.asmx' -ExternalUrl 'https://OWAHOSTNAME/ews/exchange.asmx' -InternalNLBBypassUrl $null

Set the FQDN option of all the enabled Send Connectors:

Get-SendConnector | Where-Object {$_.Enabled -eq $true} | Set-SendConnector -Fqdn OWAHOSTNAME

重启IIS后客户端配置正常!

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值