lync部署完成后在做lync联系人模板时,添加联系人到251人时提示被限制,如下图:
通过Get-CsUserServicesConfiguration获取到Maxcontacts为250人
现在需要对其进行修改,具体修改参数为多少根据企业人数来定,这里我修改为600
在lync管理命令窗口输入如下命令 :
Set-CsUserServicesConfiguration -Identity Global -Maxcontats 600
本文共 268 字,大约阅读时间需要 1 分钟。
lync部署完成后在做lync联系人模板时,添加联系人到251人时提示被限制,如下图:
通过Get-CsUserServicesConfiguration获取到Maxcontacts为250人
现在需要对其进行修改,具体修改参数为多少根据企业人数来定,这里我修改为600
在lync管理命令窗口输入如下命令 :
Set-CsUserServicesConfiguration -Identity Global -Maxcontats 600
转载于:https://blog.51cto.com/mage20081021/1264498