简体   繁体   中英

Verify Microsoft exchange server status

Can somebody help me, how to check whether the Microsoft exchange server is running/UP, in command line? My objective is , just to monitor Microsoft exchange server is alive. Not the physical server.

Thank you Luke

you can test the server mentioned below commaund

Test-ServiceHealth
    [[-Server] <ServerIdParameter>]
    [-ActiveDirectoryTimeout <Int32>]
    [-Confirm]
    [-DomainController <Fqdn>]
    [-MonitoringContext <Boolean>]
    [-WhatIf]
    [<CommonParameters>]

i hope answer the question

additionally,

  • you can monitor following url by using your monitoring application

https://IPADDRESS/Autodiscover/healthcheck.htm https://IPADDRESS/ecp/healthcheck.htm https://IPADDRESS/EWS/healthcheck.htm https://IPADDRESS/mapi/healthcheck.htm https://IPADDRESS/Microsoft-Server-ActiveSync/healthcheck.htm https://IPADDRESS/OAB/healthcheck.htm https://IPADDRESS/owa/healthcheck.htm https://IPADDRESS/PowerShell/healthcheck.htm https://IPADDRESS/Rpc/healthcheck.htm

passively, you can check by using following scripts

https://www.alitajran.com/exchange-server-health-check-powershell-script/"

https://microsoft.github.io/CSS-Exchange/Diagnostics/HealthChecker/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM