简体   繁体   English

Lync Server管理界面

[英]Lync Server administrative interface

The task I am looking at is to automate the process of creating new users on a Lync 2010 server. 我正在寻找的任务是自动化在Lync 2010服务器上创建新用户的过程。 Looking at the Lync Server SDK , this only allows creating new phone calls and sending IM. 查看Lync Server SDK ,这仅允许创建新电话并发送IM。 I'm looking for an interface to automate administrative task. 我正在寻找一个自动化管理任务的界面。

What I don't want to do in first place is to parse the web interface. 我首先不想做的就是解析Web界面。 Does anyone know of anything that might help? 有谁知道可能有帮助的事情?

There is a certain number of PowerShell cmdlets I wasnt aware of. 我没有意识到一定数量的PowerShell cmdlet。 The complete list can be found in the Documentation . 完整列表可在“ 文档”中找到。

I don't find the good step-by-step guide I once came across, but there are several others out there that descript how you connect your PowerShell to the Lync Server (like this ). 我没有找到很好的一步一步的指导,我曾经碰到过,但有几个人在那里,DESCRIPT你如何你的PowerShell连接到Lync服务器(像这样 )。

I haven't tested any of these scripts, but Microsoft also provides a list of useful scripts to administrate Lync ( link ). 我没有测试过这些脚本中的任何一个,但是Microsoft还提供了一些有用的脚本来管理Lync( link )。

The problem I was initially looking for was: How do I hide disabled user accounts in the Lync Contact list. 我最初寻找的问题是:如何在Lync联系人列表中隐藏禁用的用户帐户。 This can be done by ticking the checkbox "Hide user from global address list" in Exchange (Note: when this is done via eg VBScript it takes some time before the GAL is updated, in my case the account first vanished from GAL and the next morning it also disappeared from the Lync Contact List). 可以通过在Exchange中选中“从全局地址列表中隐藏用户”复选框来完成此操作(注意:通过VBScript完成此操作之前,更新GAL需要一些时间,在我的情况下,该帐户首先从GAL中消失,下一个从早上它也从Lync联系人列表中消失了)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM