Topic Last Modified: 2011-01-28

After you have configured your network settings for call admission control deployment, you must enable CAC to put your bandwidth policies into effect.

For details, see the Lync Server Management Shell documentation for the following cmdlets:

To enable call admission control by using Management Shell

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

  2. Run the Set-CsNetworkConfiguration cmdlet to enable CAC in your network. For example, run:

    Copy Code
    Set-CsNetworkConfiguration -EnableBandwidthPolicyCheck 1
    

    If you want to disable CAC in your network, run the following:

    Copy Code
    Set-CsNetworkConfiguration -EnableBandwidthPolicyCheck 0
    

To enable call admission control by using Lync Server Control Panel

  1. Open a browser window, and then enter the Admin URL to open the Lync Server Control Panel. For details about the different methods you can use to start Lync Server Control Panel, see Open Lync Server Administrative Tools.

  2. In the left navigation bar, click Network Configuration.

  3. Click the Global navigation button.

  4. Click Global in the list, and then select Show Details on the Edit menu.

  5. On the Edit Global Settings page, select the Enable call admission control check box.

    Note:
    If you want to disable call admission control throughout your deployment, clear this check box.
  6. Click Commit.