Consider the following scenario. You type the following command in Microsoft Lync Server Management Shell to configure a conference policy in a Lync Server 2010 environment:
You assign the conference policy to a Lync user. In this scenario, the user cannot enable video in a conference.
Note The default AllowIPVideo parameter is set to true, and the default EnableP2PVideo parameter is set to false.
Set-CsConferencingPolicy -AllowIPVideo $true -EnableP2PVideo $false
Note The command configures the EnableP2PVideo parameter to false, and the AllowIPVideo parameter to true.You assign the conference policy to a Lync user. In this scenario, the user cannot enable video in a conference.
Note The default AllowIPVideo parameter is set to true, and the default EnableP2PVideo parameter is set to false.