Exchange 2007 Server Powershell tests
by Greg on Jan.04, 2010, under Exchange Server, Networking
Get the test commands available:
get-help test*
Should list out the tests available to you.
Test overall system health:
test-systemhealth
Check Outlook Web services:
test-outlookwebservices –identity:amailblox@organization.com | fl
(note the “fl” at the end, helps reading output, otherwise it will not wrap the lines)


