Topic Last Modified: 2011-01-21

To verify that the Dial-in Conferencing Settings webpage and the dial-in access numbers work correctly, you need to do the following:

This step is optional.

To test access numbers for a specific pool

  1. Log on to the computer as a member of the RTCUniversalServerAdmins group, or as a member of the Cs-ServerAdministrator or CsAdministrator role.

  2. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.

  3. Run the following at the command prompt:

    Copy Code
    $credentials = Get-Credential
       User name:  testuser1@contoso.com
       Password:   ********
    Test-CsDialInConferencing -UserSipAddress sip:testuser1@contoso.com -UserCredential $credentials -TargetFqdn <serverName>.<domainName>.com -Verbose
    

    The resulting report shows either Success or Failure, along with specific diagnostic information. The –Verbose flag provides more detailed information about how many access numbers were found and details about them.