使用 C# 为用户启用 LYNC 2010
Is there a way to enable users on the Lync server via C#. I refer to the same functionality that runs when you go to Lync Server Control Panel, and creating a new Lync Server User.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 C# 应用程序调用 Enable-CSUser powershell 命令 - 请参阅文章此处和此处
You could call the Enable-CSUser powershell command from a C# app - see the articles here and here