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
-
Open Communications Server Management Shell.
-
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
-
Open Communications Server Management Shell.
-
Run:
Copy Code Get-CsDialinConferencingAccessNumber –Region NULL
This cmdlet returns all the dial-in conferencing access numbers that are not associated with a region.