使用运行空间在powershell中进行多线程处理

时间:2014-03-21 12:22:30

标签: multithreading powershell exchange-server

我想将Exchange 2010管理单元加载到运行空间。

$sessionstate = [system.management.automation.runspaces.initialsessionstate]::CreateDefault()
$sessionstate.ImportPSSnapIn("Microsoft.Exchange.Management.PowerShell.E2010","")

ImportPSSnapin查找PSSnapInException类型的第二个参数,但我不知道如何将它放在powershell中。

0 个答案:

没有答案