Applies to: Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2007-07-27

This topic explains how to use the Exchange Management Shell to test the operation of a computer that is running Microsoft Exchange Server 2007 that has the Unified Messaging server role installed. When you perform one of the following procedures, the Unified Messaging (UM) server initiates a diagnostic Session Initiation Protocol (SIP) call, and then returns a health state variable of the UM server.

Note:
This diagnostic test can be run only on a local Unified Messaging server.

Before You Begin

To perform this procedure, the account you use must be delegated the Exchange Server Administrator role and membership in the local Administrators group for the target server.

For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.

Procedure

To use the Exchange Management Shell to test the operation of the Unified Messaging server

  • Run the following command:

    Copy Code
    Test-UMConnectivity -ListenPort 5060
    
    Note:
    Use mode 1 when the -UMIPGateway parameter is not specified.
    Note:
    You can set the -Timeout parameter with a value of less than 5 seconds. However, we recommend that you always configure this parameter with a value of 5 seconds or more.

For more information about syntax and parameters, see Test-UMConnectivity.

For More Information