lync

Integrating Lync 2010 with an external program

℡╲_俬逩灬. 提交于 2019-11-29 17:30:37
问题 How can I integrate Lync 2010, with a program that does a DB look up and shows a small popup, with the information found, and also a few buttons with some options. The program is already running with some other types of phone systems, I kind of need a connector for Lync. I don't want to put a tab or other UI inside Lync. 回答1: You'll need to start with the Lync SDK. You can build your app as a Winforms or WPF app. Signing In To connect and sign in to the running instance of Lync, check out

Importing PowerShell module in C#

对着背影说爱祢 提交于 2019-11-27 15:14:50
I'm trying to write some C# code to interact with Lync using PowerShell, and I need to import the Lync module before executing the Lync cmdlets. However, my code doesn't seem to import the module and I keep getting a "get-csuser command not found" exception. Here is my code: PowerShell ps = PowerShell.Create(); ps.AddScript(@"import-module Lync"); ps.Invoke(); ps.Commands.AddCommand("Get-csuser"); foreach (PSObject result in ps.Invoke()) { Console.WriteLine(result.Members["Name"].Value); } Any idea how can I import the Lync module? NullPointer Got it, the module needs to be imported by its

Importing PowerShell module in C#

会有一股神秘感。 提交于 2019-11-26 22:25:03
问题 I'm trying to write some C# code to interact with Lync using PowerShell, and I need to import the Lync module before executing the Lync cmdlets. However, my code doesn't seem to import the module and I keep getting a "get-csuser command not found" exception. Here is my code: PowerShell ps = PowerShell.Create(); ps.AddScript(@"import-module Lync"); ps.Invoke(); ps.Commands.AddCommand("Get-csuser"); foreach (PSObject result in ps.Invoke()) { Console.WriteLine(result.Members["Name"].Value); }

Skype for business URI instead of Skype

巧了我就是萌 提交于 2019-11-26 16:08:32
问题 As we have the option of opening links in skype by just providing the URI: skype:xyz?call Can we do something similar to achieve the same functionality but it opens in Skype for Business? Kindly let me know. Cheers. 回答1: Found a solution for this after a lot of research. Best alternative to work with Skype for Business: sip:<xyz@domain.com> This would open the chat window for the user and the user can do whatever they want from there. 回答2: Command-Line Parameters tel: | Opens the Conversation

Lync Server 使用命令在架构主机上扩展架构

北城以北 提交于 2019-11-26 04:30:36
在账户权限足够的条件下: 一. 准备架构 在架构主机上将lync安装包中的ldf文件复制到架构主机服务器上(这四个 .ldf 文件位于安装介质或下载的 \Support\Schema 目录中)。然后cd进入ldf文件的文件夹中。如果使用 Ldifde.exe 导入架构文件,则不管是从以前的版本迁移还是执行全新安装,都必须导入所有四个文件。必须按以下顺序导入这些文件: ExternalSchema.ldf ServerSchema.ldf BackCompatSchema.ldf VersionSchema.ldf 要在充当架构主机的域控制器上使用 Ldifde.exe 导入这四个架构文件,请使用以下格式: ldifde -i -v -k -s <DCName> -f <Schema filename> -c DC=X <defaultNamingContext> -j logFilePath -b <administrator account> <logon domain> <password> 例子: ldifde -i -v -k -s DC1 -f ServerSchema.ldf -c DC=X "DC=contoso,DC=com" -j C:\BatchImportLogFile -b Administrator contoso password 二、准备当前林

Lync&SFB Server:Event ID 41026问题

南楼画角 提交于 2019-11-26 04:01:22
问题描述: 安装完成Lync 2010或者Lync 2013、SFB 2015之后,更新到最新的补丁之后,会一直遇到如下两个日志报错: 不断的生成事件41025和报错41026 Event ID 41026 可能出现的问题还有,外部用户不能使用白板、投票、PowerPoint与以下错误信息: 我们现在无法连接到服务器进行共享。 网络问题使您无法共享笔记并显示白板,请检查和上传PowerPoint文件。 原因分析: 目前的解决方法是:安装2017年5月.NET Framework后,将不断生成LS数据MCU事件41025和41026 https://support.microsoft.com/kb/4023993 该问题与操作系统无关,会影响Lync Server 2010,Lync Server 2013和Skype for Business Server 2015。 此.NET Framework更新在增强型密钥用法(EKU)上添加了对证书的附加检查,因为默认情况下所有Lync / SfB服务器都使用Web服务器模板,因此它们只在EKU中具有服务器身份验证。 解决方法1:(添加注册表项以临时禁用EKU检查) 按以下类别分别添加相应的注册表项 Lync Server 2010 reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v2.0