我不得不问我们是否需要跑步
pipeline.Commands.AddScript(@"Import-Module 'C:\Program Files\Common Files\Microsoft Lync Server 2010\Modules\Lync\Lync.psd1'");
每次我们运行 Lync Powershell Cmdlet 或者在初始化 Runspace 时有什么方法可以做到吗?正如我们在 Exchange 服务器案例中所做的那样,例如
RunspaceConfiguration.AddPSSnapIn("Microsoft.Exchange.Management.PowerShell.E2010", out warning);
还有我们需要在 C# 项目中为 Lync Server Powershell cmdlet 添加哪些程序集引用(除了 System.Management.Automation.Runspaces)
提前致谢。