[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

Topic Last Modified: 2010-07-07

As final verification of your dial-in conferencing configuration, you can search for dial plans that have a dial-in conferencing region that is not used by any access number and for access numbers that have not specified a dial-in conferencing region. This step is optional.

To find dial plans with a dial-in conferencing region that is unused by an access number

  1. Open Communications Server Management Shell.

  2. Run:

    Copy Code
    Get-CsDialinConferencingAccessNumber –EmptyRegion
    

    This cmdlet returns all the dial plans that have a dial-in conferencing region that is not used by an access number.

To find access numbers without assigned regions

  1. Open Communications Server Management Shell.

  2. Run:

    Copy Code
    Get-CsDialinConferencingAccessNumber –Region NULL
    

    This cmdlet returns all the dial-in conferencing access numbers that are not associated with a region.