Sometimes you’re not at work and you suspect there is something wrong with your Exchange 2013 servers and you can’t access your environment remotely for whatever reason. Well, in some cases you can check this with just a browser.

For each Exchange protocol, there is an URL you can use to check the health. The format would be:

https://<External FQDN>/<protocol>/healthcheck.htm

If the specific protocol is working correctly, the Exchange server will respond with:

200 OK
SERVER.CONTOSO.LOCAL

The server.contoso.local would be the server FQDN.

The possible protocol values are:

  • OWA for Outlook Web App

  • ECP for Exchange Control Panel (i.e. User Options in OWA)

  • OAB for Offline Address Book

  • AutoDiscover for the Autodiscover process (also something that is used by Lync clients)

  • EWS for Exchange Web Services (i.e. Mailtips, Free/Busy etc. Also used by Lync clients, Outlook for Mac etc.)

  • Microsoft-Server-ActiveSync for Exchange ActiveSync

  • RPC for Outlook Anywhere

  • MAPI for the new MAPI/HTTPS (successor to the RPC over HTTPs protocol used in Outlook Anywhere). You’ll need at least Exchange 2013 SP1.

The <webmail FQDN> is something you should know and has to be externally accessible. If you’ve chosen to use a separate FQDN for each Exchange protocol, the external FQDN is then dependent on the protocol. i.e. if you want to test ActiveSync the URL could be something like:

https://mobile.contoso.com/Microsoft-Server-ActiveSync/healthcheck.htm

While for Outlook Web App this could be something like:

https://webmail.contoso.com/owa/healthcheck.htm

So, be sure to check whether you separated each protocol per FQDN.

This is actually a health check that can be used by Load Balancers in order to check server health, or in this case even protocol health. Previously with Exchange 2010, only simple tests were possible, which didn’t always tell you if a service was behaving correctly. This is something the Managed Availability feature in Exchange 2013 does and the results are indicated in the health check response.

Please take note of some caveats:

  • The paths need to be published to the internet, some proxies (like the late TMG) can limit access based on the URL path. For instance: if your organization won’t allow OWA, then the /owa path is probably not published and this test won’t work (externally).

  • If you have multiple Exchange (CAS) servers behind a load balancer, you will only get a response from one server at a time. Depending on the load balancer configuration resubmitting the request a moment later could result in another server responding.

  • If a server has an issue, you can expect other types of responses than “200 OK” or just a timeout.

  • You do not need to authenticate.

  • You can use this tip for internal servers as well, just use the server FQDN and you’d probably have to ignore the certificate warning (if the server FQDN is not included in the certificate, which is highly probable). If you have configured split DNS, you can use the same URLs as externally

转载于:https://blog.51cto.com/seawind/1897360

使用浏览器去检查exchange 2013 协议的健康状况相关推荐

  1. 收藏:《Exchange 2013 OWA/ECP 登陆后白屏》

    转自:https://www.iyunv.com/thread-62084-1-1.html 第一种: ECP页面登录之后整个页面空白了,这个估计见到的人都会吓一跳的,EAC都进不去了,还怎么看服务器 ...

  2. Lync与Exchange 2013 UM集成配置

    一. Lync与Exchange 2013 UM集成:Exchange 配置 打开EAC,也就是网页版的EMC,在统一消息选项卡中单击"+"来新建一个UM拨号计划. 拨号计划主要是 ...

  3. Exchange 2013部署系列之(三)分角色部署

    Exchange 2013 部署系列之前端.后端分角色部署 exchange 2013 角色概述: 在 Microsoft Exchange Server 2013 中,Exchange 2010 提 ...

  4. exchange 2013 lesson 4 - installing

    Exchange 服务器功能强大,不再只是一个邮件系统,还是一个复杂的消息传递平台,它通过相关组件协同工作以提供一个全面的解决方案,包括邮件传递.邮件访问.语音邮件.传真.联系人.日历等.今天咱们就看 ...

  5. 关于exchange 2013输入账号密码后owa空白页解决方法

    为了表示我不坑,所以还是分享一点东西出来下. 最近在帮客户做升级exchange 2010只2013的,期间出了几个问题,有机会在分享.今天讲一下困扰了我几天的问题.就是登陆owa的时候,输入账号密码 ...

  6. Windows server 2012 安装exchange 2013

    最近出来很多新的东东,这里先体验一丢丢,在Windows server 2012服务器上安装exchange 2013,windows server 2012 要打好补丁,不多说,上图: 跟安装exc ...

  7. Lync和Exchange 2013集成PART1:准备所需证书

    之前很多朋友一直都在说想知道Exchange和Lync 2013集成能够做到什么效果,并且在单独部署Lync的环境有一定的问题,比如用户头像的问题.当然我们更多的是希望去使用一些比较有意义的功能,比如 ...

  8. Exchange 2013 MAPI over HTTP

    转自:http://sodaxu.blog.51cto.com/8850288/1674203 视频地址:http://v.youku.com/v_show/id_XMTI4MTk5MzQ5Ng==. ...

  9. Exchange 2013 Preview安装体验(一)安装体验

    前段时间微软发布了一系列的新产品,Office.Exchange.Lync,其中我最感兴趣的还是Exchange2013 Preview.无奈前段时间工作繁忙,无暇试用.这两天终于腾出些时间,赶紧进行 ...

  10. 微软邮件系统Exchange 2013系列(一)新增功能

    开始新的专题之前,先费些口舌来说说Exchange 2013 中的新增功能,来了解微软全新的邮件体系架构. 2012年12月4日微软Exchange Server 2013正式上市,我们可以从Tech ...

最新文章

  1. lvs keepalived的tcp 长连接的问题解决办法
  2. 写给小白的计算机概论
  3. 如何修改WampServer服务器上传文件的大小?
  4. linux 安装weblogic12.1.3.0步骤
  5. 打开SQlite数据库
  6. react 小书学习笔记-state/props
  7. 在kali Linux2021中安装搜狗输入法(详细教程)
  8. 2021“中兴捧月“图灵赛道总结
  9. 关于sematic segmentation的几篇论文(二)
  10. android调用系统录制视频教程,Android开发之使用MediaRecorder录制视频,android视频录制...
  11. EOF和BOF的区别
  12. Apex开发人员指南
  13. windows系统C盘越来越大怎么办(包括win10)
  14. SAP-ABAP学习-20230307
  15. 【博学谷学习记录】超强总结,用心分享 | 【Java】 Maven
  16. 转载 NLS_LANG设置
  17. Vim实用技巧高清完整版PDF中文
  18. oracle中中rowid,oracle中的Rowid和Urowid
  19. 2013年中秋节桂林旅游
  20. 1092 最好吃的月饼 (20 分)

热门文章

  1. 情侣在公交车上接吻遭乘客指责
  2. 【OpenCV学习笔记】【类型转换】一(IplImage和cv::Mat的类型相互转换)
  3. ValueError: This model has not yet been built. Build the model first by calling `build()` or calling
  4. Python学习总结(2)——变量
  5. excel 输入自动更新的时间和日期
  6. 遥感基础编程语言——IDL的应用
  7. android如何去掉自动更新,如何停止Android手机上的应用程序自动更新
  8. FFA 2021 专场解读 - 开源解决方案 / 流批一体
  9. BerryBoot实现树莓派多系统切换
  10. 区块链入门教程,这一篇就足够了